mirror of
https://github.com/a2-4am/4cade.git
synced 2024-12-26 20:30:29 +00:00
support the Mockingboard 4C
This commit is contained in:
parent
35cbdc6fcf
commit
e9c20bd549
@ -28,6 +28,16 @@
|
||||
;------------------------------------------------------------------------------
|
||||
GetMockingboardStuff
|
||||
+ST16 @callback+1
|
||||
lda ROM_MACHINEID
|
||||
cmp #$06
|
||||
bne @not_iic
|
||||
ldx ROM_MACHINE2C
|
||||
bne @not_iic
|
||||
dex ; enable Mockingboard 4C support
|
||||
stx $C403
|
||||
stx $C404
|
||||
|
||||
@not_iic
|
||||
lda #$00
|
||||
sta $80
|
||||
sta $82 ; type
|
||||
|
@ -80,7 +80,7 @@ call :compress
|
||||
goto :EOF
|
||||
)
|
||||
|
||||
echo usage: %0 clean / asm / dsk
|
||||
echo usage: %0 clean / dsk
|
||||
goto :EOF
|
||||
|
||||
:index
|
||||
|
Loading…
Reference in New Issue
Block a user