summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/notechan.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/notechan.cpp')
-rw-r--r--src/mame/drivers/notechan.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/drivers/notechan.cpp b/src/mame/drivers/notechan.cpp
index 9107030a2e5..77bea9ef612 100644
--- a/src/mame/drivers/notechan.cpp
+++ b/src/mame/drivers/notechan.cpp
@@ -314,6 +314,7 @@ public:
DECLARE_WRITE8_MEMBER(out_f9_w);
DECLARE_WRITE8_MEMBER(out_fa_w);
DECLARE_WRITE8_MEMBER(out_ff_w);
+ void notechan(machine_config &config);
};
@@ -493,7 +494,7 @@ INPUT_PORTS_END
* Machine Config *
*********************************************/
-static MACHINE_CONFIG_START( notechan )
+MACHINE_CONFIG_START(notechan_state::notechan)
/* basic machine hardware */
MCFG_CPU_ADD("maincpu", Z80, CPU_CLOCK) // unknown...
MCFG_CPU_PROGRAM_MAP(notechan_map)