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:
Talarubi 2017-10-24 18:21:08 -04:00
parent a9571ff5b8
commit e28aa32324
1 changed files with 1 additions and 1 deletions

View File

@ -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)