summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/darkseal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/darkseal.h')
-rw-r--r--src/mame/includes/darkseal.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/includes/darkseal.h b/src/mame/includes/darkseal.h
index 3a12625b75c..9dcee8ec321 100644
--- a/src/mame/includes/darkseal.h
+++ b/src/mame/includes/darkseal.h
@@ -21,6 +21,8 @@ public:
required_device<buffered_spriteram16_device> m_spriteram;
int m_flipscreen;
+ DECLARE_WRITE16_MEMBER(darkseal_control_w);
+ DECLARE_READ16_MEMBER(darkseal_control_r);
};