Diff for /np2/i286x/i286x.cpp between versions 1.5 and 1.6

version 1.5, 2003/12/01 18:25:03 version 1.6, 2003/12/04 06:41:23
Line 52  const BYTE iflags[256] = {     // Z_FLAG Line 52  const BYTE iflags[256] = {     // Z_FLAG
                         0x80, 0x84, 0x84, 0x80, 0x84, 0x80, 0x80, 0x84};                          0x80, 0x84, 0x84, 0x80, 0x84, 0x80, 0x80, 0x84};
   
   
   void i286_initialize(void) {
   
           i286xadr_init();
           v30init();
   }
   
 void i286_reset(void) {  void i286_reset(void) {
   
         i286xadr_init();                                                        // 毎回通すのはどうか…  
         v30init();                                                                      // 毎回通すのはどうか…  
         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.5  
changed lines
  Added in v.1.6


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