Collection of eight-bit processor emulators (for various projects)
Go to file
Adrian.Conlon e42484d35c Better DIV implementation. Incremented as a word and exposed as the high part in the DIV register.
Signed-off-by: Adrian.Conlon <adrian.conlon@gmail.com>
2017-09-01 13:17:20 +01:00
inc Add power support to processor base class. 2017-08-31 12:13:00 +01:00
Intel8080
LR35902 Better DIV implementation. Incremented as a word and exposed as the high part in the DIV register. 2017-09-01 13:17:20 +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
EightBit.sln
LICENSE
README.md

EightBit

Assortment of eight-bit processor emulators:

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