mirror of
https://github.com/mamedev/mame.git
synced 2024-11-16 07:48:32 +01:00
m740: STY ZP should store Y, not X (IIgs ADB MCU @ $FF15) [R. Belmont]
This commit is contained in:
parent
aae7ac5328
commit
dc6ddf122c
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue