Diff for /np2/pccore.c between versions 1.22 and 1.23

version 1.22, 2003/11/30 11:20:55 version 1.23, 2003/12/01 10:45:45
Line 519  void pccore_exec(BOOL draw) { Line 519  void pccore_exec(BOOL draw) {
         resetcnt++;          resetcnt++;
 #endif  #endif
                 pic_irq();                  pic_irq();
                 if (cpuio.reset_req) {                  if (i286core.s.resetreq) {
                         cpuio.reset_req = 0;                          i286core.s.resetreq = 0;
                         I286_CS = 0xf000;                          I286_CS = 0xf000;
                         CS_BASE = 0xf0000;                          CS_BASE = 0xf0000;
                         I286_IP = 0xfff0;                          I286_IP = 0xfff0;

Removed from v.1.22  
changed lines
  Added in v.1.23


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