|
|
| version 1.7, 2004/03/06 18:25:36 | version 1.9, 2005/02/07 14:46:11 |
|---|---|
| Line 43 typedef struct { | Line 43 typedef struct { |
| typedef struct { | typedef struct { |
| union { | union { |
| BYTE b[4]; | UINT8 b[4]; |
| UINT16 w[2]; | UINT16 w[2]; |
| UINT32 d; | UINT32 d; |
| } adrs; | } adrs; |
| union { | union { |
| BYTE b[2]; | UINT8 b[2]; |
| UINT16 w; | UINT16 w; |
| } leng; | } leng; |
| union { | union { |
| BYTE b[2]; | UINT8 b[2]; |
| UINT16 w; | UINT16 w; |
| } adrsorg; | } adrsorg; |
| union { | union { |
| BYTE b[2]; | UINT8 b[2]; |
| UINT16 w; | UINT16 w; |
| } lengorg; | } lengorg; |
| UINT8 bound; | UINT8 bound; |
| Line 98 void dmac_bind(void); | Line 98 void dmac_bind(void); |
| void dmac_extbind(void); | void dmac_extbind(void); |
| void dmac_check(void); | void dmac_check(void); |
| UINT dmac_getdatas(DMACH dmach, UINT8 *buf, UINT size); | |
| void dmac_procset(void); | void dmac_procset(void); |
| void dmac_attach(REG8 device, REG8 channel); | void dmac_attach(REG8 device, REG8 channel); |