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 7868bc3014 Fixed instruction decode for MOVEM and EXT
It's now possible to run the monitor program until it loops waiting
for the serial transmitter to be ready for writing
2021-09-30 15:15:23 -07:00
src Fixed instruction decode for MOVEM and EXT 2021-09-30 15:15:23 -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