summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/oneshot.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/oneshot.h')
-rw-r--r--src/mame/includes/oneshot.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mame/includes/oneshot.h b/src/mame/includes/oneshot.h
index a943cb4a4c8..84bb158d0d3 100644
--- a/src/mame/includes/oneshot.h
+++ b/src/mame/includes/oneshot.h
@@ -29,6 +29,11 @@ public:
/* devices */
device_t *m_maincpu;
device_t *m_audiocpu;
+ DECLARE_READ16_MEMBER(oneshot_in0_word_r);
+ DECLARE_READ16_MEMBER(oneshot_gun_x_p1_r);
+ DECLARE_READ16_MEMBER(oneshot_gun_y_p1_r);
+ DECLARE_READ16_MEMBER(oneshot_gun_x_p2_r);
+ DECLARE_READ16_MEMBER(oneshot_gun_y_p2_r);
};
/*----------- defined in video/oneshot.c -----------*/