summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/mpz80.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/mpz80.cpp')
-rw-r--r--src/mame/drivers/mpz80.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/mpz80.cpp b/src/mame/drivers/mpz80.cpp
index 0785a308562..344a1f14e7f 100644
--- a/src/mame/drivers/mpz80.cpp
+++ b/src/mame/drivers/mpz80.cpp
@@ -709,7 +709,7 @@ void mpz80_state::machine_reset()
//**************************************************************************
//-------------------------------------------------
-// MACHINE_CONFIG( mpz80 )
+// machine_config( mpz80 )
//-------------------------------------------------
void mpz80_state::mpz80(machine_config &config)
@@ -744,7 +744,7 @@ void mpz80_state::mpz80(machine_config &config)
// software list
SOFTWARE_LIST(config, "flop_list").set_original("mpz80");
-MACHINE_CONFIG_END
+}