mirror of
https://github.com/Michaelangel007/apple2_fantavision_reloaded.git
synced 2025-01-13 21:29:55 +00:00
Unused
This commit is contained in:
parent
72b5a6b89a
commit
59042da630
@ -795,9 +795,9 @@ I'll use the prefix:
|
||||
B041:8D 84 B0 STA Data1+1 ; *** SELF-MODIFYING CODE: STA $FFFF,Y
|
||||
B044:8C B5 B0 STY Data1+2 ; *** SELF-MODIFYING CODE
|
||||
|
||||
B047:A0 20 LDY #$20 ; Must find Data Header within 32 nibbles
|
||||
NextDataHeader:
|
||||
B049:88 DEY
|
||||
B047:A0 20 LDY #$20 ; NOT used!!
|
||||
NextDataHeader: ; The _intent_ was probably to
|
||||
B049:88 DEY ; find the Data Header with 32 nibbles
|
||||
DataProlog1:
|
||||
B04C:BD 8C C0 LDA DRIVE_DATA,X
|
||||
B04F:10 FB BPL DataProlog1
|
||||
|
Loading…
x
Reference in New Issue
Block a user