|
|
| version 1.63, 2004/05/21 08:40:27 | version 1.65, 2004/05/23 15:01:44 |
|---|---|
| Line 354 UINT MEMCALL biosfunc(UINT32 adrs) { | Line 354 UINT MEMCALL biosfunc(UINT32 adrs) { |
| bios_memclear(); | bios_memclear(); |
| #endif | #endif |
| bios_vectorset(); | bios_vectorset(); |
| #if 1 | |
| bios0x09_init(); | |
| #endif | |
| bios_reinitbyswitch(); | bios_reinitbyswitch(); |
| bios_vectorset(); | bios_vectorset(); |
| bios_screeninit(); | bios_screeninit(); |
| Line 397 UINT MEMCALL biosfunc(UINT32 adrs) { | Line 400 UINT MEMCALL biosfunc(UINT32 adrs) { |
| case BIOS_BASE + BIOSOFST_CMT: | case BIOS_BASE + BIOSOFST_CMT: |
| CPU_REMCLOCK -= 200; | CPU_REMCLOCK -= 200; |
| bios0x1a_cmt(); | bios0x1a_cmt(); |
| return(1); | return(0); // return(1); |
| case BIOS_BASE + BIOSOFST_PRT: | case BIOS_BASE + BIOSOFST_PRT: |
| CPU_REMCLOCK -= 200; | CPU_REMCLOCK -= 200; |