summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/b2m.c
diff options
context:
space:
mode:
author Wilbert Pol <wilbert@jdg.info>2013-05-15 21:57:33 +0000
committer Wilbert Pol <wilbert@jdg.info>2013-05-15 21:57:33 +0000
commit6f7dd684beecab2b83fe7555f41676bc75f8bab3 (patch)
tree728398c9c22705c3cef2bf0e7a560a5c4c99d74e /src/mess/machine/b2m.c
parentfebb0e53f1a6fd9f43080e88ce7b871202a66d48 (diff)
pic8259.c: Switched to devcb2. (nw)
Diffstat (limited to 'src/mess/machine/b2m.c')
-rw-r--r--src/mess/machine/b2m.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/mess/machine/b2m.c b/src/mess/machine/b2m.c
index 420261e7f3e..a960ba20d86 100644
--- a/src/mess/machine/b2m.c
+++ b/src/mess/machine/b2m.c
@@ -350,13 +350,6 @@ IRQ_CALLBACK_MEMBER(b2m_state::b2m_irq_callback)
return m_pic->acknowledge();
}
-const struct pic8259_interface b2m_pic8259_config =
-{
- DEVCB_DRIVER_LINE_MEMBER(b2m_state,b2m_pic_set_int_line),
- DEVCB_LINE_VCC,
- DEVCB_NULL
-};
-
INTERRUPT_GEN_MEMBER(b2m_state::b2m_vblank_interrupt)
{
m_vblank_state++;