|
|
| version 1.62, 2004/03/31 19:23:37 | version 1.65, 2004/05/23 15:01:44 |
|---|---|
| Line 350 UINT MEMCALL biosfunc(UINT32 adrs) { | Line 350 UINT MEMCALL biosfunc(UINT32 adrs) { |
| return(1); | return(1); |
| case BIOS_BASE + BIOSOFST_INIT: // ブート | case BIOS_BASE + BIOSOFST_INIT: // ブート |
| #if 1 // for RanceII | |
| bios_memclear(); | |
| #endif | |
| bios_vectorset(); | |
| #if 1 | |
| bios0x09_init(); | |
| #endif | |
| bios_reinitbyswitch(); | bios_reinitbyswitch(); |
| bios_vectorset(); | bios_vectorset(); |
| bios_screeninit(); | bios_screeninit(); |
| Line 393 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; |