-
Content Count
1,030 -
Joined
-
Last visited
Content Type
Profiles
Member Map
Forums
Blogs
Gallery
Calendar
Store
Everything posted by tjb
-
Joust for the ST only $129.99 plus shipping
tjb replied to tjb's topic in Atari ST/TT/Falcon Computers
I also have Missile Command, Star Raiders, and Robotron. tjb -
Joust for the ST only $129.99 plus shipping
tjb replied to tjb's topic in Atari ST/TT/Falcon Computers
Hmm, maybe he made a mistake? Or maybe Joust is super rare in Finland?? tjb -
OMG! Check this out: http://cgi.ebay.com/Joust-Atari-ST-classic...1QQcmdZViewItem I need some of the stuff this seller is smoking! Sorry if this is the wrong forum to post this in but I saw that and nearly fell out. B & C Computervisions sells it for $9.95. tjb
-
Can you post a pic of the DS? Thanks, tjb
-
PM Sent for the following items: Free Apple RGB monitor for Apple //c and IIGS. Includes power cord and RGB cable. $1 5 1/4" floppy disk case X4 (the ones that hold about 30 discs) $4 Playstation "Activision Classics" complete NES Q*Bert complete NES Championship Bowling complete Thanks! tjb
-
Wow, nicely done! tjb
-
PM sent. tjb
-
Maybe they'll sell the cases with the Commodore symbol separately and you can build your own. I have to agree that unless they plan on developing their own unique hardware I doubt there will be much interest. tjb
-
Wow, looks like it is true: http://www.commodoregaming.com/pcshop/Home.aspx tjb
-
I'm interested. Can you post a few pics? Thanks, tjb
-
Interest Check: New "Atari Computers" T-Shirts
tjb replied to jaybird3rd's topic in Atari ST/TT/Falcon Computers
Oops, it seems I posted this already in the 8-bit posting. Sorry -
Interest Check: New "Atari Computers" T-Shirts
tjb replied to jaybird3rd's topic in Atari ST/TT/Falcon Computers
I'd buy a medium and large. tjb -
Any other info about this Easter Egg? Could be found via disassembly if it's partially known what to search for. EDIT : found this... http://www.fyyff.com/mt/archives/000723.html Do you know what the message is? Cool blog entry. I wish we had more of this sort of thing where authors would share a bit of the technical details. Any others? tjb
-
Interest Check: New "Atari Computers" T-Shirts
tjb replied to jaybird3rd's topic in Atari 8-Bit Computers
Put me down for 1 medium and 1 large. Thanks, tjb -
Even better, you can get it directly from AtariMax for $24.99 including shipping! http://www.atarimax.com/freeshippingsale/ tjb
-
Anybody know whatever came of this company? As I understand it this outfit (a single person?) obtained the rights to Mac/65 and SpartaDos (and others?). I wonder if the source code for these products is still lying around somewhere. It would be really cool if the sources could be released as open source to allow continued development. It would also be a great learning tool. tjb
-
Here's a reproduction cart for $35.00. There's a link on the page to a .pdf file that has a manual on Mac/65. http://www.8bitclassics.com/index.php?page...t&Itemid=26 Hope this helps. tjb
-
You may already know this but AtariMax offered a reproduction of the Mac/65 cartridge at one point. It is probably still available. Also, B & C ComputerVisions sells the Mac/65 manual new for 14.95. That's where I got my manual. tjb
-
Good for you! IMO, you did score a good deal. tjb
-
Wow, that's pretty cool! I can't believe you were able to support all 4 games! Impressive. This will make a great addition to the 2600 library. tjb
-
50 cents or $1 a piece or Trade - Atari 2600 Games
tjb replied to Platinumfungi's topic in Buy, Sell, and Trade
PM Sent for 5200 games. -tjb -
Anyone make or sell these?? http://raster.infos.cz/atari/hw/ramcart/ramcart.htm I ran across this while looking for information on the XE game cart format. BTW, does anyone have any experience creating a bank-switched cart image format compatiable with the XE game cart format? -tjb
-
Thanks. I'll be releasing a 5200 binary soon. -tjb
-
Outstanding! It looks and plays very well. -tjb
-
The Asteroids clone I've been working on was originally written for the 8-bits. It took me about 3 days to convert it to the 5200. If I had done things a little differently it would have taken much less than that. The joystick/keypad code took a little work to get right. Also, I bypassed the usual title screen and by doing that I had to perform a fair amount of initialization that is normally handled for you. This wasn't immediately obvious (at least to me). The biggest pain was having to move some things around in memory - namely the display list and many variables. Having said that, the 5200 is actually easier to deal with. Since it's strictly for gaming the memory is laid out better. The 16K RAM is contiguous and you have a nice 32K contiguous block of ROM space to work with. Also, very little of Page 0 is used. Finally, you have more buttons to work with and the keypad is at your disposal. For my game I use one button for fire, one for shield, and any keypad button for hyperspace. You can also "flip" by pulling back on the stick. This allows you to use flip, hyperspace, or shield at any time instead of having to pick one like the Atari Asteroids game. -tjb
