mirror of
https://github.com/actraiser/dust-tutorial-c64-first-intro.git
synced 2025-06-19 01:15:42 -04:00
3 lines
142 B
NASM
3 lines
142 B
NASM
address_music = $1000 ; loading address for sid tune
|
|
sid_init = $1000 ; init routine for music
|
|
sid_play = $1006 ; play music routine |