Collection of eight-bit processor emulators (for various projects)
Go to file
2024-03-05 08:56:15 +00:00
.github/workflows
Gaming Fully switch to C++20 2022-07-01 09:30:38 +01:00
inc Low level processor simplifications. 2024-03-01 20:06:39 +00:00
Intel8080 Tidy up noexcept specification 2022-01-17 19:10:15 +00:00
LR35902 Merge branch 'master' of https://github.com/MoleskiCoder/EightBit 2023-05-17 12:48:20 +01:00
M6502 A few small simplifications 2024-03-05 08:56:15 +00:00
M6532 Remind MSVC++ of its responsibilities as to properly define "__cplusplus" 2022-01-01 15:13:16 +00:00
MC6809 Tidy up noexcept specification 2022-01-17 19:10:15 +00:00
MC6850 Remind MSVC++ of its responsibilities as to properly define "__cplusplus" 2022-01-01 15:13:16 +00:00
modules Remove ProcessorTests (temporarily!) 2022-07-15 16:17:10 +01:00
Ricoh2A03 Remind MSVC++ of its responsibilities as to properly define "__cplusplus" 2022-01-01 15:13:16 +00:00
src Low level processor simplifications. 2024-03-01 20:06:39 +00:00
Z80 Couple of small reference changes 2023-05-17 12:47:57 +01:00
.gitignore
.gitmodules Remove ProcessorTests (temporarily!) 2022-07-15 16:17:10 +01:00
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)