Collection of eight-bit processor emulators (for various projects)
Go to file
Adrian Conlon ae4726b18f Fix NES CPU, based on 6502 changes 2024-03-23 10:13:13 +00:00
.github/workflows Update codeql-analysis.yml 2021-10-21 23:35:09 +01:00
Gaming Fully switch to C++20 2022-07-01 09:30:38 +01:00
Intel8080 Addressing mode simplifications 2024-03-14 14:54:52 +00:00
LR35902 Addressing mode simplifications 2024-03-14 14:54:52 +00:00
M6502 add/sub simplifications 2024-03-22 15:57:51 +00:00
M6532 Remind MSVC++ of its responsibilities as to properly define "__cplusplus" 2022-01-01 15:13:16 +00:00
MC6809 Lot's of small niggles corrected across the EightBit libraries 2024-03-18 13:03:41 +00:00
MC6850 Remind MSVC++ of its responsibilities as to properly define "__cplusplus" 2022-01-01 15:13:16 +00:00
Ricoh2A03 Fix NES CPU, based on 6502 changes 2024-03-23 10:13:13 +00:00
Z80 Lot's of small niggles corrected across the EightBit libraries 2024-03-18 13:03:41 +00:00
inc Lot's of small niggles corrected across the EightBit libraries 2024-03-18 13:03:41 +00:00
modules Remove ProcessorTests (temporarily!) 2022-07-15 16:17:10 +01:00
src Lot's of small niggles corrected across the EightBit libraries 2024-03-18 13:03:41 +00:00
.gitignore Minor interrupt refactoring 2024-03-21 09:20:36 +00:00
.gitmodules Remove ProcessorTests (temporarily!) 2022-07-15 16:17:10 +01:00
EightBit.sln Whoops: missed new solution for the HarteTests wrapper. 2021-10-10 21:26:57 +01:00
LICENSE Dump of all my C++ emulators, only Intel8080 integrated so far... 2017-06-04 21:38:34 +01:00
Makefile Whoops: Missed top-level support for 6502. 2018-01-06 21:40:04 +00:00
README.md Update README.md 2019-02-07 00:01:04 +00:00
compile.mk Correct Linux build errors. 2018-12-01 16:41:39 +00:00
exe_build.mk Tidy up linux link-time optimisation flags. 2020-06-07 12:33:19 +01:00
lib_build.mk Simplify Linux build configurations. 2017-12-25 23:45:55 +00:00

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)