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.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/includes/timelimt.h b/src/mame/includes/timelimt.h
index 69a07aecae2..634e2ea7ea4 100644
--- a/src/mame/includes/timelimt.h
+++ b/src/mame/includes/timelimt.h
@@ -29,8 +29,9 @@ public:
tilemap_t *m_bg_tilemap;
tilemap_t *m_fg_tilemap;
- DECLARE_WRITE8_MEMBER(nmi_enable_w);
- DECLARE_WRITE8_MEMBER(sound_reset_w);
+ DECLARE_WRITE_LINE_MEMBER(nmi_enable_w);
+ DECLARE_WRITE_LINE_MEMBER(coin_lockout_w);
+
DECLARE_WRITE8_MEMBER(videoram_w);
DECLARE_WRITE8_MEMBER(bg_videoram_w);
DECLARE_WRITE8_MEMBER(scroll_x_lsb_w);
@@ -41,7 +42,6 @@ public:
TILE_GET_INFO_MEMBER(get_fg_tile_info);
virtual void machine_start() override;
- virtual void machine_reset() override;
virtual void video_start() override;
DECLARE_PALETTE_INIT(timelimt);