redcode / Z80_XCF_Flavor

A ZX Spectrum test for detecting the Z80 CPU type based on the behavior of the CCF/SCF instructions
GNU General Public License v3.0
6 stars 0 forks source link

emulator .z80 snapshot #1

Closed folkertvanheusden closed 7 months ago

folkertvanheusden commented 7 months ago

Hi,

Please consider releasing this software as an emulator snapshot (.z80-file) as well as .tap is kind of difficult to emulate.

redcode commented 7 months ago

Unfortunately, SjASMPlus can't generate snapshots in Z80 format, but I've added the generation of a SNA snapshot, which is a simpler format.

https://github.com/redcode/Z80_XCF_Flavor/releases/tag/v1.3

folkertvanheusden commented 7 months ago

Thanks!