mirror of
https://github.com/actraiser/dust-tutorial-c64-first-intro.git
synced 2025-06-18 17:05:34 -04:00
6 lines
180 B
NASM
6 lines
180 B
NASM
;============================================================
|
|
; play music directive
|
|
;============================================================
|
|
|
|
play_music jsr sid_play
|
|
rts |