Collection of eight-bit processor emulators (for various projects)
Go to file
Adrian.Conlon 4cd2dc68e1 Correct some (but not all!) project configuration anomalies.
Signed-off-by: Adrian.Conlon <adrian.conlon@gmail.com>
2017-07-05 19:36:25 +01:00
inc Show cycles per second as MHz 2017-07-05 19:15:58 +01:00
Intel8080 Correct a couple of inconsistencies in the test harness. 2017-07-05 17:40:16 +01:00
LR35902 Correct some (but not all!) project configuration anomalies. 2017-07-05 19:36:25 +01:00
M6502 Correct some (but not all!) project configuration anomalies. 2017-07-05 19:36:25 +01:00
src Initial stab at getting MOS6502 imported to the EightBit library. 2017-07-02 22:03:33 +01:00
Z80 Correct some (but not all!) project configuration anomalies. 2017-07-05 19:36:25 +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)