; Quick n dirty SID player by Scout ; Compiles with TASS 1.45 ; Doesn't work with multispeed & sample-tunes :P *=$0800 .byte $00,$0b,$08 ; BASIC line setup; 666 sys2061 .word 666 .byte $9e .text "2061",0,0,0 *=$080d lda #$00 jsr $1000 ; init music lda #<yoyo ldy #>yoyo jsr $ab1e sei lda #$00 sta $d012 playloop lda #$38 cmp $d012 bne *-3 dec $d020 jsr $1003 ; play music inc $d020 jmp playloop .enc screen yoyo .byte 147 ; <-- clear screen .text "i made this ubercool zax in 2007 ad!",0 ; <--- your 1337 text. add a 0 (zero) to end string *=$1000 .binary "Maniac_Mansion.sid",126 ; load sid, strip the SID header (126 bytes)