[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: No Slot Clock - Damaged?
Gus Vilomar writes ...
>
> I thought the battery was dead on the chip but it actually had corrupted
> data. David sent me some code he wrote in a few minutes that actually
> resets the clock on the chip. It worked perfectly!! I'll list the code
> below but if anybody needs the "bin" file, let me know and I'll be happy to
> email it to them.
>
> thanks,
> Gus
>
> FROM DAVID EMPSON:
>
> CALL-151
> 300:A2 00 78 2C 04 E0 BD 30 03 A0 08 4A B0 08 2C 00
> 310:E0 88 D0 F7 F0 06 2C 01 E0 88 D0 EF E8 E0 10 90
> 320:E5 58 60
> 330:C5 3A A3 5C C5 3A A3 5C 00 00 00 00 16 01 10 99
> 300G
> BSAVE FIXWATCH,A$300,L$40
>
> As you are on a IIc+, I'd strongly suggest disabling the accelerator
> before trying this.
>
> (I'm assuming the SmartWatch is installed under the CF ROM on the
> motherboard. I don't think it can go anywhere else.)
>
> If this doesn't work, you might like to try changing the code to
> access the SmartWatch via the C300 page. You can do this by patching
> three of the "E0" bytes in the code to "C3", as follows:
>
> 305:C3
> 310:C3
> 318:C3
> 300G
>
....
Neat!!!
Rubywand