mirror of
https://github.com/a2-4am/4cade.git
synced 2024-11-24 03:34:02 +00:00
One-on-One dynamic Mockingboard slot
This commit is contained in:
parent
2a4ac0a46a
commit
496a069894
42
src/prelaunch/one.on.one.a
Normal file
42
src/prelaunch/one.on.one.a
Normal file
@ -0,0 +1,42 @@
|
|||||||
|
;license:MIT
|
||||||
|
;(c) 2020 by qkumba
|
||||||
|
|
||||||
|
!cpu 6502
|
||||||
|
!to "build/PRELAUNCH/ONE.ON.ONE",plain
|
||||||
|
*=$106
|
||||||
|
|
||||||
|
!source "src/prelaunch/common.a"
|
||||||
|
|
||||||
|
+READ_RAM2_NO_WRITE
|
||||||
|
jsr EnableAccelerator
|
||||||
|
lda MockingboardStuff
|
||||||
|
cmp #1
|
||||||
|
ora #$C0
|
||||||
|
+READ_ROM_NO_WRITE
|
||||||
|
php
|
||||||
|
pha
|
||||||
|
lda #$60
|
||||||
|
sta $408B
|
||||||
|
jsr $4000 ; decompress
|
||||||
|
pla
|
||||||
|
plp
|
||||||
|
bcc skipmb
|
||||||
|
cmp #$C4
|
||||||
|
beq skipmb
|
||||||
|
|
||||||
|
sta $E9BC ; Replace #$C4 with configured slot
|
||||||
|
ldy #00
|
||||||
|
- ldx $EAF6,Y ; Find #$C4s
|
||||||
|
cpx #$C4
|
||||||
|
bne +
|
||||||
|
sta $EAF6,Y ; Replace #$C4 with configured slot
|
||||||
|
+ iny
|
||||||
|
bne -
|
||||||
|
|
||||||
|
skipmb
|
||||||
|
jsr DisableAccelerator
|
||||||
|
jmp $400
|
||||||
|
|
||||||
|
!if * > $1C0 {
|
||||||
|
!error "code is too large, ends at ", *
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user