Collection of eight-bit processor emulators (for various projects)
Go to file
Adrian Conlon d199adb027 Tidy EightBit library header usage (avoids compilation error with latest VS2019, "Memory.h")
Signed-off-by: Adrian Conlon <adrian.conlon@gmail.com>
2021-05-29 10:31:32 +01:00
Gaming Whoops: Missed gaming library makefile for linux 2020-06-07 11:59:37 +01:00
inc Tidy EightBit library header usage (avoids compilation error with latest VS2019, "Memory.h") 2021-05-29 10:31:32 +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 Ensure 6502 uses memory rather than bus read/write mechanism 2021-03-08 16:44:09 +00:00
M6532 Improve compatibility with .net emulator code. 2019-11-09 18:58:23 +00:00
MC6809 6809: Start moving away from macro based read/modify/write implementation 2020-12-28 18:37:21 +00:00
MC6850 Improve compatibility with .net emulator code. 2019-11-09 18:58:23 +00:00
modules Update to latest Catch2 testing framework. 2019-11-10 11:13:23 +00:00
Ricoh2A03 Update all EightBit projects to VS2019 (Latest SDK, C++17) 2019-08-17 11:04:29 +01:00
src Tidy EightBit library header usage (avoids compilation error with latest VS2019, "Memory.h") 2021-05-29 10:31:32 +01:00
Z80 Tidy up some C++ code (concentrating on the Z80 at the moment). 2021-01-09 08:41:48 +00:00
.gitignore Dump of all my C++ emulators, only Intel8080 integrated so far... 2017-06-04 21:38:34 +01:00
.gitmodules Start adding MC6809 unit tests for each instruction. Just ABX, so far 2018-10-06 23:52:39 +01:00
compile.mk Correct Linux build errors. 2018-12-01 16:41:39 +00:00
EightBit.sln For convenience, add a very lightweight SDL wrapper to the EightBit library. 2019-09-28 14:29:44 +01: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
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

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)