mirror of
https://github.com/transistorfet/moa.git
synced 2024-11-22 10:32:59 +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
10e905674b
With ADDA, SUBA, and ADDQ/SUBQ when the target is an address register, the condition flags should not be changed, but the code was changing them, which caused problems. I've fixed it by making the ADD/SUB executions check for an address target and will not update flags in that case. This should only occur when the actual instruction was an ADDA or ADDQ with an address register target |
||
---|---|---|
src | ||
.gitignore | ||
Cargo.toml | ||
README.md |
Moa
Started September 26, 2021
An emulator for m68k CPUs and devices