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