Collection of eight-bit processor emulators (for various projects)
Go to file
Adrian Conlon 91221aa975 Try simdjson: bloody hell, that's fast!!
Signed-off-by: Adrian Conlon <adrian.conlon@gmail.com>
2021-10-11 22:09:03 +01:00
.github/workflows Create codeql-analysis.yml 2021-08-02 10:48:57 +01:00
Gaming Correct some virtual and constexpr expressions. 2021-08-23 09:44:48 +01:00
inc Make the Rom class a little easier to use by allowing it to be copied around. 2021-08-23 09:45:40 +01:00
Intel8080 Update boost to v1.77 2021-09-23 08:52:40 +01:00
LR35902 Update boost to v1.77 2021-09-23 08:52:40 +01:00
M6502 Try simdjson: bloody hell, that's fast!! 2021-10-11 22:09:03 +01:00
M6532
MC6809 Extensive change warning: lots of "noexcept" and "constexpr" changes. Not sure if I'll keep all of them, but interesting... 2021-07-18 14:28:40 +01:00
MC6850 Extensive change warning: lots of "noexcept" and "constexpr" changes. Not sure if I'll keep all of them, but interesting... 2021-07-18 14:28:40 +01:00
modules ProcessorTests submodule 2021-10-10 21:25:06 +01:00
Ricoh2A03 Extensive change warning: lots of "noexcept" and "constexpr" changes. Not sure if I'll keep all of them, but interesting... 2021-07-18 14:28:40 +01:00
src Make the Rom class a little easier to use by allowing it to be copied around. 2021-08-23 09:45:40 +01:00
Z80 Update boost to v1.77 2021-09-23 08:52:40 +01:00
.gitignore
.gitmodules Add Harte processor tests as a submodule. 2021-10-10 21:24:20 +01:00
compile.mk
EightBit.sln Whoops: missed new solution for the HarteTests wrapper. 2021-10-10 21:26:57 +01:00
exe_build.mk
lib_build.mk
LICENSE
Makefile
README.md

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)