Collection of eight-bit processor emulators (for various projects)
Go to file
Adrian Conlon 195b0e19bd Correct INT handling on Z80
Signed-off-by: Adrian Conlon <Adrian.conlon@gmail.com>
2019-11-16 23:38:51 +00:00
Gaming Some mild reformatting of the Gaming class. 2019-11-09 23:01:58 +00:00
inc Improve compatibility with .net emulator code. 2019-11-09 18:58:23 +00:00
Intel8080 Improve compatibility with .net emulator code. 2019-11-09 18:58:23 +00:00
LR35902 Add some more gameboy documentation 2019-11-10 11:15:30 +00:00
M6502 Improve compatibility with .net emulator code. 2019-11-09 18:58:23 +00:00
M6532 Improve compatibility with .net emulator code. 2019-11-09 18:58:23 +00:00
MC6809 Tidy 6809 unit test project 2019-11-10 11:14:00 +00:00
MC6850 Improve compatibility with .net emulator code. 2019-11-09 18:58:23 +00:00
modules Update to latest Catch2 testing framework. 2019-11-10 11:13:23 +00:00
Ricoh2A03
src Start added more .net compatibility methods 2019-11-03 09:23:28 +00:00
Z80 Correct INT handling on Z80 2019-11-16 23:38:51 +00:00
.gitignore
.gitmodules
compile.mk
EightBit.sln
exe_build.mk
lib_build.mk
LICENSE
Makefile
README.md

EightBit

Assortment of eight-bit processor emulators:

  • Intel 8080
  • Zilog Z80
  • Sharp LR35902 (Gameboy)
  • MOS Technology 6502
  • Ricoh 2A03 (NES)
  • Motorola MC6809

Some support chips:

  • Motorola MC6850
  • MOS 6532 (Not working)