summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/testpat.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/testpat.cpp')
-rw-r--r--src/mame/drivers/testpat.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/testpat.cpp b/src/mame/drivers/testpat.cpp
index 83c1d82c66f..6806166c15b 100644
--- a/src/mame/drivers/testpat.cpp
+++ b/src/mame/drivers/testpat.cpp
@@ -116,7 +116,7 @@ MACHINE_CONFIG_START(tp1983_state::tp1983)
m_video->set_fieldcount(1);
m_video->set_threshold(1);
m_video->set_gain(0.36);
-}
+MACHINE_CONFIG_END
MACHINE_CONFIG_START(tp1985_state::tp1985)
NETLIST_CPU(config, m_maincpu, NETLIST_CLOCK);