Page 2 of 3

Re: The Cloud-9 SuperIDE Interface

Posted: Wed Mar 06, 2013 2:49 pm
by zephyr
KenH wrote:The easiest way to get started is with retrocanada's SuperIDE preloaded CF image.
http://www.4shared.com/zip/y9ID8Pd_/side-megapak_2.html
It is a CF image with a collection of most of the CoCo software available in the various archives online.
Ken, I managed to find someone willing to let me use their 4shared username and password to download the file. Is this the default image that would get if you order a SuperIDE with CF card "preloaded with software" from Cloud-9?

Re: The Cloud-9 SuperIDE Interface

Posted: Thu Mar 07, 2013 1:10 pm
by KenH
zephyr wrote: Is this the default image that would get if you order a SuperIDE with CF card "preloaded with software" from Cloud-9?
No. This is an image that was compiled by RetroCanada.
By default, Cloud9 supplies a CF card preloaded with NitrOS9 and the SuperIDE utilities described in section 5 of the SuperIDE manual http://www.frontiernet.net/~mmarlette/C ... Manual.pdf
When you order, Mark will verify your CoCo configuration in order to assure that you receive a properly configured CF card.

Re: The Cloud-9 SuperIDE Interface

Posted: Sat Mar 09, 2013 1:05 am
by zephyr
Thanks Ken! :)

Re: The Cloud-9 SuperIDE Interface

Posted: Fri Mar 15, 2013 1:41 am
by zephyr
How do you access the SuperIDE's Real Time Clock feature? Please post a working machine code or BASIC example.

Re: The Cloud-9 SuperIDE Interface

Posted: Fri Mar 15, 2013 10:52 pm
by zephyr
According to the SuperIDE User Manual there are three registers used by the real time clock ($FF78-$FF79 and $FF7C). Peeking these from BASIC always returns the same value. How do you get/set the time and date using these three registers from a BASIC or machine code program?

Re: The Cloud-9 SuperIDE Interface

Posted: Fri Mar 15, 2013 11:13 pm
by KenH
The cloud9 RTC is based on the DS1315-5 chip. You can find its datasheet online.
I haven't seen any Dos code for it, but you could use the NitrOS9 clock2 driver as a reference.
See the source code here: http://nitros9.hg.sourceforge.net/hgweb ... ds1315.asm

Re: The Cloud-9 SuperIDE Interface

Posted: Sun Mar 17, 2013 4:51 am
by zephyr
KenH wrote:The cloud9 RTC is based on the DS1315-5 chip. You can find its datasheet online.
I haven't seen any Dos code for it, but you could use the NitrOS9 clock2 driver as a reference.
See the source code here: http://nitros9.hg.sourceforge.net/hgweb ... ds1315.asm
Thanks Ken! :) That is an ideal reference.

Re: The Cloud-9 SuperIDE Interface

Posted: Sun Mar 17, 2013 8:56 pm
by KenH
zephyr

Posts: 1000
Joined: Mon Jul 21, 2008 2:18 am
Steve, congrats on your 1000th post :D

Re: The Cloud-9 SuperIDE Interface

Posted: Sun Mar 17, 2013 9:56 pm
by robcfg
Congratulations Steve! Keep up the good work!

Re: The Cloud-9 SuperIDE Interface

Posted: Mon Mar 18, 2013 12:40 am
by zephyr
Thanks guys; I hadn't noticed the post count! :D