Changes since v0.56.1
- Television
- SECAM colour generation is now correct
- Video Recording (improvements)
- incoming video is now recorded at the specificed rate of the emulated television, not the monitor
- ie. 60Hz for NTSC and 50Hz for PAL
- output video is always 60fps
- synchronisation of video and audio is constant even over long recordings
- console reset does not interrupt recording
- each video session started/stopped with hotkey (ctrl+v) creates a new video file
- ffmpeg still required
- Supercharger Demo Unit
- support for the Supercharger Demo Unit
- the ROM dump can be downloaded from
- Debugger
- pixel indicator in Playfield window is now correct (issue #54)
- television window shows CPU
Cycleinformation for the scanline, in addition toClock(issue #55)- ports window includes
LatchandGroundedtoggle (issue #56)- added SCREENSHOT command
- screenshotting has been available for a long time when in playmode
- this command gives the ability to screenshot from the debugger
- command is also usable from HEADLESS mode
- ARM
- corrected behaviour of MAM (ARM7TDMI)
- the size of the MAM latch was too large in previous version
- the real size is 128 bits (or 4 instructions). I had set it to 128 bytes (32 instructions)
- the practical effect is that timing constraints should now be more like real hardware
- this only affects the Harmony type cartridges. PlusCart type cartridges do not have a MAM
- stack pointer tamper protection
- Other
- state of INPTx and SWCHA correct after peripheral change
- including when the peripheral port is left empty (issue #56)
- added
UASWas a way to indicate a UA cartridge with 'swapped' hotspots- savekey would sometimes leave SWCHA in an incorrect state
- added 'Export Max Function Cycles to JSON' option to coprocessor profiler
- added support for PAL supercharger BIOS
- B&W television option
- corrected location of stack for ACE cartridges
- use of symbols in the debugger is now case-insensitive
- changed output of WATCH and SYMBOL commands
- binary fingerprinting of CV cartridge mapper