GroovyBee Posted May 18, 2014 Share Posted May 18, 2014 This is a demo of Rocketeer running on my Bee3 cartridge design (formerly known as Rev3) :- The cart in the video is using the ATmega644 and supports games with the following specifications :- Up to 32K words* of ROM space for a game and its data. 1.5K words of RAM for game use. 1K words of auto wear levelled EEPROM for high scores and game data. * The cart driver code occupies the same flash space as the game. However, the game can use any Inty memory map layout but must use no more than 32K's worth of space (for this microcontroller). The version of Rocketeer on the cart is being played in "god mode" so the avatar is invincible. The same PCB is also compatible with the ATmega1284 and the ATmega324 which allows the design to scale with the game's requirements (by supplying more/less ROM/RAM as required). This is a video of several of my vaporware/photoshop games running on the Bee3 :- Apologies in advance for the video quality. I really need to get around to getting my RGB SCART video mod out the door so that I can use a real video capture device. Still to do :- Finish off the auto wear levelled EEPROM functionality. Prepare the design for production. Layout an new PCB and get some samples made up. Test/debug on my NTSC Inty II. Modify the multi-cart test code to test the cart continuously and unattended. Oh... And this is how the cart has looked to me for a while :- I had hoped to get the design finalised for Play at the start of the month but that didn't happen . Anyways... Many thanks to Reboot for hosting the videos and nonner242, Kiwi and Mystery Musician for making the games shine. 18 Quote Link to comment Share on other sites More sharing options...
JasonlikesINTV Posted May 18, 2014 Share Posted May 18, 2014 I like the new name 'Bee3'. Rev gets too much credit for other people's projects anyway. Also, it hilariously replaces the earlier revision you were using "Bee4" 1 Quote Link to comment Share on other sites More sharing options...
+DZ-Jay Posted May 18, 2014 Share Posted May 18, 2014 Awesome work, Groovy. Looks great! 1 Quote Link to comment Share on other sites More sharing options...
nonner242 Posted May 18, 2014 Share Posted May 18, 2014 Its all smoke and mirrors..I see the jaguar hooked up in the background. You ain't fooling anyone here. 2 Quote Link to comment Share on other sites More sharing options...
GroovyBee Posted May 18, 2014 Author Share Posted May 18, 2014 Its all smoke and mirrors..I see the jaguar hooked up in the background. You ain't fooling anyone here. Its true! My Jag projects are all done on the Inty . 1 Quote Link to comment Share on other sites More sharing options...
GroovyBee Posted May 18, 2014 Author Share Posted May 18, 2014 I like the new name 'Bee3'. Rev gets too much credit for other people's projects anyway. "Rev" is short for "revision" and not our Rev . Also, it hilariously replaces the earlier revision you were using "Bee4" Groan! Quote Link to comment Share on other sites More sharing options...
mdoerty Posted May 18, 2014 Share Posted May 18, 2014 Its true! My Jag projects are all done on the Inty . Shows you how good he is spot get that kind of high-quality display out of a Jag. Quote Link to comment Share on other sites More sharing options...
+Gemintronic Posted May 18, 2014 Share Posted May 18, 2014 Its true! My Jag projects are all done on the Inty . In b4 flamewarz over GROM in main! 3 Quote Link to comment Share on other sites More sharing options...
+Lathe26 Posted May 18, 2014 Share Posted May 18, 2014 Nice cart hardware, cool! 1 Quote Link to comment Share on other sites More sharing options...
scobb Posted May 19, 2014 Share Posted May 19, 2014 Awesome work! 1 Quote Link to comment Share on other sites More sharing options...
+grips03 Posted May 19, 2014 Share Posted May 19, 2014 awesome games and cart 1 Quote Link to comment Share on other sites More sharing options...
+DZ-Jay Posted May 19, 2014 Share Posted May 19, 2014 Unfortunately, at around 38K, plumply Miss Carol wouldn't fit in a Bee3. Perhaps it's time for me to learn to compress data. dZ. 1 Quote Link to comment Share on other sites More sharing options...
nonner242 Posted May 19, 2014 Share Posted May 19, 2014 Unfortunately, at around 38K, plumply Miss Carol wouldn't fit in a Bee3. Perhaps it's time for me to learn to compress data. dZ. Hopefully that is easier than compressing art. I really really wish I had just a few more tiles/sprites/colors on intelli. It would make a world of difference. It not always fun to plan around limitations, but when things get rolling I feel unstoppable. Aand its nice to see the finished product...which are never finished enough for me..lol Im sure Mr Bee hates my 400000000 revisions of every screen or sprite when im in the zone. It fun to see old hardware being used/pushed for more than what it was in the heyday. DZ just for the Intellidrive DVD add on. im sure there will be plenty of space for your games on it. 1 Quote Link to comment Share on other sites More sharing options...
doctorclu Posted May 19, 2014 Share Posted May 19, 2014 Its true! My Jag projects are all done on the Inty . That explains a lot. 1 Quote Link to comment Share on other sites More sharing options...
+cmart604 Posted May 19, 2014 Share Posted May 19, 2014 Sweet vapourware/photoshopping! Great artwork Nonner....now about those boxes.... 1 Quote Link to comment Share on other sites More sharing options...
+Gemintronic Posted May 19, 2014 Share Posted May 19, 2014 Any coordination with nanochess to make the fancy features accessible to IntyBASIC users? 2 Quote Link to comment Share on other sites More sharing options...
nonner242 Posted May 19, 2014 Share Posted May 19, 2014 Sweet vapourware/photoshopping! Great artwork Nonner....now about those boxes.... Thanks cmart.. The boxes can be printed thru the option menu in the game. That way everone will have a choice of printing one of there own. You will just need a Ecs and a keyboard/dot matrix printer and dongle adapter that will be released when the intellidrive dvd is release. Hope that helps ya out on the box front. Should be a easy process. ; ) 3 Quote Link to comment Share on other sites More sharing options...
+DZ-Jay Posted May 19, 2014 Share Posted May 19, 2014 Hopefully that is easier than compressing art. I really really wish I had just a few more tiles/sprites/colors on intelli. It would make a world of difference. It not always fun to plan around limitations, but when things get rolling I feel unstoppable. Aand its nice to see the finished product...which are never finished enough for me..lol I know just what you mean! In my case is that the multiple levels, graphics, and animations data, all use a simple and naive storage approach that wastes space with duplicate or over-allocated entries. The good thing is that, by ignoring the space problem, I was able to speed development with a very fast "draw-build-test" cycle. The last changes made for the CvW grand prize blow up the ROM commitment to about 41.5K!!! The challenge for my next game is to include more animations, more graphics, and more features in the same or smaller amount of ROM. 5 Quote Link to comment Share on other sites More sharing options...
+cmart604 Posted May 19, 2014 Share Posted May 19, 2014 Thanks cmart.. The boxes can be printed thru the option menu in the game. That way everone will have a choice of printing one of there own. You will just need a Ecs and a keyboard/dot matrix printer and dongle adapter that will be released when the intellidrive dvd is release. Hope that helps ya out on the box front. Should be a easy process. ; ) Perfect! Easy peasy you say? Sweet, Quote Link to comment Share on other sites More sharing options...
+DZ-Jay Posted May 19, 2014 Share Posted May 19, 2014 And don't forget the IntelliNet Expansion Pack that turns your PayCable into a Wi-Fi router/cable-modem. How else are you going to download additional content for your Intellivision games? 1 Quote Link to comment Share on other sites More sharing options...
nonner242 Posted May 19, 2014 Share Posted May 19, 2014 Now that thw cats out of the bag. That wont be released untill next summer or fall. Still in the beta stages. And we still dont have all the kinks worked out to saving files larger than 2gig to the solid state drive worked out. But yeah its coming along nicely. 1 Quote Link to comment Share on other sites More sharing options...
+Lathe26 Posted May 19, 2014 Share Posted May 19, 2014 Who's working on the liquid cooling 1GHz overclocking project? I can't wait for multicore and hyperthreading. 1 Quote Link to comment Share on other sites More sharing options...
+intvsteve Posted May 19, 2014 Share Posted May 19, 2014 Who's working on the liquid cooling 1GHz overclocking project? I can't wait for multicore and hyperthreading. Great! I'll get to port my CPUID code to another processor architecture! Just don't be as fubar and fickle as the Intel chips in regards to cache descriptors. Quote Link to comment Share on other sites More sharing options...
+DZ-Jay Posted May 19, 2014 Share Posted May 19, 2014 Who's working on the liquid cooling 1GHz overclocking project? I can't wait for multicore and hyperthreading. Dude, the Intellivsion has supported hyperthreading since 1981. I think Backgammon was the first game to use it. 1 Quote Link to comment Share on other sites More sharing options...
GroovyBee Posted May 19, 2014 Author Share Posted May 19, 2014 Unfortunately, at around 38K, plumply Miss Carol wouldn't fit in a Bee3. Its a scalable design, so you'd just need to use the ATmega1284 on the same PCB. That'd give you :- Up to 64K words of ROM for game code and data. 7.5K words of RAM for game use. 2K words of EEPROM for high score and game saves. Perhaps it's time for me to learn to compress data. Nah! Just create fun games quicker , 1 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.