mirror of
https://github.com/a2-4am/anti-m.git
synced 2024-12-26 20:30:26 +00:00
fix detection of 13-sector disks (#43)
This commit is contained in:
parent
e4c718f48e
commit
2afbe1ce50
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user