summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/mitchell.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/mitchell.h')
-rw-r--r--src/mame/includes/mitchell.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/mame/includes/mitchell.h b/src/mame/includes/mitchell.h
index 19138ae2afa..ef776411831 100644
--- a/src/mame/includes/mitchell.h
+++ b/src/mame/includes/mitchell.h
@@ -97,6 +97,9 @@ public:
DECLARE_DRIVER_INIT(blockbl);
DECLARE_DRIVER_INIT(dokaben);
TILE_GET_INFO_MEMBER(get_tile_info);
+ DECLARE_MACHINE_START(mitchell);
+ DECLARE_MACHINE_RESET(mitchell);
+ DECLARE_VIDEO_START(pang);
};
@@ -105,5 +108,5 @@ public:
-VIDEO_START( pang );
+
SCREEN_UPDATE_IND16( pang );