Collection of eight-bit processor emulators (for various projects)
Go to file
2019-03-02 21:59:00 +00:00
inc Use the virtual methods, busRead and busWrite for all processor bus actions. 2019-03-02 21:58:34 +00:00
Intel8080 Use the virtual methods, busRead and busWrite for all processor bus actions. 2019-03-02 21:58:34 +00:00
LR35902 Use the virtual methods, busRead and busWrite for all processor bus actions. 2019-03-02 21:58:34 +00:00
M6502 Use macros to define our device pins. 2019-01-14 23:17:54 +00:00
M6532 Add the concept of a clocked chip 2019-01-10 22:23:51 +00:00
MC6809 Use the virtual methods, busRead and busWrite for all processor bus actions. 2019-03-02 21:58:34 +00:00
MC6850 Start big refactor of device/CPU pin usage (to allow pin events throughout). 2019-01-14 02:10:17 +00:00
modules
Ricoh2A03
src Use the virtual methods, busRead and busWrite for all processor bus actions. 2019-03-02 21:58:34 +00:00
Z80 Use the virtual methods, busRead and busWrite for all processor bus actions. 2019-03-02 21:58:34 +00:00
.gitignore
.gitmodules
compile.mk
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
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)