fix false read test

This commit is contained in:
Zellyn Hunter 2017-04-24 21:42:31 -04:00
parent 780357795d
commit b2c77674e4
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -322,7 +322,7 @@ LANGCARDTESTS_NO_CHECK:
;
clc ; Read $C083, $C083 (read/write RAM bank 2)
ldx #0 ;
cmp $C083,x ; Uses "6502 false read"
inc $C083,x ; Uses "6502 false read"
jsr .test ;
!byte $23, $34, $11, $23, $34 ;
;