Collection of eight-bit processor emulators (for various projects)
Go to file
Adrian Conlon 2de467dde8 Refactor the MOS6502 core:
* Use lambda, rather than std::bind, if reasonable
* Tidy construction
* Remove configuration etc. not needed for running Klaus Dormann 6502 tests
2018-11-18 13:52:43 +00:00
inc Apply the concept of powered components to the "board" 2018-11-11 16:48:44 +00:00
Intel8080 Apply the concept of powered components to the "board" 2018-11-11 16:48:44 +00:00
LR35902 Wire the GameBoy board like a piece of powered hardware. 2018-11-12 00:38:03 +00:00
M6502 Refactor the MOS6502 core: 2018-11-18 13:52:43 +00:00
MC6809 Apply the concept of powered components to the "board" 2018-11-11 16:48:44 +00:00
MC6850 Correct typographical mistake in MC6850 documentation. 2018-11-11 16:49:21 +00:00
modules Start adding MC6809 unit tests for each instruction. Just ABX, so far 2018-10-06 23:52:39 +01:00
Ricoh2A03 Refactor the 6502 implementation to be a lot more like the MC6809. Hopefully show bugs in the latter a little more easily. 2018-10-31 23:29:13 +00:00
src Apply the concept of powered components to the "board" 2018-11-11 16:48:44 +00:00
Z80 Apply the concept of powered components to the "board" 2018-11-11 16:48:44 +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 Simplify Linux build configurations. 2017-12-25 23:45:55 +00:00
EightBit.sln Start adding MC6809 unit tests for each instruction. Just ABX, so far 2018-10-06 23:52:39 +01:00
exe_build.mk Simplify Linux build configurations. 2017-12-25 23:45:55 +00: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 Gameboy processor is alive! 2017-09-15 22:37:47 +01:00

EightBit

Assortment of eight-bit processor emulators:

  • Intel 8080
  • Zilog Z80
  • Sharp LR35902
  • Mos Technology 6502