Diff for /xmil/io/subcpu.h between versions 1.1 and 1.4

version 1.1, 2004/08/01 05:31:30 version 1.4, 2004/08/20 08:41:41
Line 3  typedef struct { Line 3  typedef struct {
         UINT8   Dx[16][8];          UINT8   Dx[16][8];
         UINT8   Ex[16][8];          UINT8   Ex[16][8];
         UINT    dataptr;          UINT    dataptr;
           UINT    keycount;
           UINT    keycountrep;
         UINT8   mode;          UINT8   mode;
           UINT8   keydata;
         UINT8   cmdcnt;          UINT8   cmdcnt;
         UINT8   datacnt;          UINT8   datacnt;
         UINT8   INT_SW;  
         UINT8   IBF;          UINT8   IBF;
         UINT8   OBF;          UINT8   OBF;
 } SUBCPU;  } SUBCPU;
Line 16  typedef struct { Line 18  typedef struct {
 extern "C" {  extern "C" {
 #endif  #endif
   
 short x1_sub_int(void);  void neitem_scpu(UINT id);
 void IOOUTCALL subcpu_o(UINT port, REG8 value);         // x1_sub_w  BRESULT ieitem_scpu(UINT id);
   
   void IOOUTCALL subcpu_o(UINT port, REG8 dat);           // x1_sub_w
 REG8 IOINPCALL subcpu_i(UINT port);                                     // x1_sub_r  REG8 IOINPCALL subcpu_i(UINT port);                                     // x1_sub_r
   
 void subcpu_reset(void);  void subcpu_reset(void);

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


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