Diff for /np2/bios/bios.c between versions 1.62 and 1.64

version 1.62, 2004/03/31 19:23:37 version 1.64, 2004/05/22 10:46:42
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();

Removed from v.1.62  
changed lines
  Added in v.1.64


RetroPC.NET-CVS <cvs@retropc.net>