Collection of eight-bit processor emulators (for various projects)
Go to file
Adrian Conlon 2fa9ffd1e3 Tidy up some C++ a little
Signed-off-by: Adrian Conlon <adrian.conlon@gmail.com>
2021-04-07 21:36:09 +01:00
Gaming Tidy up some C++ a little 2021-04-07 21:36:09 +01:00
inc Tidy up some C++ a little 2021-04-07 21:36:09 +01:00
Intel8080 Correct recently introduced IO implementation issues in the 8080 core. 2020-02-13 09:17:52 +00:00
LR35902 Tidy up some C++ issues in GameBoy emulator 2021-03-08 16:42:01 +00:00
M6502 Tidy up some C++ a little 2021-04-07 21:36:09 +01:00
M6532
MC6809 Tidy up some C++ a little 2021-04-07 21:36:09 +01:00
MC6850 Tidy up some C++ a little 2021-04-07 21:36:09 +01:00
modules Update to latest Catch2 testing framework. 2019-11-10 11:13:23 +00:00
Ricoh2A03
src Tidy up some C++ code (concentrating on the Z80 at the moment). 2021-01-09 08:41:48 +00:00
Z80 Tidy up some C++ a little 2021-04-07 21:36:09 +01:00
.gitignore
.gitmodules
compile.mk
EightBit.sln
exe_build.mk Tidy up linux link-time optimisation flags. 2020-06-07 12:33:19 +01:00
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)