mirror of
https://github.com/Michaelangel007/apple2_fantavision_reloaded.git
synced 2025-01-15 19:30:24 +00:00
Add COPYA instructions
This commit is contained in:
parent
07279e1478
commit
ce4f439327
23
README.md
23
README.md
@ -2749,6 +2749,29 @@ We need to change byte @ $B99B from $AA to $AB.
|
|||||||
|
|
||||||
Technically we only need to change one of these.
|
Technically we only need to change one of these.
|
||||||
|
|
||||||
|
1. Boot a DOS 3.3 Master disk
|
||||||
|
2. `LOAD COPYA`
|
||||||
|
3. Make these changes to the Applesoft program
|
||||||
|
|
||||||
|
```
|
||||||
|
166 B=169:GOSUB 400:B=0:GOSUB 400`
|
||||||
|
167 ET=34
|
||||||
|
168 POKE 721,ET:POKE 722,ET:POKE 863,ET
|
||||||
|
400 POKE 47514,B:POKE 47422,B:RETURN
|
||||||
|
401 REM $B99A:C9 AA
|
||||||
|
402 REM $B93E:C9 AA
|
||||||
|
```
|
||||||
|
|
||||||
|
4. Grab a blank disk, label it `Fanta.COPYA`
|
||||||
|
5. Put your original `Fantavision` disk in Drive 1
|
||||||
|
6. Put your blank `Fanta.COPYA` disk in Drive 2
|
||||||
|
7. `RUN`
|
||||||
|
|
||||||
|
It will boot but fail to load due to missing the encrypted track $22.
|
||||||
|
Let's fire up `Copy ][` Sector Editor and make the _modifications_
|
||||||
|
to skip reading track 22.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## ProDOS Hybrid!?
|
## ProDOS Hybrid!?
|
||||||
|
Loading…
x
Reference in New Issue
Block a user