summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/rampart.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/rampart.h')
-rw-r--r--src/mame/includes/rampart.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/mame/includes/rampart.h b/src/mame/includes/rampart.h
index 71766d0fe6a..d7ef5466c2e 100644
--- a/src/mame/includes/rampart.h
+++ b/src/mame/includes/rampart.h
@@ -17,10 +17,13 @@ public:
UINT8 m_has_mo;
DECLARE_WRITE16_MEMBER(latch_w);
DECLARE_DRIVER_INIT(rampart);
+ DECLARE_MACHINE_START(rampart);
+ DECLARE_MACHINE_RESET(rampart);
+ DECLARE_VIDEO_START(rampart);
};
/*----------- defined in video/rampart.c -----------*/
-VIDEO_START( rampart );
+
SCREEN_UPDATE_IND16( rampart );