Diff for /xmil/io/crtc.h between versions 1.4 and 1.6

version 1.4, 2004/08/08 16:39:03 version 1.6, 2004/08/12 17:57:36
Line 70  typedef struct { Line 70  typedef struct {
         UINT8   SCRN_BITS;          UINT8   SCRN_BITS;
         UINT8   CRTC_NUM;          UINT8   CRTC_NUM;
   
         WORD    FNT_YL;          BYTE    _FNT_YL;
         BYTE    TXT_XL;          BYTE    TXT_XL;
         BYTE    TXT_YL;          BYTE    TXT_YL;
         BYTE    TXT_YS;          BYTE    TXT_YS;
   
         WORD    CRT_YL;  //      WORD    CRT_YL;
 //      WORD    CRT_VS;  //      WORD    CRT_VS;
 //      WORD    CRT_VL;  //      WORD    CRT_VL;
   
Line 83  typedef struct { Line 83  typedef struct {
         BYTE    TXT_VLA;          BYTE    TXT_VLA;
   
         WORD    TXT_TOP;          WORD    TXT_TOP;
         WORD    fnty;  //      WORD    fnty;
   
         UINT8   BLACKPAL;          UINT8   BLACKPAL;
         UINT8   EXTPALMODE;          UINT8   EXTPALMODE;
Line 100  typedef struct { Line 100  typedef struct {
         UINT8   pal_bank;          UINT8   pal_bank;
         UINT8   pal_disp;          UINT8   pal_disp;
   
           UINT    fonty;
           UINT    yl;
   
           UINT    dl;
         UINT    vs;          UINT    vs;
         UINT    vl;          UINT    vl;
 } CRTCEXT;  } CRTCEXT;
Line 119  typedef struct { Line 123  typedef struct {
   
 // ----  // ----
   
 void vrambank_patch(void);  void crtc_bankupdate(void);                                                             // vrambank_patch
   void crtc_regupdate(void);
   
 void IOOUTCALL crtc_o(UINT port, REG8 value);                   // x1_crtc_w  void IOOUTCALL crtc_o(UINT port, REG8 value);                   // x1_crtc_w
   
Line 149  REG8 IOINPCALL blackctrl_i(UINT port);   Line 154  REG8 IOINPCALL blackctrl_i(UINT port);  
   
 void crtc_initialize(void);  void crtc_initialize(void);
 void crtc_reset(void);  void crtc_reset(void);
   void crtc_forcesetwidth(REG8 width);
   
 #ifdef __cplusplus  #ifdef __cplusplus
 }  }

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


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