summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/lsasquad.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/lsasquad.h')
-rw-r--r--src/mame/includes/lsasquad.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mame/includes/lsasquad.h b/src/mame/includes/lsasquad.h
index e7238b97012..d1058391fce 100644
--- a/src/mame/includes/lsasquad.h
+++ b/src/mame/includes/lsasquad.h
@@ -48,8 +48,7 @@ public:
DECLARE_READ8_MEMBER(lsasquad_mcu_status_r);
DECLARE_READ8_MEMBER(daikaiju_mcu_status_r);
DECLARE_WRITE8_MEMBER(unk);
- DECLARE_MACHINE_START(lsasquad);
- DECLARE_MACHINE_RESET(lsasquad);
+ void machine_start_lsasquad() ATTR_COLD;
uint32_t screen_update_lsasquad(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
uint32_t screen_update_daikaiju(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
TIMER_CALLBACK_MEMBER(nmi_callback);