Collection of eight-bit processor emulators (for various projects)
Go to file
Adrian Conlon edbc2784d9 Sort out why cycle counting wasn't working as I thought it should on the MC6809
Signed-off-by: Adrian Conlon <Adrian.conlon@gmail.com>
2018-10-28 13:34:34 +00:00
inc First set of C++17/14 changes to the core library 2018-10-27 17:30:23 +01:00
Intel8080 Refactor the Intel 8080 core for C++17/14 2018-10-27 18:51:30 +01:00
LR35902 Tidy up GameBoy processor (LR35902) with respect to C++14/17 2018-10-27 19:23:02 +01:00
M6502 Start refactoring CPU cores to use C++17/14 features. (This commit covers the 6502 and Z80) 2018-10-27 18:41:55 +01:00
MC6809 Sort out why cycle counting wasn't working as I thought it should on the MC6809 2018-10-28 13:34:34 +00:00
MC6850 Refactor MC6850 for C++14/17 updates 2018-10-27 21:58:23 +01:00
modules Start adding MC6809 unit tests for each instruction. Just ABX, so far 2018-10-06 23:52:39 +01:00
Ricoh2A03 Switch to C++17 standard in all EightBit projects. 2018-10-27 14:28:14 +01:00
src First set of C++17/14 changes to the core library 2018-10-27 17:30:23 +01:00
Z80 Slightly nicer refactoring of the MEMPTR post increment saga 2018-10-28 13:33:36 +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