mirror of
https://github.com/zellyn/a2audit.git
synced 2024-11-24 11:31:01 +00:00
fix false read test
This commit is contained in:
parent
780357795d
commit
b2c77674e4
BIN
audit/audit.dsk
BIN
audit/audit.dsk
Binary file not shown.
@ -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 ;
|
||||
;
|
||||
|
Loading…
Reference in New Issue
Block a user