mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-16 18:30:50 +12:00
Uncomment useful macros.
This commit is contained in:
parent
b08a0b860a
commit
cf29441457
18
macros.asm
18
macros.asm
|
@ -466,17 +466,17 @@ dutycycle: MACRO
|
|||
ENDM
|
||||
|
||||
;format: callchannel address
|
||||
;callchannel: MACRO
|
||||
; db $FD
|
||||
; dw \1
|
||||
;ENDM
|
||||
callchannel: MACRO
|
||||
db $FD
|
||||
dw \1
|
||||
ENDM
|
||||
|
||||
;format: loopchannel count, address
|
||||
;loopchannel: MACRO
|
||||
; db $FE
|
||||
; db \1
|
||||
; dw \2
|
||||
;ENDM
|
||||
loopchannel: MACRO
|
||||
db $FE
|
||||
db \1
|
||||
dw \2
|
||||
ENDM
|
||||
|
||||
endchannel: MACRO
|
||||
db $FF
|
||||
|
|
Loading…
Reference in a new issue