Add new N-SPC commands FA (mute) and FB (unmute)

This commit is contained in:
qwertymodo
2019-09-21 15:21:50 -07:00
parent b3299ca27d
commit 5b307e421c
2 changed files with 60 additions and 0 deletions

View File

@@ -250,3 +250,22 @@ PsychoSolder_MusicCheck:
.done
RTL
;--------------------------------------------------------------------------------
;--------------------------------------------------------------------------------
!SPCFreeSpace = $0700
SPCEngineNewCode:
dw .end-.start
dw !SPCFreeSpace
.start
incsrc spc.asm
.end
dw $0004
dw $0A73 ; $0A73: CMP A,#$F0
db $5F ; JMP SPCFreeSpace
dw !SPCFreeSpace
db $00 ; NOP
dw $0000, $0000
;--------------------------------------------------------------------------------