-
Content Count
202 -
Joined
-
Last visited
Posts posted by SpicyChronos
-
-
Bump.
I'm trying to experiment with drawing the screen right now.
Using Basic, I've tried a graphics 10 screen and generating random numbers on a graphics 0 screen.
I'm sure there is a better way to fill the screen with random numbers and or dots on a screen. Right now I'm just trying for...next loops, plot and position.
Any suggestions?
Thanks.
-
Here is a snip of the article of what the algorithm is suppose to do.
"The Color Eater is a very simple animal. It looks at its nearest neighbors in the color matrix, searching in a clockwise direction for its current "digestible" color. If it finds this color, it moves its location to the matrix position of that color, digests it into a new color, and reiterates its search. Occasionally, the Color Eater becomes a very frustrated little animal. It eats itself into a corner and no longer is able to find any digestible colors . . When this catastrophe happens, it throws a fit and turns itself into another variety of Color Eater which can eat itself out of the frustration point. The result is a constantly changing random color pattern on the screen."
Hope this helps.
-
Hi all!
I was browsing through BYTE magazines that ThumpNugget has been scanning in, and saw an article about a simulation called Color Eater on the Apple programmed by Steve Wozniak and Carl Helmers. The article is found in BYTE Vol 02-04 1977-04 Baudot Machines
I've done some searches for this algorithm, but come up empty.
I think this would be a neat simulation to try on the Atari.
I am trying to find the full description of how the rules of the simulation works, etc. So it can be written either in a BASIC, then go further and write it in Assembly as they did in the article.
Any takers? Any suggestions to where I can find out more information?
Thanks!
-
Thanks for the images!
-
Yes but, sorry, other than taking it apart for dusting off the lense, it appears (thankfully!) few people have had the need for electronic repairs.
Doesn´t AtariAge have the circuit boards for the Lynxes posted at its Lynx section? Not in the forum but on the AA website that lists all Lynx stuff?
I have had a look in that section, but it seems, there is no picture of the main board. If someone had a broken Lynx II with a non-fried Q7 and could have a look, that would be very helpful.
If the schematics from the first lynx and the lynx II are similar, Q7 is a standard NPN transistor 2N3904.
After looking at your picture, I would say that Q8 is damaged, which is also a standard NPN transistor 2N3904 according to the schematics for the Lynx I.
Hope this helps.
-
Yes but, sorry, other than taking it apart for dusting off the lense, it appears (thankfully!) few people have had the need for electronic repairs.
Doesn´t AtariAge have the circuit boards for the Lynxes posted at its Lynx section? Not in the forum but on the AA website that lists all Lynx stuff?
I have had a look in that section, but it seems, there is no picture of the main board. If someone had a broken Lynx II with a non-fried Q7 and could have a look, that would be very helpful.
If the schematics from the first lynx and the lynx II are similar, Q7 is a standard NPN transistor 2N3904.
Hope this helps.
-
I haven't seen one of those for a long time. My Indus drive was packaged in one of those when we got my 1st Atari 800XL. I'm sure someone with an Indus, will probably want this.
-
-
I saw this on Craigslist awhile ago, and was so tempted to get it. I am in SC, and it would be a quick trip to pick it up. I just don't have the money
If someone would like to go in on this PM me, we can discuss details, etc.
-
Awesome work ThumpNugget! As always your scans are top notch!

-
Very interesting! Wish I had the money (1st) and the time (2nd) to be able to use something like this. Great job!
-
Wow! Just noticed in the Boys Boys Boys video, is NSFW. Get some nice nipple shots though!
-
I love it! Wish I was closer, I'd be hanging out, even applying for a job if there were openings. Awesome place!

-
I played a few games, and found it really entertaining! It's a great feeling seeing new titles released for our wonderful Atari!
-
Love it! Already created a maze.
-
Here is an idea to amplify the output of the Atari, to prevent the mute circuit from kicking in. I remember reading about this a few years back, and never built one, but it looks pretty easy.
Here is the link: http://tangentsoft.net/audio/cmoy-tutorial/
Maybe something like this would help?
-
Wow!
This was a lot of fun! Only played it with one joystick, but hey, it was fun!
Love the music and the graphics are top notch!
Thanks!
-
9 out of 10, missed #6
-
1
-
-
-
-
I would like to find an Astra "The One" drive. DSDD single drive. My buddy back in High School had one and when he told me he could do 360K per disk, I thought he was lying, until I saw it for myself. I was impressed!
-
This is totally awesome! Thanks Thumpnugget!
When a torrent gets going, I'll be sure to provide as much bandwidth to it as I can.
-
Very Nice!
-



























Looking for more information on Color Eater.
in Atari 8-Bit Computers
Posted
@Rybags: Okay, I'll look into something like that, see if I can figure it out.
@Larry: Yes, I'm just using A=INT(RND(0)*10) right now.
Yard work calls first, then I'll sit down and tinker with it a bit more later.