Diff for /xmil/win9x/sysmng.cpp between versions 1.2 and 1.4

version 1.2, 2004/08/03 12:50:54 version 1.4, 2004/08/08 09:12:06
Line 6 Line 6
 #include        "z80core.h"  #include        "z80core.h"
 #include        "pccore.h"  #include        "pccore.h"
 #include        "fddfile.h"  #include        "fddfile.h"
 #include        "draw.h"  #include        "makescrn.h"
   
   
         UINT    sys_updates;          UINT    sys_updates;
Line 14 Line 14
   
 void sysmng_scrnwidth(REG8 mode) {  void sysmng_scrnwidth(REG8 mode) {
   
         xmenu_setwidth(mode);          menu_setwidth(mode);
 }  }
   
   

Removed from v.1.2  
changed lines
  Added in v.1.4


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