Diff for /xmil/pccore.h between versions 1.10 and 1.13

version 1.10, 2004/08/11 13:53:53 version 1.13, 2004/08/12 17:57:36
Line 1 Line 1
   
 typedef struct {  typedef struct {
         UINT8   ROM_TYPE;          UINT8   ROM_TYPE;
         UINT8   CPU8MHz;  
         UINT8   DIP_SW;          UINT8   DIP_SW;
           UINT8   fddequip;
   
         UINT8   DISPSYNC;          UINT8   DISPSYNC;
         UINT8   RASTER;          UINT8   RASTER;
Line 40  typedef struct { Line 40  typedef struct {
 } CORESTAT;  } CORESTAT;
   
 enum {  enum {
           RASTER_CLOCK            = 250
   };
   
   enum {
         DIPSW_RESOLUTE          = 0x01,          DIPSW_RESOLUTE          = 0x01,
         DIPSW_BOOTMEDIA         = 0x04          DIPSW_BOOTMEDIA         = 0x04
 };  };
Line 57  extern CORESTAT corestat; Line 61  extern CORESTAT corestat;
 extern  BYTE            *RAM0r;  extern  BYTE            *RAM0r;
 extern  BYTE            *RAM0w;  extern  BYTE            *RAM0w;
   
 extern  BYTE    mMAIN[0x10000];  extern  UINT8   mMAIN[0x10000];
 extern  BYTE    mBIOS[0x8000];  extern  UINT8   mBIOS[0x8000];
 #if defined(SUPPORT_BANKMEM)  #if defined(SUPPORT_BANKMEM)
 extern  BYTE    mBANK[16][0x8000];  extern  UINT8   mBANK[16][0x8000];
 #endif  #endif
   
   
 void nvitem_raster(UINT id);  
 UINT pccore_getraster(UINT *h);  UINT pccore_getraster(UINT *h);
 void nvitem_vdisp(UINT id);  void neitem_disp(UINT id);
 void nvitem_vsync(UINT id);  void neitem_vsync(UINT id);
   
 void pccore_initialize(void);  void pccore_initialize(void);
 void pccore_reset(void);  void pccore_reset(void);

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


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