diff options
Diffstat (limited to 'src/mess/machine/dai.c')
-rw-r--r-- | src/mess/machine/dai.c | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/src/mess/machine/dai.c b/src/mess/machine/dai.c index b07b139aadf..c9a5082ac86 100644 --- a/src/mess/machine/dai.c +++ b/src/mess/machine/dai.c @@ -80,27 +80,6 @@ I8255A_INTERFACE( dai_ppi82555_intf ) DEVCB_NULL /* Port C write */ }; -const struct pit8253_interface dai_pit8253_intf = -{ - { - { - 2000000, - DEVCB_NULL, - DEVCB_DEVICE_LINE_MEMBER("custom", dai_sound_device, set_input_ch0), - }, - { - 2000000, - DEVCB_NULL, - DEVCB_DEVICE_LINE_MEMBER("custom", dai_sound_device, set_input_ch1), - }, - { - 2000000, - DEVCB_NULL, - DEVCB_DEVICE_LINE_MEMBER("custom", dai_sound_device, set_input_ch2), - } - } -}; - IRQ_CALLBACK_MEMBER(dai_state::int_ack) { return m_tms5501->get_vector(); |