Amiga.org
Amiga computer related discussion => Amiga Hardware Issues and discussion => Topic started by: trip6 on March 06, 2009, 06:06:14 PM
-
I am interested in the PCMCIA_CC Reset FIX Chip that I read about. Someone said AMIGAKIT carried these at one time. Does anybody know who made this original and where I could pick up two of them?
Thanks.
-
why don't you use the cardreset and card patch at the top of your startup-sequence?
C:CardPatch
run >NIL: C:CardReset TICKS 50
CardPatch (http://aminet.net/util/boot/CardPatch.lha)
CardReset (http://aminet.net/util/boot/CardReset.lha)
-
whats the difference between doing this
run >NIL: C:CardReset TICKS 50
and just putting
C:CardReset
I have it that way no problems. Should it be the other way?
-
from cardreset readme:
The time of the reset operation in Amiga TICKS (1 TICKS is equal 20 mS).
Maximum: 50 TICKS (1 sec.). If a number of TICKS is 0 or less
[color=ff0000]the operation will not be done.[/color]
Don't use TICKS 5 or less. PC Cards require the reset time 100 or 200 mS.
The default value is equal 15 TICKS (300 mS).