Diff for /np2/i286c/i286c.c between versions 1.11 and 1.12

version 1.11, 2003/12/01 10:45:46 version 1.12, 2003/12/04 06:41:23
Line 135  void i286_initialize(void) { Line 135  void i286_initialize(void) {
   
 void i286_reset(void) {  void i286_reset(void) {
   
         i286_initialize();  
         ZeroMemory(&i286core.s, sizeof(i286core.s));          ZeroMemory(&i286core.s, sizeof(i286core.s));
         I286_CS = 0x1fc0;          I286_CS = 0x1fc0;
         CS_BASE = 0x1fc00;          CS_BASE = 0x1fc00;

Removed from v.1.11  
changed lines
  Added in v.1.12


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