-
Content Count
416 -
Joined
-
Last visited
Content Type
Profiles
Member Map
Forums
Blogs
Gallery
Calendar
Store
Everything posted by TheHoboInYourRoom
-
tiatune - TIA music player with "correct" tuning
TheHoboInYourRoom replied to utz's topic in Atari 2600 Programming
Oh my goodness, that's amazing! -
Another way of saying this is that the TIA automatically converts 4-bit two's complement into excess-8.
-
Awesome!
-
What a great little game. I've mastered almost all the levels here, can't wait for the final version. And I *love* the music from Derivative!
-
When the Atari is on, it generates heat and gets hotter. After a certain amount of time, it reaches a stable temperature and stops getting hotter. So, I was talking about how my Atari was behaving after it had reached that stable, warmer, temperature.
-
Version 3 is a success, with a little interesting warm-up behavior. Now, that first photo was taken at the end of the first cycle less than 30 seconds after turning the Atari on, so it was still cold. But a couple bits flickered slightly while the tests were running: D6 of PF1 started flickering near the end of the stuff-low test and continued during the stuff-high test, and D6 of PF2 started flickering (during the stuff-high test) about a minute after the PF1 bit did. After the Atari warmed up from playing a game, there was no flickering at all. However, the image at the end of the cycle was never incorrect.
-
It was version 1. I'll try version 2 after I get off work.
-
Another failure on my Rev. E Jr. After a few cycles, the scanning bar started jittering back and forth by a couple color clocks (to the right) as it scanned. This test is actually more successful when my Atari is cold (D0 of both PF1 and PF2 were stuffed correctly before this photo was taken).
-
Version 4 on an NTSC Junior, board revision E. The sample playback works perfectly, btw.
-
I'd love to read that.
-
Nyan Cat Game - Work in Progress
TheHoboInYourRoom replied to JeremiahK's topic in Atari 2600 Programming
This is incredible already! -
That's the fixed debug color mode, toggled with Alt-comma in Windows and Linux or Cmd-comma in OS X. It ignores the values sent to the color registers and colors the objects according to which objects they are. I haven't looked at Commando's code, but my first guess is that it probably uses a list of sprite IDs to set pointers to graphics and color tables, along with a list of horizontal positions to move things to (note the long strip of HMOVE bars on the left).
-
Indeed they are.
-
Nyan Cat Game - Work in Progress
TheHoboInYourRoom replied to JeremiahK's topic in Atari 2600 Programming
Looks promising, and appropriately cute. -
IFART Team Tournament Week 3
TheHoboInYourRoom replied to KaeruYojimbo's topic in 2600 High Score Club
Berzerk - 8290 -
IFART Team Tournament Week 3
TheHoboInYourRoom replied to KaeruYojimbo's topic in 2600 High Score Club
Berzerk - 6710 -
IFART Team Tournament Week 2
TheHoboInYourRoom replied to KaeruYojimbo's topic in 2600 High Score Club
Joust - 91,950 -
IFART Team Tournament Week 1
TheHoboInYourRoom replied to KaeruYojimbo's topic in 2600 High Score Club
Keystone Kapers - 30,400 I'm... not great at this game. -
I'm getting 3 different results
TheHoboInYourRoom replied to Kiwi's topic in 2600 Programming For Newbies
Not at all, you can absolutely use HMOVE in vertical blank. Combat does it, for instance: if you run Combat in Stella and open the debugger, type "trapwrite HMOVE" into the command prompt; exit the debugger and it will reappear after HMOVE has been written to, at line 21 while the screen is still blank.
