Diff for /np2/i286a/i286a.c between versions 1.7 and 1.8

version 1.7, 2004/01/05 15:47:18 version 1.8, 2004/01/07 12:51:29
Line 83  static void i286a_initreg(void) { Line 83  static void i286a_initreg(void) {
   
 void i286a_reset(void) {  void i286a_reset(void) {
   
   #if 0
           if (offsetof(I286CORE, m) != 120) {
                   exit(1);
           }
   #endif
         ZeroMemory(&i286acore.s, sizeof(i286acore.s));          ZeroMemory(&i286acore.s, sizeof(i286acore.s));
         i286a_initreg();          i286a_initreg();
 }  }

Removed from v.1.7  
changed lines
  Added in v.1.8


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