1.3 release

This commit is contained in:
4am 2019-04-12 10:39:11 -04:00
parent a6569f377d
commit 55dc55c6e4
2 changed files with 19 additions and 1 deletions

View File

@ -80,8 +80,24 @@ Yes! Copy the `ANTI.M.SYSTEM` file to anywhere on your ProDOS hard drive and
run it with your favorite launcher. Bonus feature: when launching Anti-M from
a hard drive, it will skip the prompt and immediately boot slot 6, drive 1.
## But wait, there's more!
Anti-M can also boot many games from drive 2, including all the games listed
above. If you launch Anti-M from slot 6 and it detects a disk in drive 2, it
will skip the prompt and immediately boot from drive 2. Otherwise, you can
press `2` at the prompt to boot from drive 2 instead of drive 1.
To disable auto-boot and show the prompt, even if Anti-M would normally skip
it, you can press either joystick button (open-apple or closed-apple key) while
launching Anti-M.
## History
v1.3 - 2019-04-12
- support booting from drive 2
- fix booting on MAME
v1.2 - 2019-03-24
- support booting ProDOS on clones

View File

@ -76,6 +76,8 @@ tmp = $FC ; byte
bit STROBE
cmp #$8D ; return
beq Boot
cmp #$B1 ; 1
beq Boot
cmp #$B2 ; 2
beq Boot2
jsr MLI
@ -234,7 +236,7 @@ StringTable
!word @mainmenu
@header
!text "Anti-M v1.3-pre by 4am 2019-04-11"
!text "Anti-M v1.3 by 4am 2019-04-12"
!text "________________________________________",$8D
!text $8D,$8D,$8D,$8D,$8D,$8D,$8D,$8D,$00
@mainmenu