summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/galpanic.c
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2012-08-20 06:39:53 +0000
committer Miodrag Milanovic <mmicko@gmail.com>2012-08-20 06:39:53 +0000
commitf54800c1f3f89877f977f1598edc07b93de2b509 (patch)
tree7ab593d4ac62979cf0de70500ece0bd66df80222 /src/mame/drivers/galpanic.c
parent1c13d140992aabea30a322bb26d0fe8c0133cd3f (diff)
Clean-ups and version bumpmame0146u5
Diffstat (limited to 'src/mame/drivers/galpanic.c')
-rw-r--r--src/mame/drivers/galpanic.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/galpanic.c b/src/mame/drivers/galpanic.c
index 6d751958531..da17b48d52c 100644
--- a/src/mame/drivers/galpanic.c
+++ b/src/mame/drivers/galpanic.c
@@ -574,12 +574,12 @@ static MACHINE_CONFIG_START( galpanic, galpanic_state )
MCFG_PALETTE_LENGTH(1024 + 32768)
MCFG_KANEKO_PANDORA_ADD("pandora", galpanic_pandora_config)
-
+
MCFG_DEVICE_ADD("calc1_mcu", KANEKO_HIT, 0)
kaneko_hit_device::set_type(*device, 0);
-
+
MCFG_PALETTE_INIT(galpanic)
MCFG_VIDEO_START(galpanic)