pouët.net

Go to bottom
TV Noise Anthology by JAC! [web]
[nfo]
screenshot added by JAC! on 2010-11-07 01:05:52
platform :
type :
release date : november 2010
  • 38
  • 6
  • 0
popularity : 60%
 60%
  • 0.86
alltime top: #3665
added on the 2010-11-07 01:05:52 by JAC! JAC!

popularity helper

increase the popularity of this prod by spreading this URL:

or via: facebook twitter pinterest tumblr

comments

This pack contains the complete TV Noise anthology
So please do not take it serious, hehe.
Those who neither have an Atari nor a TV set can use youtube.

>> TV Noise 1987 <<

It's Saturday night and I needed some distraction from coding so I surfed on Pouet.
You wouldn't imagine what was going on there.
Somebody wrote ".... who can't even code 10 lines of code".
Somebody else wrote "Make it in 32b next time".

So I had to do it - in 10 lines of code and 32 bytes ;-)

This one is actually from 1987 when I got my first assembler book
and found out that the Atari has a random register. Today I would
say "it's not a release it's just an effect" - know what I mean...

Code: lda #$40 sta $bc25 ;Move screen to $4040 sta 756 ;Move charset to $4000 loop lda $d20a ;Random sta $4000,x sta $4100,x sta $4200,x sta $4300,x inx bvc loop


>> TV Noise 2010 <<

On your B/W TV with real sync it looks and sounds like this.
Code: loop lda #$c3 ora $d20a ;Random sta $bc25 ;Move screen beyond $c300 sta $d409 ;Change charset sta $d400 ;Overscan distorsion sta $d201 ;White noise asl $d200 ;Frequency lsr 710 ;Black background bvc loop


>> TV Noise 2011 <<

Broken DRAM on your 30 year old Atari looks like this.
Since the DRAM is broken, I had to pack this one into 16 bytes.

Code: loop lda #$c3 ;Ensure charset is in ROM area ora $d20a ;Random sta $d409 ;Set charset bvc loop

added on the 2010-11-07 01:06:52 by JAC! JAC!
owned!
rulez added on the 2010-11-07 01:08:52 by zefyros zefyros
haha, thumb for the attitude :D
rulez added on the 2010-11-07 01:09:55 by msqrt msqrt
the world may now you had to make a demo about it and send jazz brainshock to japanese demo scenes with no bbcode and unicode involved.
the 2010 version roxx
rulez added on the 2010-11-07 01:17:02 by p01 p01
you made a demo about it! :D
rulez added on the 2010-11-07 01:21:00 by las las
win.
rulez added on the 2010-11-07 01:36:52 by Saga Musix Saga Musix
greetings to JAC, fuckings to Daemon
rulez added on the 2010-11-07 01:50:04 by Alpha C Alpha C
I wouldn't thumb up random noise on any platform, but you get a piggy for showing DHC.
added on the 2010-11-07 01:52:45 by raer raer
Pwned.
rulez added on the 2010-11-07 01:56:52 by wysiwtf wysiwtf
Quote:
I like tv noise, and I'd thumb this up if it was really tiny


This needs 3 thumbs then, plus a bonus for 2010 :)
rulez added on the 2010-11-07 04:33:54 by psonice psonice
that's the spirit!
rulez added on the 2010-11-07 04:46:01 by wullon wullon
haha, totally owned !
thumb needs to go for original 2010 version :D
rulez added on the 2010-11-07 05:09:23 by ɧ4ɾɗվ. ɧ4ɾɗվ.
lol totally pwnedga :D
rulez added on the 2010-11-07 05:17:30 by panic panic
yep owned
and extra thumb for the nostalgic feeling i got looking at the screenshot
rulez added on the 2010-11-07 05:57:17 by snoutmate snoutmate
lol atari strikes back :)
rulez added on the 2010-11-07 07:55:19 by ltk_tscc ltk_tscc
lol
rulez added on the 2010-11-07 08:25:08 by SiR SiR
Hear, hear!
Good sports, lad!
rulez added on the 2010-11-07 08:33:42 by w00t! w00t!
Rocks
rulez added on the 2010-11-07 10:07:06 by Zplex Zplex
owned!
rulez added on the 2010-11-07 11:16:12 by xeron xeron
I wanted to do it myself, but now it's too late :)
rulez added on the 2010-11-07 13:25:53 by PulkoMandy PulkoMandy
Rulez!
rulez added on the 2010-11-07 20:36:52 by Nitro/Black Sun Nitro/Black Sun
ATARI
rulez added on the 2010-11-08 14:50:25 by xTr1m xTr1m
Now could you try to make a fullscreen version so that there is no frame? I did my TV noise routine a few years ago but that was nowhere near your 32 byte limit - rather a 100 byte one (and I really thought this was pretty optimized) :-) and it even would not run on a real hardware since it used the 239th scanline.
rulez added on the 2010-11-10 11:45:14 by PG PG
Quote:
Since the DRAM is broken, I had to pack this one into 16 bytes.


you're the man. :D
rulez added on the 2010-11-10 11:55:10 by v3nom v3nom
Quote:
Now could you try to make a fullscreen version so that there is no frame?

Just run the 2010 version on the real headware. It does not have a frame and really loses the TV sync. The video is recorded from the emu because I have no camera, so you just cannot see it there :-)
rulez added on the 2010-11-10 12:15:02 by JAC! JAC!
Sorry, unintentional thumb. I just wanted to add a comment.
added on the 2010-11-10 12:15:58 by JAC! JAC!
So I'll not thumb it instead...
Nice stuff.
added on the 2010-11-10 13:17:49 by sim sim
Selfvote is ok in this case. +1 for size!
rulez added on the 2010-11-10 13:25:00 by Emod Emod

Maybe even some of those people whose did not think I've gone mad yet, will now starting thinking like that. But it just had to create it after all this positive reactions ... and to put the TV noise battle at a final ending:

>>> TV Noise 2010 (i)nteractive <<<

You can control the tuning of the TV set via the paddle in port 0. For those who are not old enough to know what a paddle is, see Wiki. And since hardly anybody will have one today, there's also youtube of course. And yes, it's still 32 bytes.

BB Image
added on the 2010-11-10 14:22:26 by JAC! JAC!
Dude, it rocks.
:D
rulez added on the 2010-11-12 13:38:49 by Proteque Proteque
For size
rulez added on the 2010-11-12 14:04:06 by chiourme chiourme
:)
rulez added on the 2010-11-13 22:12:13 by Optimus Optimus
haha, you rock ! i´d thumb again for the paddle-version ;)
Very realistic! Tried it on real hardware with paddles. Get more and more angry when I tried to get better picture! ;-)))
rulez added on the 2010-11-14 10:42:26 by Tigerduck Tigerduck
Whoa! 5 extra thumbs worth of awesome in the interactive version!
added on the 2010-11-14 10:58:56 by xeron xeron
@xeron, thanks. Just wait and see. I'm working hard on a release which will "beat" all existing TV noises
added on the 2010-11-14 19:32:29 by JAC! JAC!
nasty one :D felt real
rulez added on the 2010-11-14 19:38:46 by Buckethead Buckethead
JAC!: really no need to, you´ve been the master of tvnoise from beginning of the "compo" ;)
and after you made that interactive one i do wonder what else you have in petto but even the onelinered_versions cant beat you up to now ! ;) ( cause they are just possible in one line due to syntax_language/system ! )
The most impressive one!
rulez added on the 2010-11-15 14:00:26 by untel untel
rolf
rulez added on the 2010-11-16 02:33:02 by T$ T$
snap dogs
Video please?
added on the 2010-11-27 13:43:08 by AntDude AntDude
Quote:
Video please?

I posted the links and updates long ago in link me beautiful but the glöperators seem to bee too busy with other TV noises. You can also find the video links in the comments, well and here ;-)
added on the 2010-11-27 14:28:26 by JAC! JAC!
Weird. :P
added on the 2010-12-05 00:37:32 by AntDude AntDude
yes
rulez added on the 2011-05-13 21:12:23 by rudi rudi
Oh my goodness :)
rulez added on the 2011-05-15 13:17:05 by johnl johnl
Anthology, ok
added on the 2011-08-11 11:49:14 by closed closed
ok
added on the 2015-03-18 17:42:18 by HellMood HellMood
Hissssssssssssssssssss!
rulez added on the 2015-08-02 20:02:59 by miker miker
noise, biatch!
rulez added on the 2015-09-29 19:03:09 by sensenstahl sensenstahl
like it
rulez added on the 2021-01-08 14:26:46 by Blast! Blast!

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 !

[previous edits]

add a comment

Go to top