mirror of
https://github.com/Michaelangel007/apple2_fantavision_reloaded.git
synced 2024-12-27 01:32:14 +00:00
Fix compare typo
This commit is contained in:
parent
66529a53c1
commit
659abb97ed
@ -580,7 +580,7 @@ On my //e it looks this:
|
||||
C69E:A5 40 LDA TrackHave ; (read from prologue)
|
||||
C6A0:C5 41 CMP TrackWant ;
|
||||
C6A2:D0 B8 BNE ^0 ;^ $C65C !=
|
||||
C6A4:B0 B7 BCS ^1 ;^ $C65D <=
|
||||
C6A4:B0 B7 BCS ^1 ;^ $C65D >=
|
||||
C6A6:A0 56 ^10 LDY #$56 ; Decode $56 nibbles in 6&2
|
||||
C6A8:84 3C ^11 STY $3C
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user