mirror of
https://github.com/holub/mame
synced 2025-04-20 23:42:22 +03:00
m68000: the ext-derived over alu operation shoudl clear aluo (it's actually slightly more complicated but clearing is the end result). Fixes some address calculations in div (thanks qkumba again)
This commit is contained in:
parent
f0c82c8376
commit
f13695ed78
@ -561,6 +561,7 @@ protected:
|
||||
|
||||
inline void alu_over() {
|
||||
m_isr = SR_V|SR_N;
|
||||
m_aluo = 0;
|
||||
}
|
||||
|
||||
inline void alu_asl(u16 a) {
|
||||
|
Loading…
Reference in New Issue
Block a user