Collection of eight-bit processor emulators (for various projects)
Go to file
Adrian Conlon 81b2b04ddd Add Z80 Fuse test to the EightBit .Net solution
Signed-off-by: Adrian Conlon <Adrian.conlon@gmail.com>
2019-11-16 21:01:47 +00:00
EightBit Better profiling configuration 2019-11-10 12:21:41 +00:00
Fuse Correct spelling mistake in Fuse test event class. 2019-08-16 18:08:55 +01:00
Intel8080 Synchronise HALT implementation for Intel style processors with the C++ version. 2019-08-29 09:05:31 +01:00
LR35902 Synchronise HALT implementation for Intel style processors with the C++ version. 2019-08-29 09:05:31 +01:00
M6502 Sync (as far as possible) with unmanaged C++ emulators. 2019-10-31 23:01:47 +00:00
MC6809 Sync (as far as possible) with unmanaged C++ emulators. 2019-10-31 23:01:47 +00:00
MC6850 Tighten up the sequence associated with changing pin levels + fix persistent HALT/PC bug 2019-09-06 22:50:21 +01:00
Z80 Choose a different mechanism for ignoring (at the moment) bus test events. 2019-11-16 21:00:26 +00:00
.gitignore Initial commit 2019-02-02 15:09:24 +00:00
EightBit.sln Add Z80 Fuse test to the EightBit .Net solution 2019-11-16 21:01:47 +00:00
LICENSE Initial commit 2019-02-02 15:09:24 +00:00
README.md Update README.md 2019-05-26 11:07:53 +01:00

README.md

EightBit (Net)

Assortment of eight-bit processor emulators written in C#:

  • MOS Technology 6502
  • Intel 8080
  • Zilog Z80
  • Motorola MC6809
  • Motorola MC6850