Diff for /np2/i286a/i286aio.inc between versions 1.3 and 1.4

version 1.3, 2003/12/20 10:27:55 version 1.4, 2003/12/20 11:49:47
Line 34  DMAC_WORKING  equ  (DMACH_SIZE * 4) + 8 Line 34  DMAC_WORKING  equ  (DMACH_SIZE * 4) + 8
 ; DMA_stat                      equ             (DMACH_SIZE * 4) + 13  ; DMA_stat                      equ             (DMACH_SIZE * 4) + 13
   
   
   ; ---- egc
   
           IMPORT  egc
   
   ; egc_access            equ             0
   ; egc_fgbg                      equ             2
   ; egc_ope                       equ             4
   ; egc_fg                        equ             6
   ; egc_mask                      equ             8
   ; egc_bg                        equ             10
   EGC_SFT                         equ             12
   ; egc_leng                      equ             14
   ; egc_lastvram          equ             16
   ; egc_patreg            equ             24
   ; egc_fgc                       equ             32
   ; egc_bgc                       equ             40
   ;                                                       and more..
   
   
 ; ---- emm  ; ---- emm
   
         IMPORT  extmem          IMPORT  extmem

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


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