|
|
| version 1.7, 2004/03/29 14:19:25 | version 1.8, 2004/06/02 11:02:53 |
|---|---|
| Line 111 void IOOUTCALL cs4231io_w8(UINT port, RE | Line 111 void IOOUTCALL cs4231io_w8(UINT port, RE |
| dmac_detach(DMADEV_CS4231); | dmac_detach(DMADEV_CS4231); |
| if (cs4231.dmach != 0xff) { | if (cs4231.dmach != 0xff) { |
| dmac_attach(DMADEV_CS4231, cs4231.dmach); | dmac_attach(DMADEV_CS4231, cs4231.dmach); |
| #if 0 | |
| if (cs4231.sdc_enable) { | |
| dmac.dmach[cs4231.dmach].ready = 1; | |
| dmac_check(); | |
| } | |
| #endif | |
| } | } |
| break; | break; |