|
|
| version 1.44, 2004/02/20 16:20:41 | version 1.45, 2004/02/22 00:05:56 |
|---|---|
| Line 439 UINT MEMCALL biosfunc(UINT32 adrs) { | Line 439 UINT MEMCALL biosfunc(UINT32 adrs) { |
| if ((adrs >= 0xf9a00) && (adrs < 0x0f9a44)) { | if ((adrs >= 0xf9a00) && (adrs < 0x0f9a44)) { |
| if (!(adrs & 3)) { | if (!(adrs & 3)) { |
| CPU_REMCLOCK -= 500; | |
| bios_lio((REG8)((adrs - 0xf9a00) >> 2)); | bios_lio((REG8)((adrs - 0xf9a00) >> 2)); |
| } | } |
| else { | else { |