|
|
| version 1.9, 2004/02/19 03:04:01 | version 1.10, 2004/02/19 11:32:11 |
|---|---|
| Line 175 static void setamd98event(BOOL absolute) | Line 175 static void setamd98event(BOOL absolute) |
| else { | else { |
| cnt = pccore.multiple << 16; | cnt = pccore.multiple << 16; |
| } | } |
| if (pccore.baseclock == PCBASECLOCK25) { | if (!(pccore.cpumode & CPUMODE_8MHZ)) { |
| cnt = cnt * 16 / 13; // cnt * 2457600 / 1996800 | cnt = cnt * 16 / 13; // cnt * 2457600 / 1996800 |
| } | } |
| nevent_set(NEVENT_MUSICGEN, cnt, amd98int, absolute); | nevent_set(NEVENT_MUSICGEN, cnt, amd98int, absolute); |