| tv noise vic-20 by Pers' Wastaiset Produktiot [web] | ||||||||
|---|---|---|---|---|---|---|---|---|
|   | 
 | |||||||
| 
 | popularity : 59% | |||||||
| 
 alltime top: #10945 | 
 | |||||||
| 
 | ||||||||
| added on the 2010-11-13 00:05:32 by viznut/pwp  | ||||||||
popularity helper
comments
sound!
  
hrhr
  
Yes
  
It screams !
  
overscan and with sound!
  
Guys, I'm in love with you all.
  
Yeah !
  
:)
  
gosh.. best TV noise EVaR!
  
:-)
  
Too uniform.
  
makes me horny
  
glöp
  
overscan and with sound! 
  
trendy shit
  
shitty tr.. wait no!
  
glop
  
^_^
  
.
  
Epic!
  
Untouchable
  
Noise rulez!
  
tv noise
  
.
  
32b with sound
  
32 bytes! Very good :)
  
Cool TVnoise for the VIC-20 
  
no
  
lists containing this prod
submit changes
if this prod is a fake, some info is false or the download link is broken,
do not post about it in the comments, it will get lost.
instead, click here !































*=$32c ; start from a vector !word mcstart ; override it with start addr regs !byte $fa ; 90xd: noise pitch !byte $1f ; 90xe: volume & aux color !byte $18 ; 90xf: bg & border color !byte $06 ; 90x0: screen start x !byte $0c ; 90x1: screen start y !byte 28 ; 90x2: screen columns !byte 18*2+1 ; 90x3: screen rows & 8x16 mcstart ldx #7 loop lda regs-1,x ; copy bytes to vic-i regs sta $900d-1,x inc $9005 ; make noise (mess with screen ptrs) dex bne loop beq mcstart