Collection of eight-bit processor emulators (for various projects)
Go to file
Adrian Conlon d9f71a5d05 Add some more gameboy documentation
Signed-off-by: Adrian Conlon <Adrian.conlon@gmail.com>
2019-11-10 11:15:30 +00:00
Gaming Update to latest SDL2 (2.10.0) 2019-10-12 23:15:47 +01:00
inc Improve compatibility with .net emulator code. 2019-11-09 18:58:23 +00:00
Intel8080 Improve compatibility with .net emulator code. 2019-11-09 18:58:23 +00:00
LR35902 Add some more gameboy documentation 2019-11-10 11:15:30 +00:00
M6502 Improve compatibility with .net emulator code. 2019-11-09 18:58:23 +00:00
M6532 Improve compatibility with .net emulator code. 2019-11-09 18:58:23 +00:00
MC6809 Tidy 6809 unit test project 2019-11-10 11:14:00 +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 Start added more .net compatibility methods 2019-11-03 09:23:28 +00:00
Z80 Sync C++ Z80 implementation with C# 2019-11-10 11:15:07 +00:00
.gitignore
.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
lib_build.mk
LICENSE
Makefile
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)