Collection of eight-bit processor emulators (for various projects)
Go to file
Adrian Conlon d37f130577 Get the C++ version of the MC6850 synced with the C# version.
Signed-off-by: Adrian Conlon <Adrian.conlon@gmail.com>
2019-05-27 10:57:02 +01:00
inc Expose the clock tick as an externally driven action. 2019-05-05 10:28:24 +01:00
Intel8080 i8080: Small board level source layout change, no functional effect 2019-05-05 10:26:36 +01:00
LR35902 Go through all projects for configuration consistency. 2019-05-05 10:25:44 +01:00
M6502 Add some more M6502 documentation. 2019-05-05 10:30:33 +01:00
M6532 Whoops: Missed one of the update projects. 2019-05-05 10:27:08 +01:00
MC6809 Get the C++ version of the MC6850 synced with the C# version. 2019-05-27 10:57:02 +01:00
MC6850 Get the C++ version of the MC6850 synced with the C# version. 2019-05-27 10:57:02 +01:00
modules
Ricoh2A03 Go through all projects for configuration consistency. 2019-05-05 10:25:44 +01:00
src Go through all projects for configuration consistency. 2019-05-05 10:25:44 +01:00
Z80 Go through all projects for configuration consistency. 2019-05-05 10:25:44 +01:00
.gitignore
.gitmodules
compile.mk
EightBit.sln
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)