summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/gng.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/gng.h')
-rw-r--r--src/mame/includes/gng.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/mame/includes/gng.h b/src/mame/includes/gng.h
index 59ae789c049..46462a65cac 100644
--- a/src/mame/includes/gng.h
+++ b/src/mame/includes/gng.h
@@ -39,11 +39,14 @@ public:
DECLARE_DRIVER_INIT(diamond);
TILE_GET_INFO_MEMBER(get_fg_tile_info);
TILE_GET_INFO_MEMBER(get_bg_tile_info);
+ virtual void machine_start();
+ virtual void machine_reset();
+ virtual void video_start();
};
/*----------- defined in video/gng.c -----------*/
-VIDEO_START( gng );
+
SCREEN_UPDATE_IND16( gng );