mirror of
https://github.com/a2-4am/anti-m.git
synced 2024-12-26 20:30:26 +00:00
strengthen drive 2 detection, set init A properly (fixes Micro League Basball) (#41)
This commit is contained in:
parent
d739c08dab
commit
3a6b60cc72
@ -175,6 +175,8 @@ CheckDrive2
|
||||
bne --
|
||||
- lda $C0EC
|
||||
bpl -
|
||||
cmp #$96
|
||||
bne --
|
||||
|
||||
@driveoff
|
||||
lda $C0E8
|
||||
@ -277,7 +279,7 @@ BeginTheBoot
|
||||
lda #$11 ;Virtual II fix
|
||||
pha
|
||||
plp ;match boot-time flags and registers
|
||||
lda #1
|
||||
lda $800 ;might not be 1
|
||||
ldy #0
|
||||
ldx #$60
|
||||
jmp $0801
|
||||
@ -344,7 +346,7 @@ StringTable
|
||||
!word @mainmenu
|
||||
|
||||
@header
|
||||
!text "Anti-M v1.10pre by 4am 2023-09-11"
|
||||
!text "Anti-M v1.10pre by 4am 2023-09-17"
|
||||
!text "________________________________________",$8D
|
||||
!text $8D,$8D,$8D,$8D,$8D,$8D,$8D,$8D,$00
|
||||
@mainmenu
|
||||
|
Loading…
Reference in New Issue
Block a user