Collection of eight-bit processor emulators (for various projects)
Go to file
Adrian.Conlon 88d3e4fd47 Initial stab at getting MOS6502 imported to the EightBit library.
Signed-off-by: Adrian.Conlon <adrian.conlon@gmail.com>
2017-07-02 22:03:33 +01:00
inc Initial stab at getting MOS6502 imported to the EightBit library. 2017-07-02 22:03:33 +01:00
Intel8080 A few minor consistency tweaks to the i8080 and z80 processors. 2017-07-02 17:38:19 +01:00
LR35902 Correct some memory access issues in LR35902 2017-06-23 21:23:20 +01:00
M6502 Initial stab at getting MOS6502 imported to the EightBit library. 2017-07-02 22:03:33 +01:00
src Initial stab at getting MOS6502 imported to the EightBit library. 2017-07-02 22:03:33 +01:00
Z80 A few minor consistency tweaks to the i8080 and z80 processors. 2017-07-02 17:38:19 +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)