popmilo Posted November 27, 2016 Share Posted November 27, 2016 One further thought - Its perfectly possible to write to the on-chip flash from software, so even without an SD card, a cartridge game could save state back to the cartridge. That's the main reason why I would go this route Will discuss it further when I find time... Cheers! Vladimir Quote Link to comment Share on other sites More sharing options...
Van Posted November 27, 2016 Share Posted November 27, 2016 Hi Popmilo, My plan is that the UnoCart will be fully open source, like the Ultimate Cart. I am also intending to write up a "build it yourself" guide with only through-hole soldering required, using a discovery board and one of my cartridge port adapters. This was going to be an article for Excel Magazine #5, but I may just do it as a post here instead, depending on Robert's plans for future issues. However, I'd like to sell a few first, to recoup costs. Robin Interested in a cart and also the DIY article. Very nice work! Yogi Quote Link to comment Share on other sites More sharing options...
lemiel Posted November 27, 2016 Share Posted November 27, 2016 I want one with case. Quote Link to comment Share on other sites More sharing options...
electrotrains Posted November 27, 2016 Author Share Posted November 27, 2016 Hi All, Thanks to all that have expressed interest! I've ordered the parts to produce 9 more cartridges. Those that have replied to the thread will have first refusal on a finished cartridge - there's probably about 3 left currently, if any one else wants to express an interest here. I'll get in touch by PM with those that have replied once I've assembled the PCBs. Robin Quote Link to comment Share on other sites More sharing options...
ivop Posted November 27, 2016 Share Posted November 27, 2016 I'd like one, too, preferably with a case Quote Link to comment Share on other sites More sharing options...
gozar Posted November 27, 2016 Share Posted November 27, 2016 I'd take two with cases, if I can still get in on the list. Quote Link to comment Share on other sites More sharing options...
FlorianD Posted November 27, 2016 Share Posted November 27, 2016 i'd like one with case, please. Hope I am not too late. Quote Link to comment Share on other sites More sharing options...
electrotrains Posted November 27, 2016 Author Share Posted November 27, 2016 i'd like one with case, please. Hope I am not too late. Don't worry - It looks like this is going to be more popular that I'd expected, so even if you don't get one of the first batch, I'll probably make more of them fairly soon. I'd rather keep the inital batch fairly small so that any problems are discovered early on. Robin Quote Link to comment Share on other sites More sharing options...
Matej Posted November 28, 2016 Share Posted November 28, 2016 I will take 2x cased! I am from EU... Thank you! Can we use it as turbocard in future ??? 16MHz-18MHz 6502??? https://github.com/BigEd/a6502 Quote Link to comment Share on other sites More sharing options...
electrotrains Posted November 28, 2016 Author Share Posted November 28, 2016 I will take 2x cased! I am from EU... Thank you! Can we use it as turbocard in future ??? 16MHz-18MHz 6502??? https://github.com/BigEd/a6502 Heh - yes, you could, assuming someone doesn't mind writing the firmware! The 18Mhz 6502 would have to exchange data with the host 6502 somehow. Probably through the $D5xx window, or one of the 8k cartridge windows. A critical issue is that the the STM32F407 has to be in a tight loop polling the cartridge port to exchange data with the atari through the bus. So it could be either running 6502 code very fast, or talking with the cartridge port, but not both at the same time - so the firwmware would need some kind of signalling system (which I have to do in the current firmware when reading the SD card). Robin 3 Quote Link to comment Share on other sites More sharing options...
Matej Posted November 30, 2016 Share Posted November 30, 2016 Can be just few 6502 instructions only. For example fast math for 3D as DSP chips on SNES was... Another idea is to use extra STM32 power for new soundcard... STM32 chiptune synth GIT https://github.com/neuro-sys/hardware-chiptune-project-stm32 3 Quote Link to comment Share on other sites More sharing options...
ClausB Posted December 1, 2016 Share Posted December 1, 2016 Cool project! I have been planning to do something similar with the Teensy 3 (32-bit ARM) but you beat me to it. The latest Teensys even have microSD built in. Maybe the interrupt thing will work on the ARM? 1 Quote Link to comment Share on other sites More sharing options...
electrotrains Posted December 2, 2016 Author Share Posted December 2, 2016 Cool project! I have been planning to do something similar with the Teensy 3 (32-bit ARM) but you beat me to it. The latest Teensys even have microSD built in. Maybe the interrupt thing will work on the ARM? Hi Claus, I had thought about using a Teensy, but I went with the STM32F4 since it was faster with more RAM on board. I see there are a lot more models of the Teensy than when I last looked - including a 120Mhz one that is 5V tolerant. Is that the one you were thinking of using? regards, Robin Quote Link to comment Share on other sites More sharing options...
electrotrains Posted December 2, 2016 Author Share Posted December 2, 2016 To all that have asked for a cart, I've now started to build the boards but have run out of solder paste for now. I've also been trying to get the case design perfect and trying out different colours for the case. I quite like this one.... 5 Quote Link to comment Share on other sites More sharing options...
cd-w Posted December 2, 2016 Share Posted December 2, 2016 (edited) Nice project - the Harmony cart for the Atari 2600 is implemented this way also - using an LPC2103 microcontroller connected to the 2600 bus. Some recent homebrew games, e.g. Space Rocks, are written in C and execute on the microcontroller, using the 2600 only for the display. Chris Edited December 2, 2016 by cd-w 3 Quote Link to comment Share on other sites More sharing options...
Kyle22 Posted December 3, 2016 Share Posted December 3, 2016 Will this fit an original 800? Quote Link to comment Share on other sites More sharing options...
TheEditor Posted December 3, 2016 Share Posted December 3, 2016 I am interested in 2 cased. Quote Link to comment Share on other sites More sharing options...
electrotrains Posted December 4, 2016 Author Share Posted December 4, 2016 Hi All, Flashjazzcat & I have been working a new feature for the UnoCart firmware this weekend.... It is using the Soft OS ROM approach so not massively compatible with games, but it does let you do some programming and save to an ATR, without needing a SIO device. It also seems to handle the MyPicoDOS 16meg game compilation ATRs which is pretty fantastic.... Robin 11 Quote Link to comment Share on other sites More sharing options...
+mytek Posted December 4, 2016 Share Posted December 4, 2016 Very impressive! I'll take two without case. - Michael Quote Link to comment Share on other sites More sharing options...
AtariGeezer Posted December 4, 2016 Share Posted December 4, 2016 (edited) I am interested in two, one cased and one without a case... Edited December 4, 2016 by AtariGeezer Quote Link to comment Share on other sites More sharing options...
electrotrains Posted December 4, 2016 Author Share Posted December 4, 2016 Thanks for the interest! This isn't an orders thread though - I'm just planning to do a very small run initially to act as a beta test and these are all spoken for. I'll look at doing a larger run probably after xmas. Robin 1 Quote Link to comment Share on other sites More sharing options...
AtariGeezer Posted December 4, 2016 Share Posted December 4, 2016 Somehow, I knew you'd say that. Sure hope you do Quote Link to comment Share on other sites More sharing options...
+mytek Posted December 5, 2016 Share Posted December 5, 2016 Thanks for the interest! This isn't an orders thread though - I'm just planning to do a very small run initially to act as a beta test and these are all spoken for. I'll look at doing a larger run probably after xmas. Robin No problem. I just like where this is going and didn't want to miss out. - Michael Quote Link to comment Share on other sites More sharing options...
Matej Posted December 5, 2016 Share Posted December 5, 2016 (edited) This cartridge will be best!!! Another crazy idea is to have STM32 GPU core. You will use Atari keyboard, cpu, pokey but graphics will be done by STM32... STM32 GPU generation STM32 450 sprites VGA for terminals / ascii JUPITER demo with MOD music??? PERIDIUM demo with own SYNTH music? So there will be 1x cinch connector for TV-OUT on cart! Maybe dual-screen (1x original ATARI video out + 1x STM32cart video out) so games can be like ob Nintendo DS. On one screen can be map, lives, inventory and on second gameplay... Edited December 5, 2016 by Matej 2 Quote Link to comment Share on other sites More sharing options...
electrotrains Posted December 5, 2016 Author Share Posted December 5, 2016 Matej, If we're going this far, I'm not sure why the atari is really needed anymore - why not just turn the STM32 into a home computer? Which I had been thinking about, something like a real hardware pico8. Robin 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.