mirror of
https://github.com/Michaelangel007/apple2_fantavision_reloaded.git
synced 2024-12-28 08:30:25 +00:00
Add how to fake backup used
This commit is contained in:
parent
f648da3bcd
commit
d37c5c1980
24
README.md
24
README.md
@ -2400,15 +2400,29 @@ DecodeToken:
|
|||||||
0EAE:20 JSR $0AC5 ; TODO: FIXME
|
0EAE:20 JSR $0AC5 ; TODO: FIXME
|
||||||
```
|
```
|
||||||
|
|
||||||
To 'fake' the backup used:
|
To 'fake' the `backup used` we can enter in this patch:
|
||||||
|
|
||||||
```
|
```asm
|
||||||
BD1:A9
|
BD1:A9
|
||||||
BD3:EA
|
BD3:EA
|
||||||
|
|
||||||
800G
|
800G
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Sure enough we get this backup used screen:
|
||||||
|
|
||||||
|
* ![Backup used](pics/backup_used.png)
|
||||||
|
|
||||||
|
And just for kicks, let's use an original version that already _has_ been
|
||||||
|
backed up.
|
||||||
|
|
||||||
|
```asm
|
||||||
|
9600<C600.C6FFM
|
||||||
|
96FA:
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
### Backup 2 Disasembly
|
### Backup 2 Disasembly
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user