--- np2/io/artic.c 2003/12/08 00:55:32 1.3 +++ np2/io/artic.c 2004/01/13 05:30:58 1.4 @@ -9,8 +9,8 @@ void artic_callback(void) { SINT32 mul; SINT32 leng; - mul = pc.multiple; - if (pc.baseclock == PCBASECLOCK25) { + mul = pccore.multiple; + if (pccore.baseclock == PCBASECLOCK25) { mul *= 16; } else { @@ -31,8 +31,8 @@ static UINT32 artic_getcnt(void) { SINT32 mul; SINT32 leng; - mul = pc.multiple; - if (pc.baseclock != PCBASECLOCK20) { + mul = pccore.multiple; + if (pccore.baseclock != PCBASECLOCK20) { mul *= 16; } else {