summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/gomoku.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/gomoku.h')
-rw-r--r--src/mame/includes/gomoku.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/mame/includes/gomoku.h b/src/mame/includes/gomoku.h
index fe93f8a22f0..c64e3248d69 100644
--- a/src/mame/includes/gomoku.h
+++ b/src/mame/includes/gomoku.h
@@ -23,6 +23,8 @@ public:
DECLARE_WRITE8_MEMBER(gomoku_flipscreen_w);
DECLARE_WRITE8_MEMBER(gomoku_bg_dispsw_w);
TILE_GET_INFO_MEMBER(get_fg_tile_info);
+ virtual void video_start();
+ virtual void palette_init();
};
@@ -58,7 +60,7 @@ extern const device_type GOMOKU;
/*----------- defined in video/gomoku.c -----------*/
-PALETTE_INIT( gomoku );
-VIDEO_START( gomoku );
+
+
SCREEN_UPDATE_IND16( gomoku );