summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/drgnmst.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/drgnmst.h')
-rw-r--r--src/mame/includes/drgnmst.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/drgnmst.h b/src/mame/includes/drgnmst.h
index 7a5fa2a023b..4c0eb565e38 100644
--- a/src/mame/includes/drgnmst.h
+++ b/src/mame/includes/drgnmst.h
@@ -64,7 +64,7 @@ public:
DECLARE_WRITE16_MEMBER(drgnmst_fg_videoram_w);
DECLARE_WRITE16_MEMBER(drgnmst_bg_videoram_w);
DECLARE_WRITE16_MEMBER(drgnmst_md_videoram_w);
- DECLARE_DRIVER_INIT(drgnmst);
+ void init_drgnmst();
TILE_GET_INFO_MEMBER(get_drgnmst_fg_tile_info);
TILE_GET_INFO_MEMBER(get_drgnmst_bg_tile_info);
TILE_GET_INFO_MEMBER(get_drgnmst_md_tile_info);