Collection of eight-bit processor emulators (for various projects)
Go to file
Adrian Conlon ff02159886 MC6809: Add a cycle eater routine.
Signed-off-by: Adrian Conlon <adrian.conlon@gmail.com>
2020-04-04 12:27:26 +01:00
Gaming Some mild reformatting of the Gaming class. 2019-11-09 23:01:58 +00:00
inc Start correcting Z80 T-cycle counts (DJNZ, JR cc, ADD HL,rp, INC/DEC rp, INC/DEC (HL)) 2020-02-16 09:18:34 +00:00
Intel8080 Correct recently introduced IO implementation issues in the 8080 core. 2020-02-13 09:17:52 +00:00
LR35902 Reflect that the I/O for Intel style processors isn't part of the CPU, but attached to the Bus and access controlled by the CPU. 2020-02-09 11:51:58 +00:00
M6502 Tidy 6502 whitespace 2020-02-22 09:02:37 +00:00
M6532 Improve compatibility with .net emulator code. 2019-11-09 18:58:23 +00:00
MC6809 MC6809: Add a cycle eater routine. 2020-04-04 12:27:26 +01:00
MC6850 Improve compatibility with .net emulator code. 2019-11-09 18:58:23 +00:00
modules Update to latest Catch2 testing framework. 2019-11-10 11:13:23 +00:00
Ricoh2A03 Update all EightBit projects to VS2019 (Latest SDK, C++17) 2019-08-17 11:04:29 +01:00
src Reflect that the I/O for Intel style processors isn't part of the CPU, but attached to the Bus and access controlled by the CPU. 2020-02-09 11:51:58 +00:00
Z80 Add finer control of memory and IO events in the Z80 implementation. Allows small tidy of the halt condition. 2020-03-23 21:56:23 +00:00
.gitignore
.gitmodules
compile.mk Correct Linux build errors. 2018-12-01 16:41:39 +00:00
EightBit.sln For convenience, add a very lightweight SDL wrapper to the EightBit library. 2019-09-28 14:29:44 +01: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)