summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/hyprduel.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/hyprduel.h')
-rw-r--r--src/mame/includes/hyprduel.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/mame/includes/hyprduel.h b/src/mame/includes/hyprduel.h
index 7aea055692f..5d23b5a37ee 100644
--- a/src/mame/includes/hyprduel.h
+++ b/src/mame/includes/hyprduel.h
@@ -48,6 +48,15 @@ public:
/* devices */
device_t *m_maincpu;
device_t *m_subcpu;
+ DECLARE_READ16_MEMBER(hyprduel_irq_cause_r);
+ DECLARE_WRITE16_MEMBER(hyprduel_irq_cause_w);
+ DECLARE_WRITE16_MEMBER(hyprduel_subcpu_control_w);
+ DECLARE_READ16_MEMBER(hyprduel_cpusync_trigger1_r);
+ DECLARE_WRITE16_MEMBER(hyprduel_cpusync_trigger1_w);
+ DECLARE_READ16_MEMBER(hyprduel_cpusync_trigger2_r);
+ DECLARE_WRITE16_MEMBER(hyprduel_cpusync_trigger2_w);
+ DECLARE_READ16_MEMBER(hyprduel_bankedrom_r);
+ DECLARE_WRITE16_MEMBER(hyprduel_blitter_w);
};