summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/twincobr.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/twincobr.h')
-rw-r--r--src/mame/includes/twincobr.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/includes/twincobr.h b/src/mame/includes/twincobr.h
index 1b989a31c69..9963eacea9c 100644
--- a/src/mame/includes/twincobr.h
+++ b/src/mame/includes/twincobr.h
@@ -105,8 +105,8 @@ public:
TILE_GET_INFO_MEMBER(get_bg_tile_info);
TILE_GET_INFO_MEMBER(get_fg_tile_info);
TILE_GET_INFO_MEMBER(get_tx_tile_info);
- DECLARE_MACHINE_RESET(twincobr);
- DECLARE_VIDEO_START(toaplan0);
+ void machine_reset_twincobr();
+ void video_start_toaplan0() ATTR_COLD;
uint32_t screen_update_toaplan0(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
DECLARE_WRITE_LINE_MEMBER(twincobr_vblank_irq);
DECLARE_WRITE_LINE_MEMBER(wardner_vblank_irq);