Collection of eight-bit processor emulators (for various projects)
Go to file
Adrian Conlon 1663c7caf3 Refactor the "Game" class a little to allow future refactoring.
Signed-off-by: Adrian Conlon <adrian.conlon@gmail.com>
2020-05-03 20:55:58 +01:00
Gaming Refactor the "Game" class a little to allow future refactoring. 2020-05-03 20:55:58 +01:00
inc Add a pin activator class to correctly handle "wrapped" pin transitions. 2020-05-03 20:45:01 +01:00
Intel8080 Correct recently introduced IO implementation issues in the 8080 core. 2020-02-13 09:17:52 +00:00
LR35902 Correct some EightBit project analysis warnings. 2020-04-06 23:11:21 +01:00
M6502 Tidy 6502 whitespace 2020-02-22 09:02:37 +00:00
M6532 Improve compatibility with .net emulator code. 2019-11-09 18:58:23 +00:00
MC6809 MC6809 tidy a few items and show a "functional" (rather than macro based) rmw routine. 2020-04-06 23:08:11 +01: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 Make better use of modern c++ 2020-05-02 11:36:43 +01:00
Z80 Add a pin activator class to correctly handle "wrapped" pin transitions. 2020-05-03 20:45:01 +01: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)