dmd-extensions icon indicating copy to clipboard operation
dmd-extensions copied to clipboard

Generating doubled dumps

Open zesinger opened this issue 4 months ago • 0 comments

When dumps are generated with

[rawoutput]

; if enabled, write all frames to VPM's dmddump folder.
enabled = true

in the dmddevice.ini, if

; scaler mode for standard content (vpm frames): none, doubler, scale2x.
; note: see readme.md for details
scalermode = none

is set to either doubler or scale2x, 128x16 roms are saved as 256x32, 128x32 ones are saved as 256x64 (192x64 ones remain 192x64). If scalermode = none, they are not doubled.

zesinger avatar Oct 07 '24 08:10 zesinger