summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/b2m.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/b2m.h')
-rw-r--r--src/mame/includes/b2m.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/b2m.h b/src/mame/includes/b2m.h
index edc13e599c7..a27ef3d2545 100644
--- a/src/mame/includes/b2m.h
+++ b/src/mame/includes/b2m.h
@@ -38,7 +38,7 @@ public:
DECLARE_READ8_MEMBER(b2m_palette_r);
DECLARE_WRITE8_MEMBER(b2m_localmachine_w);
DECLARE_READ8_MEMBER(b2m_localmachine_r);
- DECLARE_DRIVER_INIT(b2m);
+ void init_b2m();
DECLARE_PALETTE_INIT(b2m);
uint32_t screen_update_b2m(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);