spjewkes / jrnz

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

Look at separating out the Z80 code from the rest of the project #53

Open spjewkes opened 5 months ago

spjewkes commented 5 months ago

It would be nice if the Z80 code was a standalone library that interfaced with the rest of the code. In this way, we could look at adding other emulation in future (currently I have the ZX81 in mind).

This separate library could have its own suite of tests to check the CPU itself.