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
transistor 92342c23ed More instruction execution, enough to loop
I'm using the monitor.bin binary built from computie to boot the
virtual machine, and it currently runs and loops, but there is no
actual serial device, so it's hard to tell if it's working correctly
2021-09-29 21:52:38 -07:00
src More instruction execution, enough to loop 2021-09-29 21:52:38 -07:00
.gitignore Initial start with some structure for instruction decoding 2021-09-28 16:09:38 -07:00
Cargo.toml Initial start with some structure for instruction decoding 2021-09-28 16:09:38 -07:00
README.md Initial start with some structure for instruction decoding 2021-09-28 16:09:38 -07:00

Moa

Started September 26, 2021

An emulator for m68k CPUs and devices