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
a5cac4d309
The effective modes that used signed offsets were not properly sign extending the immediate or register index values before adding them to the address, resulting in incorrect addresses. The flags were incorrect for some instructions, and I added the logical shift instruction implementation |
||
---|---|---|
src | ||
.gitignore | ||
Cargo.toml | ||
README.md |
Moa
Started September 26, 2021
An emulator for m68k CPUs and devices