summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/pandoras.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/pandoras.h')
-rw-r--r--src/mame/includes/pandoras.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/mame/includes/pandoras.h b/src/mame/includes/pandoras.h
index 17fbd502166..00b9e7d5fa9 100644
--- a/src/mame/includes/pandoras.h
+++ b/src/mame/includes/pandoras.h
@@ -30,6 +30,12 @@ public:
cpu_device *m_subcpu;
cpu_device *m_audiocpu;
cpu_device *m_mcu;
+ DECLARE_WRITE8_MEMBER(pandoras_int_control_w);
+ DECLARE_WRITE8_MEMBER(pandoras_cpua_irqtrigger_w);
+ DECLARE_WRITE8_MEMBER(pandoras_cpub_irqtrigger_w);
+ DECLARE_WRITE8_MEMBER(pandoras_i8039_irqtrigger_w);
+ DECLARE_WRITE8_MEMBER(i8039_irqen_and_status_w);
+ DECLARE_WRITE8_MEMBER(pandoras_z80_irqtrigger_w);
};