summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/lordgun.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/lordgun.h')
-rw-r--r--src/mame/includes/lordgun.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/mame/includes/lordgun.h b/src/mame/includes/lordgun.h
index 1dc716b804a..0d0c0f8e09b 100644
--- a/src/mame/includes/lordgun.h
+++ b/src/mame/includes/lordgun.h
@@ -31,6 +31,12 @@ public:
bitmap_ind16 *m_bitmaps[5];
UINT16 *m_spriteram;
size_t m_spriteram_size;
+ DECLARE_WRITE16_MEMBER(lordgun_priority_w);
+ DECLARE_READ16_MEMBER(lordgun_gun_0_x_r);
+ DECLARE_READ16_MEMBER(lordgun_gun_0_y_r);
+ DECLARE_READ16_MEMBER(lordgun_gun_1_x_r);
+ DECLARE_READ16_MEMBER(lordgun_gun_1_y_r);
+ DECLARE_WRITE16_MEMBER(lordgun_soundlatch_w);
};