[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Help with ThunderClock Plus
Seonho Choi wrote:
> To Apple experts.
>
> I have found ThunderClock Plus (Revision 1.2, 1980) card without any
> documentation. I believe that it is a kind of internal clock for Apple II
> computers. I have an Apple //e and I would like to install it and use it.
> A few questions.
>
> 1. In which slot I have to put it? There should be a default
> slot, I believe. It would be nice that my AppleWorks can
> recognize the card and read the time and date automatically.
Any slot except 3 should work fine
>
> 2. Is there a way to read and set time via Apple BASIC or
> machine language?
Normally you'd use the programs that came on the floppies, however the manual
gives this program to read the time. Substitute the slot # for the ?s
10 PR#?: IN#?
20 INPUT "%";T$
30 PR#0: IN#0
40 PRINT T$
For setting the time try this program if the cards in slot 4
10 D$=CHR$(4): REM CNTL/D
20 PRINT "TIME? MM W DD HH MM SS";
30 HTAB 7
40 INPUT "";S$
50 PRINT D$;"PR#4"
60 PRINT D$;"IN#4"
70 PRINT "!";S$
80 INPUT "%";T$
90 PRINT D$;"PR#0"
1OO PRINT D$;"IN#0"
110 PRINT T$
Don't forget to set the switches
> 3. Any on-line documentation available?
Don't know. It's on my list of stuff to OCR, however
there's over a thousand pages of stuff I'd like to do first.
Wayne