|
|
| version 1.5, 2004/01/29 09:41:50 | version 1.7, 2004/03/06 18:25:36 |
|---|---|
| Line 59 typedef struct { | Line 59 typedef struct { |
| BYTE b[2]; | BYTE b[2]; |
| UINT16 w; | UINT16 w; |
| } lengorg; | } lengorg; |
| UINT16 action; | UINT8 bound; |
| UINT8 action; | |
| DMAPROC proc; | DMAPROC proc; |
| UINT8 mode; | UINT8 mode; |
| UINT8 sreq; | UINT8 sreq; |
| Line 94 REG8 DMACCALL dma_dummyproc(REG8 func); | Line 95 REG8 DMACCALL dma_dummyproc(REG8 func); |
| void dmac_reset(void); | void dmac_reset(void); |
| void dmac_bind(void); | void dmac_bind(void); |
| void dmac_extbind(void); | |
| void dmac_check(void); | void dmac_check(void); |