Diff for /np2/pccore.h between versions 1.7 and 1.10

version 1.7, 2003/11/15 07:10:02 version 1.10, 2003/12/21 16:05:25
Line 8  enum { Line 8  enum {
   
 enum {  enum {
         PCMODEL_VM                      = 0,          PCMODEL_VM                      = 0,
         PCMODEL_VX                      = 1          PCMODEL_VX                      = 1,
           PCMODELMASK                     = 0x3f,
   
           PCMODEL_PC9821          = 0x40,
           PCMODEL_EPSON           = 0x80
 };  };
   
 #define         CPUMODE_8MHz            0x20  #define         CPUMODE_8MHz            0x20
Line 84  typedef struct { Line 88  typedef struct {
   
         char    hddfile[2][MAX_PATH];                                                                   // ver0.30          char    hddfile[2][MAX_PATH];                                                                   // ver0.30
         char    fontfile[MAX_PATH];          char    fontfile[MAX_PATH];
           char    biospath[MAX_PATH];
 } NP2CFG;  } NP2CFG;
   
 typedef struct {  typedef struct {
Line 98  typedef struct { Line 103  typedef struct {
         UINT32  frame1000;          UINT32  frame1000;
         UINT32  raster;          UINT32  raster;
         UINT32  hsync;          UINT32  hsync;
         BYTE    cpumode;          UINT8   cpumode;
         BYTE    model;          UINT8   model;
 } PCCORE;  } PCCORE;
   
   
Line 116  extern int  soundrenewal; Line 121  extern int  soundrenewal;
 extern  BOOL    drawframe;  extern  BOOL    drawframe;
 extern  UINT    drawcount;  extern  UINT    drawcount;
   
   void getbiospath(char *path, const char *fname, int maxlen);
 void screendisp(NEVENTITEM item);  void screendisp(NEVENTITEM item);
 void screenvsync(NEVENTITEM item);  void screenvsync(NEVENTITEM item);
   

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


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