mirror of
https://github.com/actraiser/dust-tutorial-c64-first-intro.git
synced 2025-06-18 17:05:34 -04:00
5 lines
198 B
NASM
5 lines
198 B
NASM
; load sid music
|
|
|
|
* = address_music ; address to load the music data
|
|
!bin "resources/jeff_donald.sid",, $7c+2 ; remove header from sid and cut off original loading address
|