mirror of
https://github.com/holub/mame
synced 2025-04-20 15:32:45 +03:00
mc68hc11: Fix bug causing DES to decrement IX rather than the stack pointer
This commit is contained in:
parent
857c00c287
commit
9fbb36769f
@ -1952,7 +1952,7 @@ void HC11OP(dec_indy)()
|
||||
/* DES 0x34 */
|
||||
void HC11OP(des)()
|
||||
{
|
||||
m_ix--;
|
||||
m_sp--;
|
||||
CYCLES(3);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user