Skip to content

Commit

Permalink
Version 1.1a, with conditional include of sample tune.
Browse files Browse the repository at this point in the history
  • Loading branch information
simonowen committed Apr 13, 2007
1 parent 3c6d1f4 commit 4f250ef
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion sidplay.asm
Expand Up @@ -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

0 comments on commit 4f250ef

Please sign in to comment.