An emulator for various m68k and z80 based computers, written in Rust. Currently it has support for the Sega Genesis, TRS-80, and Computie (my own project), with Macintosh support in the works
Go to file
2021-10-04 11:13:10 -07:00
binaries Fixed some erroneous instruction decodes and added binaries 2021-10-03 09:55:20 -07:00
src Added stack tracer and fixed bug with CMPA instruction 2021-10-04 11:13:10 -07:00
.gitignore Initial start with some structure for instruction decoding 2021-09-28 16:09:38 -07:00
Cargo.toml Added PTY terminal for I/O via the MC68681 module 2021-10-01 12:25:23 -07:00
README.md Updated readme 2021-10-03 10:00:58 -07:00
todo.txt Fixed some erroneous instruction decodes and added binaries 2021-10-03 09:55:20 -07:00

Moa

Started September 26, 2021

An emulator for m68k CPUs and devices. I originally started this project to distract myself while recovering from a bout of sickness. The idea was to emulate the computer I had built as part of the computie project.

Currently it can run the monitor program and load the kernel across serial (or the kernel can be loaded directly into memory), and it can boot the kernel, but an error occurs as soon as the kernel runs. It doesn't yet have interrupt support, but that will be the next thing added.