mirror of
https://github.com/transistorfet/moa.git
synced 2024-11-21 19:30:52 +00:00
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
f7529bbb41
Also fixed a bug where MOVEA needs to behave differently than MOVE, such that the data is sign extended to a long and the condition flags are not changed. I also modifed how Addressable returns data because I need to return owned data from MC68681, so that the stored data can be updated (ie. the status flag must be modified after a read) |
||
---|---|---|
src | ||
.gitignore | ||
Cargo.toml | ||
README.md |
Moa
Started September 26, 2021
An emulator for m68k CPUs and devices