Collection of eight-bit processor emulators (for various projects)
Go to file
Adrian.Conlon 8256d97b60 Modified to work with my builds of the Klaus Dormann 6502 test suite.
Signed-off-by: Adrian.Conlon <adrian.conlon@gmail.com>
2017-07-08 01:04:20 +01:00
inc Modified to work with my builds of the Klaus Dormann 6502 test suite. 2017-07-08 01:04:20 +01:00
Intel8080 Fetching bytes/words and stack access are more processor specific than I thought. 2017-07-07 09:27:06 +01:00
LR35902 Fetching bytes/words and stack access are more processor specific than I thought. 2017-07-07 09:27:06 +01:00
M6502 Modified to work with my builds of the Klaus Dormann 6502 test suite. 2017-07-08 01:04:20 +01:00
src Fetching bytes/words and stack access are more processor specific than I thought. 2017-07-07 09:27:06 +01:00
Z80 Whoops: adjustment of the block output flag handling was quite wrong! Thanks fuse test suite! 2017-07-07 20:55:32 +01:00
.gitignore
EightBit.sln First stab at adding Fuse Test runner. 2017-06-05 23:24:08 +01:00
LICENSE
README.md Update README.md 2017-06-29 18:44:30 +01:00

EightBit

Assortment of eight-bit processor emulators:

  • Intel 8080
  • Zilog Z80
  • Sharp LR35902 (Not working)
  • Mos Technology 6502 (Not integrated)