Collection of eight-bit processor emulators (for various projects)
Go to file
2021-12-08 19:52:22 +00:00
.github/workflows Update codeql-analysis.yml 2021-10-21 23:35:09 +01:00
Gaming Use C++17 nodiscard attribute a little in the Game library 2021-12-08 19:46:19 +00:00
inc Tidy the Bus reference definition a little 2021-12-08 19:45:07 +00:00
Intel8080 Updated projects for VS2022 2021-12-08 19:42:34 +00:00
LR35902 Updated projects for VS2022 2021-12-08 19:42:34 +00:00
M6502 Make the flag manipulations in the 6502 implementatin a little more comprehensible 2021-12-08 19:47:35 +00:00
M6532 Updated projects for VS2022 2021-12-08 19:42:34 +00:00
MC6809 Fix crash due to limited stack space. 2021-12-08 19:52:22 +00:00
MC6850 Updated projects for VS2022 2021-12-08 19:42:34 +00:00
modules ProcessorTests submodule 2021-10-10 21:25:06 +01:00
Ricoh2A03 Updated projects for VS2022 2021-12-08 19:42:34 +00:00
src Tidy the Bus reference definition a little 2021-12-08 19:45:07 +00:00
Z80 Updated projects for VS2022 2021-12-08 19:42:34 +00:00
.gitignore
.gitmodules Add Harte processor tests as a submodule. 2021-10-10 21:24:20 +01:00
compile.mk
EightBit.sln Whoops: missed new solution for the HarteTests wrapper. 2021-10-10 21:26:57 +01:00
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)