Collection of eight-bit processor emulators (for various projects)
Go to file
Adrian.Conlon 7910ada7fa First stab at a running M6502 test suite. Running Klaus Dormann tests
Signed-off-by: Adrian.Conlon <adrian.conlon@gmail.com>
2017-07-05 17:46:02 +01:00
inc Small consistency change in the 8-bit memory model. 2017-07-05 17:44:47 +01:00
Intel8080 Correct a couple of inconsistencies in the test harness. 2017-07-05 17:40:16 +01:00
LR35902 Correct some memory access issues in LR35902 2017-06-23 21:23:20 +01:00
M6502 First stab at a running M6502 test suite. Running Klaus Dormann tests 2017-07-05 17:46:02 +01:00
src Initial stab at getting MOS6502 imported to the EightBit library. 2017-07-02 22:03:33 +01:00
Z80 Correct a couple of inconsistencies in the test harness. 2017-07-05 17:40:16 +01:00
.gitignore Dump of all my C++ emulators, only Intel8080 integrated so far... 2017-06-04 21:38:34 +01:00
EightBit.sln First stab at adding Fuse Test runner. 2017-06-05 23:24:08 +01:00
LICENSE Dump of all my C++ emulators, only Intel8080 integrated so far... 2017-06-04 21:38:34 +01:00
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)