summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/timelimt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/timelimt.h')
-rw-r--r--src/mame/includes/timelimt.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/includes/timelimt.h b/src/mame/includes/timelimt.h
index 01f8f44974d..d848b050274 100644
--- a/src/mame/includes/timelimt.h
+++ b/src/mame/includes/timelimt.h
@@ -14,6 +14,8 @@ public:
tilemap_t *m_fg_tilemap;
UINT8 *m_spriteram;
size_t m_spriteram_size;
+ DECLARE_WRITE8_MEMBER(nmi_enable_w);
+ DECLARE_WRITE8_MEMBER(sound_reset_w);
};