Collection of eight-bit processor emulators (for various projects)
Go to file
Adrian Conlon 21472154e0 Further refactoring of the hex loader class to be a little easier to read.
Signed-off-by: Adrian Conlon <Adrian.conlon@gmail.com>
2019-06-29 11:50:27 +01:00
EightBit Further refactoring of the hex loader class to be a little easier to read. 2019-06-29 11:50:27 +01:00
Intel8080 Update nuget packages. 2019-05-06 10:03:11 +01:00
M6502 Update nuget packages. 2019-05-06 10:03:11 +01:00
MC6809 Start adding some LDx tests, mainly to mop up any missing indexed addressing modes. 2019-06-21 09:07:58 +01:00
MC6850 Tidy the MC6850 a little, mainly to show that the step method is only called via the clock tick. 2019-05-27 10:53:44 +01:00
Z80 Update nuget packages. 2019-05-06 10:03:11 +01:00
.gitignore Initial commit 2019-02-02 15:09:24 +00:00
EightBit.sln Add emulation of Grant Searle MC6809 SBC as a test container (untested!) 2019-04-28 21:00:30 +01: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

EightBit (Net)

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

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