Collection of eight-bit processor emulators (for various projects)
Go to file
2024-05-30 22:26:27 +01:00
EightBit get the C# code up to date with the C++ code. Much better support for undocumented modes/instructions etc. 2024-05-28 13:59:37 +01:00
Fuse Ugrade to .NET 8.0: First pass 2024-05-18 21:57:33 +01:00
Intel8080 Compilation fixes 2024-05-29 10:56:16 +01:00
LR35902 Compilation fixes 2024-05-29 10:56:16 +01:00
M6502 Whoops: fix closing curly. 2024-05-30 22:26:27 +01:00
MC6809 Compilation fixes 2024-05-29 10:56:16 +01:00
MC6850 Ugrade to .NET 8.0: First pass 2024-05-18 21:57:33 +01:00
Z80 Compilation fixes 2024-05-29 10:56:16 +01:00
.gitignore Initial commit 2019-02-02 15:09:24 +00:00
EightBitNet.sln First stab at implementing M6502 Harte tests 2024-05-21 19:41:16 +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