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

version 1.13, 2004/08/12 17:57:36 version 1.14, 2004/08/12 20:09:42
Line 32  typedef struct { Line 32  typedef struct {
 } PCCORE;  } PCCORE;
   
 typedef struct {  typedef struct {
         UINT    tl;          SINT32  dispclock;
         UINT    vl;          SINT32  syncclock;
         UINT8   vsync;          UINT8   vsync;
         UINT8   drawframe;          UINT8   drawframe;
         UINT8   soundrenewal;          UINT8   soundrenewal;
Line 67  extern UINT8 mBIOS[0x8000]; Line 67  extern UINT8 mBIOS[0x8000];
 extern  UINT8   mBANK[16][0x8000];  extern  UINT8   mBANK[16][0x8000];
 #endif  #endif
   
   
 UINT pccore_getraster(UINT *h);  
 void neitem_disp(UINT id);  void neitem_disp(UINT id);
 void neitem_vsync(UINT id);  void neitem_vsync(UINT id);
   

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


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