summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/bfm_sc5.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/bfm_sc5.h')
-rw-r--r--src/mame/includes/bfm_sc5.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/bfm_sc5.h b/src/mame/includes/bfm_sc5.h
index f74fc849f5a..d096b452d21 100644
--- a/src/mame/includes/bfm_sc5.h
+++ b/src/mame/includes/bfm_sc5.h
@@ -19,7 +19,7 @@ protected:
public:
required_device<m68000_base_device> m_maincpu;
- DECLARE_DRIVER_INIT(sc5);
+ void init_sc5();
DECLARE_READ8_MEMBER( sc5_10202F0_r );
DECLARE_WRITE8_MEMBER( sc5_10202F0_w );
DECLARE_WRITE16_MEMBER( sc5_duart_w );