JJB Posted April 15, 2020 Share Posted April 15, 2020 (edited) The last year I have been working on integrating this happy trio with the TI: I have designed a generic Arduino DSR shield for the TI, with the first application the emulation of three DS/SD floppy drives. Have a look at github.com/jambuur/APEDSK99 for all the hardware and software details. Edited April 15, 2020 by JJB spelling 21 1 Quote Link to comment Share on other sites More sharing options...
JJB Posted April 15, 2020 Author Share Posted April 15, 2020 Moving pictures say more than a 1000 pictures: https://youtu.be/MDsME0TLIYE 5 Quote Link to comment Share on other sites More sharing options...
+retroclouds Posted April 16, 2020 Share Posted April 16, 2020 That's some impressive work, like it a lot. ? I especially like the possibility to load the DSR from file. I've included the github URL so that folks can check it out: http://github.com/jambuur/APEDSK99 Quote Link to comment Share on other sites More sharing options...
+FarmerPotato Posted April 16, 2020 Share Posted April 16, 2020 On 4/14/2020 at 11:39 PM, JJB said: The last year I have been working on integrating this happy trio with the TI: I have designed a generic Arduino DSR shield for the TI, with the first application the emulation of three DS/SD floppy drives. Have a look at github.com/jambuur/APEDSK99 for all the hardware and software details. This looks great! I bet it could open up a whole new world of hardware hacking, for those looking for a way to get started! 1 Quote Link to comment Share on other sites More sharing options...
ti99iuc Posted April 16, 2020 Share Posted April 16, 2020 (edited) I really like this kind of project. But i really hate long commands to digit ? There is a way to use functions keys or similar solution to save time in type all commands? At least for the more used ones. Edited April 16, 2020 by ti99iuc Yes i Know, i am Lazy :p 1 Quote Link to comment Share on other sites More sharing options...
CosmicBoy Posted April 17, 2020 Share Posted April 17, 2020 I like the concept ? Is there a way to have 32k or SAMS memory and a harddrive (image-file on the SD-card)? Quote Link to comment Share on other sites More sharing options...
JJB Posted April 17, 2020 Author Share Posted April 17, 2020 23 hours ago, ti99iuc said: I really like this kind of project. But i really hate long commands to digit ? There is a way to use functions keys or similar solution to save time in type all commands? At least for the more used ones. Hmmm yes it would be handy to have listing files as a keyboard shortcut for instance. Probably need to go down the route of a user-defined interrupt (>83C4)? You could shorten the CALL names for starters ? Quote Link to comment Share on other sites More sharing options...
JJB Posted April 17, 2020 Author Share Posted April 17, 2020 10 hours ago, CosmicBoy said: I like the concept ? Is there a way to have 32k or SAMS memory and a harddrive (image-file on the SD-card)? Adding 32K would mean either a complete redesign or an additional shield; since there are a couple of (rather easy) ways of adding 32K to a vanilla console already it won't be on the shortlist I think. A hard drive image on SD is something I have been thinking about after chatting to others working on similar ideas. it's certainly doable by changing the DSR and sketches. I am working on remote (network) storage, HD image support could be part of that. 4 Quote Link to comment Share on other sites More sharing options...
GDMike Posted April 21, 2020 Share Posted April 21, 2020 ... wish it had a keyboard buffer and history of commands...but that's me..it looks great Quote Link to comment Share on other sites More sharing options...
RickyDean Posted September 1 Share Posted September 1 @JJB I noticed on the github you were trying to integrate IDE functionality into the Apedsk99. How is that coming? 1 Quote Link to comment Share on other sites More sharing options...
JJB Posted September 2 Author Share Posted September 2 It's actually going not too bad. I have the basic paging mechanism (swapping individual 4K pages to and from SD) working and the DSR power-up initialization completes successfully. Just as with the TI Floppy DSR, I need to further change / optimize the lower-level IDE routines, the higher-level routines should just work fine. The only significant other change will be replacing the real-time clock functionality with NTP. Unfortunately, life is pretty busy with other things so not much time for hobbies at the moment. Did you get your APEDSK99 working OK? 1 Quote Link to comment Share on other sites More sharing options...
RickyDean Posted September 2 Share Posted September 2 3 minutes ago, JJB said: It's actually going not too bad. I have the basic paging mechanism (swapping individual 4K pages to and from SD) working and the DSR power-up initialization completes successfully. Just as with the TI Floppy DSR, I need to further change / optimize the lower-level IDE routines, the higher-level routines should just work fine. The only significant other change will be replacing the real-time clock functionality with NTP. Unfortunately, life is pretty busy with other things so not much time for hobbies at the moment. Did you get your APEDSK99 working OK? Yes I did get the one I've built so far, working, no real time to use it, been busy myself lately, but some of it is hobby work, rebuilding ti cards and such. Some mechanic and yard work and a lot of Doctor appt's. I did move a couple of Apedsk pcb's, so maybe we'll have some others telling about their builds in the future. 1 1 Quote Link to comment Share on other sites More sharing options...
Gary from OPA Posted September 2 Share Posted September 2 2 hours ago, RickyDean said: Yes I did get the one I've built so far, working, no real time to use it, been busy myself lately, but some of it is hobby work, rebuilding ti cards and such. Some mechanic and yard work and a lot of Doctor appt's. I did move a couple of Apedsk pcb's, so maybe we'll have some others telling about their builds in the future. Mine unit sadly, just sitting on a shelf, as all 3 of my ti99 systems have PEBs or mini Myarc expansion devices connected, so can't use this device at the same time, if I setup a 4th system I will. 1 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.