Collection of eight-bit processor emulators (for various projects)
Go to file
2017-08-31 17:19:32 +01:00
inc Add power support to processor base class. 2017-08-31 12:13:00 +01:00
Intel8080 Some more rationalisation of processor execution/stepping strategies. 2017-08-30 23:17:34 +01:00
LR35902 Add some GB IO register information in the disassembler. Nothing fancy! 2017-08-31 17:18:38 +01:00
M6502 Correct a couple of cycle counting issues. 2017-08-31 01:19:51 +01:00
src Whoops: The processor should only execute instructions while it is powered. Otherwise, it'll get into an infinite loop. 2017-08-31 17:19:32 +01:00
Z80 Add power support to processor base class. 2017-08-31 12:13:00 +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 to show the 6502 implementation is in pretty good shape. 2017-07-17 13:48:15 +01:00

EightBit

Assortment of eight-bit processor emulators:

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