mirror of https://github.com/bsnes-emu/bsnes.git
Fixed: Typo in SPC700 instruction table
https://board.byuu.org/viewtopic.php?p=48325#p48325 Per Screwtape and Jonas Quinn, this fixes 魔獣王 (Majuu Ou) hanging at the title.
This commit is contained in:
parent
a9571ff5b8
commit
e28aa32324
|
@ -62,7 +62,7 @@ auto SPC700::instruction() -> void {
|
|||
op(0x38, DirectImmediateModify, fp(AND))
|
||||
op(0x39, IndirectXWriteIndirectY, fp(AND))
|
||||
op(0x3a, DirectModifyWord, +1)
|
||||
op(0x3b, DirectIndexedModify, fp(ROL), A)
|
||||
op(0x3b, DirectIndexedModify, fp(ROL), X)
|
||||
op(0x3c, ImpliedModify, fp(ROL), A)
|
||||
op(0x3d, ImpliedModify, fp(INC), X)
|
||||
op(0x3e, DirectRead, fp(CMP), X)
|
||||
|
|
Loading…
Reference in New Issue