Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 1.68 KB

README.md

File metadata and controls

32 lines (24 loc) · 1.68 KB

zxtk

Travis CI build status Appveyor build status Coverity scan build status Codecov license

ZX spectrum Tool Kit: a fast, efficient, capable, modular ZX Spectrum emulator

NOTE: This is WIP so don't expect it to do much more than compile

Finished:

  • Register set implementation
  • Memory interface (not finalised, will be changed)

Working on:

  • Z80 instructions
  • I/O interface
  • Spectrum ULA
  • File interface
  • Mod interface
  • Graphics interface

Points of discussion - feel free to open an issue on your thoughts about these:

  • The use of lowercase namespace names - sorry Bjarne, but I think it looks neater

Possible features - these might not be added until after 1.0

For build instructions and other things, look at the zxtk wiki.