Collection of eight-bit processor emulators (for various projects)
Go to file
Adrian Conlon 6940a54355 Update all EightBit projects to VS2019 (Latest SDK, C++17)
Signed-off-by: Adrian Conlon <Adrian.conlon@gmail.com>
2019-08-17 11:04:29 +01:00
inc Backport fixes from .Net EightBit library to C++ 2019-08-16 21:56:48 +01:00
Intel8080 Update all EightBit projects to VS2019 (Latest SDK, C++17) 2019-08-17 11:04:29 +01:00
LR35902 Update all EightBit projects to VS2019 (Latest SDK, C++17) 2019-08-17 11:04:29 +01:00
M6502 Update all EightBit projects to VS2019 (Latest SDK, C++17) 2019-08-17 11:04:29 +01:00
M6532 Update all EightBit projects to VS2019 (Latest SDK, C++17) 2019-08-17 11:04:29 +01:00
MC6809 Update all EightBit projects to VS2019 (Latest SDK, C++17) 2019-08-17 11:04:29 +01:00
MC6850 Update all EightBit projects to VS2019 (Latest SDK, C++17) 2019-08-17 11:04:29 +01:00
modules
Ricoh2A03 Update all EightBit projects to VS2019 (Latest SDK, C++17) 2019-08-17 11:04:29 +01:00
src Update all EightBit projects to VS2019 (Latest SDK, C++17) 2019-08-17 11:04:29 +01:00
Z80 Update all EightBit projects to VS2019 (Latest SDK, C++17) 2019-08-17 11:04:29 +01:00
.gitignore
.gitmodules
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
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)