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

version 1.4, 2004/08/20 08:41:41 version 1.5, 2005/02/04 06:42:11
Line 1 Line 1
   
 typedef struct {  typedef struct {
         UINT8   Dx[16][8];          UINT8   timer[8][6];
         UINT8   Ex[16][8];          UINT8   work[4];
         UINT    dataptr;          UINT8   vect;
           UINT8   tvctrl;
           UINT8   zero;
           UINT8   padding;
           UINT8   datcnt;
           UINT8   datptr;
           UINT8   cmdcnt;
           UINT8   cmdptr;
         UINT    keycount;          UINT    keycount;
         UINT    keycountrep;          UINT    keycountrep;
         UINT8   mode;          UINT8   mode;
         UINT8   keydata;          UINT8   keydata;
         UINT8   cmdcnt;          UINT8   padding2[2];
         UINT8   datacnt;  } SCPUS;
         UINT8   IBF;  
         UINT8   OBF;  
 } SUBCPU;  
   
   typedef struct {
           SINT32  intrclock;
   } SCPUE;
   
   typedef struct {
           SCPUS   s;
           SCPUE   e;
   } SUBCPU;
   
 #ifdef __cplusplus  #ifdef __cplusplus
 extern "C" {  extern "C" {
Line 20  extern "C" { Line 32  extern "C" {
   
 void neitem_scpu(UINT id);  void neitem_scpu(UINT id);
 BRESULT ieitem_scpu(UINT id);  BRESULT ieitem_scpu(UINT id);
   void subcpu_sendkey(void);
   
 void IOOUTCALL subcpu_o(UINT port, REG8 dat);           // x1_sub_w  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

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


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