mirror of
https://github.com/holub/mame
synced 2025-04-22 00:11:58 +03:00
m740: STY ZP should store Y, not X (IIgs ADB MCU @ $FF15) [R. Belmont]
This commit is contained in:
parent
aae7ac5328
commit
dc6ddf122c
@ -1146,7 +1146,7 @@ sty_m_aba
|
||||
sty_m_zpg
|
||||
TMP = read_pc();
|
||||
read_dummy(TMP);
|
||||
write(TMP, X);
|
||||
write(TMP, Y);
|
||||
prefetch();
|
||||
|
||||
sty_m_zpx
|
||||
|
Loading…
Reference in New Issue
Block a user