summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/naomi.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/naomi.cpp')
-rw-r--r--src/mame/drivers/naomi.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/drivers/naomi.cpp b/src/mame/drivers/naomi.cpp
index 41c9a571169..dd90ef2ab02 100644
--- a/src/mame/drivers/naomi.cpp
+++ b/src/mame/drivers/naomi.cpp
@@ -2729,7 +2729,7 @@ MACHINE_CONFIG_END
MACHINE_CONFIG_START(naomi_state::naomi_base)
naomi_aw_base(config);
- MCFG_CPU_MODIFY("maincpu")
+ MCFG_CPU_MODIFY("maincpu")
MCFG_CPU_PROGRAM_MAP(naomi_map)
MCFG_CPU_IO_MAP(naomi_port)
@@ -2801,10 +2801,10 @@ MACHINE_CONFIG_END
*/
/*
MACHINE_CONFIG_START((naomi2_state::naomi2)
- naomi(config);
+ naomi(config);
MCFG_CPU_MODIFY("maincpu")
MCFG_CPU_PROGRAM_MAP(naomi2_map)
- MCFG_CPU_IO_MAP(naomi_port)
+ MCFG_CPU_IO_MAP(naomi_port)
MACHINE_CONFIG_END
*/
/*