Collection of eight-bit processor emulators (for various projects)
Go to file
Adrian Conlon 9e9c15e289 Use C++20 co-routines as generators for opcode suite and test generation.
Signed-off-by: Adrian Conlon <adrian.conlon@gmail.com>
2021-10-27 09:53:58 +01:00
.github/workflows Update codeql-analysis.yml 2021-10-21 23:35:09 +01:00
Gaming Unify the compilation options to what seems to be a sensible point. 2021-10-24 14:12:57 +01:00
inc Some constexpr improvements in low level classes. 2021-10-24 11:12:23 +01:00
Intel8080 Unify the compilation options to what seems to be a sensible point. 2021-10-24 14:12:57 +01:00
LR35902 Unify the compilation options to what seems to be a sensible point. 2021-10-24 14:12:57 +01:00
M6502 Use C++20 co-routines as generators for opcode suite and test generation. 2021-10-27 09:53:58 +01:00
M6532 Unify the compilation options to what seems to be a sensible point. 2021-10-24 14:12:57 +01:00
MC6809 Unify the compilation options to what seems to be a sensible point. 2021-10-24 14:12:57 +01:00
MC6850 Unify the compilation options to what seems to be a sensible point. 2021-10-24 14:12:57 +01:00
modules ProcessorTests submodule 2021-10-10 21:25:06 +01:00
Ricoh2A03 Unify the compilation options to what seems to be a sensible point. 2021-10-24 14:12:57 +01:00
src Unify the compilation options to what seems to be a sensible point. 2021-10-24 14:12:57 +01:00
Z80 Unify the compilation options to what seems to be a sensible point. 2021-10-24 14:12:57 +01:00
.gitignore
.gitmodules
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)