diff --git a/sidplay.asm b/sidplay.asm index 9bbfc34..e87e980 100644 --- a/sidplay.asm +++ b/sidplay.asm @@ -1967,4 +1967,6 @@ end: equ $ size: equ end-base ; For testing we include a sample tune (not supplied) -;INCLUDE "tune.asm" +IF defined (USE_TUNE) +INCLUDE "tune.asm" +ENDIF