summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/pcktgal.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/pcktgal.cpp')
-rw-r--r--src/mame/drivers/pcktgal.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/pcktgal.cpp b/src/mame/drivers/pcktgal.cpp
index 6398fe6d179..5a2c05a40d0 100644
--- a/src/mame/drivers/pcktgal.cpp
+++ b/src/mame/drivers/pcktgal.cpp
@@ -270,7 +270,7 @@ void pcktgal_state::bootleg(machine_config &config)
pcktgal(config);
m_gfxdecode->set_info(gfx_bootleg);
subdevice<screen_device>("screen")->set_screen_update(FUNC(pcktgal_state::screen_update_pcktgalb));
-MACHINE_CONFIG_END
+}
void pcktgal_state::pcktgal2(machine_config &config)
{