summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/pk8020.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/pk8020.h')
-rw-r--r--src/mame/includes/pk8020.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mame/includes/pk8020.h b/src/mame/includes/pk8020.h
index fc18feb923c..d8de9284db6 100644
--- a/src/mame/includes/pk8020.h
+++ b/src/mame/includes/pk8020.h
@@ -79,8 +79,6 @@ public:
DECLARE_WRITE8_MEMBER(pk8020_2_portc_w);
DECLARE_WRITE_LINE_MEMBER(pk8020_pit_out0);
DECLARE_WRITE_LINE_MEMBER(pk8020_pit_out1);
- DECLARE_WRITE_LINE_MEMBER(pk8020_pic_set_int_line);
- IRQ_CALLBACK_MEMBER(pk8020_irq_callback);
protected:
required_device<cpu_device> m_maincpu;