summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/suprloco.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/suprloco.h')
-rw-r--r--src/mame/includes/suprloco.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/suprloco.h b/src/mame/includes/suprloco.h
index 96e13036872..58cdc5ac5c1 100644
--- a/src/mame/includes/suprloco.h
+++ b/src/mame/includes/suprloco.h
@@ -39,7 +39,7 @@ public:
virtual void video_start() override;
DECLARE_PALETTE_INIT(suprloco);
- DECLARE_DRIVER_INIT(suprloco);
+ void init_suprloco();
uint32_t screen_update(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
inline void draw_pixel(bitmap_ind16 &bitmap,const rectangle &cliprect,int x,int y,int color,int flip);