fix detection of 13-sector disks (#43)

This commit is contained in:
Peter Ferrie 2024-02-23 11:00:08 -08:00 committed by GitHub
parent e4c718f48e
commit 2afbe1ce50
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -175,7 +175,7 @@ CheckDrive2
bne -- bne --
- lda $C0EC - lda $C0EC
bpl - bpl -
cmp #$96 cmp #$AD
bne -- bne --
@driveoff @driveoff
@ -346,7 +346,7 @@ StringTable
!word @mainmenu !word @mainmenu
@header @header
!text "Anti-M v2.0 by 4am 2023-09-18" !text "Anti-M v2.01 by 4am 2024-02-22"
!text "________________________________________",$8D !text "________________________________________",$8D
!text $8D,$8D,$8D,$8D,$8D,$8D,$8D,$8D,$00 !text $8D,$8D,$8D,$8D,$8D,$8D,$8D,$8D,$00
@mainmenu @mainmenu