;limiTED2 128 bytes compo filler ;production by gerliczer 2009.04.01. ;made in Csabo's Plus4IDE ;upload to strictly 264 series related sites only ORG $1001-2 DW $1001 ; DW $100B,0 DB $9E,"4109",0,0,0 ; SEI JSR $f30b DEC $ff0c DEC $ff0d LDY #0 loop1 LDA #$20 STA $c00,y STA $d00,y STA $e00,y STA $f00,y INY BNE loop1 LDA #$d5 STA $ff13 wait1 LDX #5 wait2 LDA $ff1d CMP #$7b BNE wait2 DEX BNE wait2 ;DEC $ff19 txtbase LDX #0 LDY #0 loop2 LDA text,x STA $d90,y LDA colours,x STA $990,y INX INY CPX #9 BNE skip1 LDX #0 skip1 CPY #200 BNE loop2 LDX txtbase+1 INX CPX #9 BNE skip2 LDX #0 skip2 STX txtbase+1 ;INC $ff19 JMP wait1 colours DB $10, $10, $10, $10, $10, $10, $10, $32, $10 text DB $0c, $09, $0d, $09, $54, $45, $44, $32, $20