diff options
| author | 2019-01-20 14:31:41 -0500 | |
|---|---|---|
| committer | 2019-01-20 14:40:28 -0500 | |
| commit | 7d30e2d3749ff266730e6990e4c05765e4288c7d (patch) | |
| tree | aa4249eb2ddef8fd80e08d0b39306e242edee2b9 /src/devices/machine/genpc.cpp | |
| parent | 8fc5cb0f733e9071985109a958a0dedf585b5a87 (diff) | |
More progress towards ISA DACK line support (nw)
Diffstat (limited to 'src/devices/machine/genpc.cpp')
| -rw-r--r-- | src/devices/machine/genpc.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/devices/machine/genpc.cpp b/src/devices/machine/genpc.cpp index 269c1915bb0..fa93013bd5f 100644 --- a/src/devices/machine/genpc.cpp +++ b/src/devices/machine/genpc.cpp @@ -135,6 +135,8 @@ WRITE_LINE_MEMBER( ibm5160_mb_device::pc_dma8237_out_eop ) void ibm5160_mb_device::pc_select_dma_channel(int channel, bool state) { + m_isabus->dack_line_w(channel, state); + if(!state) { m_dma_channel = channel; if(m_cur_eop) |
