Diff for /np2/pccore.c between versions 1.36 and 1.37

version 1.36, 2003/12/25 05:07:49 version 1.37, 2003/12/25 19:26:54
Line 549  void pccore_exec(BOOL draw) { Line 549  void pccore_exec(BOOL draw) {
                 pic_irq();                  pic_irq();
                 if (CPU_RESETREQ) {                  if (CPU_RESETREQ) {
                         CPU_RESETREQ = 0;                          CPU_RESETREQ = 0;
   #if 1
                           CPU_SHUT();
   #else
                         CPU_CS = 0xf000;                          CPU_CS = 0xf000;
                         CS_BASE = 0xf0000;                          CS_BASE = 0xf0000;
                         CPU_IP = 0xfff0;                          CPU_IP = 0xfff0;
Line 556  void pccore_exec(BOOL draw) { Line 559  void pccore_exec(BOOL draw) {
                         CPU_DX = 0x0300;                          CPU_DX = 0x0300;
 #endif  #endif
                         CPU_CLEARPREFETCH();                          CPU_CLEARPREFETCH();
   #endif
                 }                  }
   
 #if 1 // ndef TRACE  #if 1 // ndef TRACE

Removed from v.1.36  
changed lines
  Added in v.1.37


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