Collection of eight-bit processor emulators (for various projects)
Go to file
Adrian Conlon 8f0dbe0dbc i8080: Small board level source layout change, no functional effect
Signed-off-by: Adrian Conlon <Adrian.conlon@gmail.com>
2019-05-05 10:26:36 +01:00
inc Use the virtual methods, busRead and busWrite for all processor bus actions. 2019-03-02 21:58:34 +00: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 Go through all projects for configuration consistency. 2019-05-05 10:25:44 +01:00
M6532 Add the concept of a clocked chip 2019-01-10 22:23:51 +00:00
MC6809 Go through all projects for configuration consistency. 2019-05-05 10:25:44 +01:00
MC6850 Go through all projects for configuration consistency. 2019-05-05 10:25:44 +01:00
modules Start adding MC6809 unit tests for each instruction. Just ABX, so far 2018-10-06 23:52:39 +01:00
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 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 Add work in progress of M6532 Riot chip. Nowhere near working yet, but includes lots of documentation. 2018-12-03 22:54:57 +00: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 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)