Collection of eight-bit processor emulators (for various projects)
Go to file
Adrian.Conlon 6db32ae7c5 Small consistency change in the 8-bit memory model.
Signed-off-by: Adrian.Conlon <adrian.conlon@gmail.com>
2017-07-05 17:44:47 +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
M6502 A few small tidy ups. 2017-07-02 22:23:20 +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
EightBit.sln
LICENSE
README.md

EightBit

Assortment of eight-bit processor emulators:

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