Bug fix: 0x26 is not ROR but ROL

This commit is contained in:
Takashi Toyoshima 2014-12-08 03:23:08 +09:00
parent 4994158c0c
commit 47d7fb8749
1 changed files with 2 additions and 2 deletions

4
6502.S
View File

@ -947,9 +947,9 @@ op25: // AND - Zero Page
_lop ands
_decode
op26: // ROR - Zero Page
op26: // ROL - Zero Page
_fromZero
_ror
_rol
_toAddr
_decode