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
1 changed files with 2 additions and 2 deletions

View File

@ -175,7 +175,7 @@ CheckDrive2
bne --
- lda $C0EC
bpl -
cmp #$96
cmp #$AD
bne --
@driveoff
@ -346,7 +346,7 @@ StringTable
!word @mainmenu
@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,$8D,$8D,$8D,$8D,$8D,$8D,$8D,$00
@mainmenu