mirror of
https://github.com/a2-4am/4cade.git
synced 2024-12-01 20:49:56 +00:00
Revert "support Mockingboard 4C in slot 5"
This reverts commit 7e38d5b9e7
.
Code no longer assembles without error
This commit is contained in:
parent
52615e5dc8
commit
57a22f9475
@ -56,18 +56,8 @@ GetMockingboardStuff
|
|||||||
sta MAGIC_Z80_LOCATION, x
|
sta MAGIC_Z80_LOCATION, x
|
||||||
dex
|
dex
|
||||||
bpl -
|
bpl -
|
||||||
|
stx $C403 ; enable Mockingboard 4C support
|
||||||
lda $C405
|
|
||||||
cmp #$38
|
|
||||||
bne not_mouse
|
|
||||||
lda $C407
|
|
||||||
cmp #$18
|
|
||||||
beq + ; looks like the mouse
|
|
||||||
stx $C403 ; enable Mockingboard 4C support in slot 4
|
|
||||||
stx $C404
|
stx $C404
|
||||||
bne @not_iic ; always
|
|
||||||
+ stx $C503 ; try enable Mockingboard 4C support in slot 5 instead
|
|
||||||
stx $C504
|
|
||||||
|
|
||||||
@not_iic
|
@not_iic
|
||||||
lda #$00
|
lda #$00
|
||||||
|
Loading…
Reference in New Issue
Block a user