summaryrefslogtreecommitdiff
path: root/macros.asm
diff options
context:
space:
mode:
authorstag019 <stag019@gmail.com>2014-11-04 20:22:55 -0500
committerstag019 <stag019@gmail.com>2014-11-04 20:22:55 -0500
commitcf29441457029c4ead96180057cd3c81d6d69786 (patch)
treec74abb49634185682ecde7c3c15e8d2397a1acb1 /macros.asm
parentb08a0b860ae7b666e3fd526de1f78809368d1bf6 (diff)
Uncomment useful macros.
Diffstat (limited to 'macros.asm')
-rw-r--r--macros.asm18
1 files changed, 9 insertions, 9 deletions
diff --git a/macros.asm b/macros.asm
index 27d7c374..6dd239da 100644
--- a/macros.asm
+++ b/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