spjewkes / jrnz

A work-in-progress ZX Spectrum emulator
MIT License
1 stars 0 forks source link

Implement a way to read z80 format files #44

Closed spjewkes closed 6 months ago

spjewkes commented 7 months ago

Using SNA is a bit limited as I have to create the snapshots myself. I don't yet wish to implement a TAP or TZX reader but I think Z80 format might be fairly straightforward. This could open up the amount of test files.

spjewkes commented 7 months ago

The file format can be found described here: z80 format

spjewkes commented 7 months ago

Version 1 is implemented. There are a couple of z80 files I've tested that fail because they are a later version:

spjewkes commented 6 months ago

Closing issue. We've got 48k support. There's no need to support 128k yet until the emulator can support it!