summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/meritum.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/meritum.cpp')
-rw-r--r--src/mame/drivers/meritum.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/meritum.cpp b/src/mame/drivers/meritum.cpp
index 0e90b64320e..ecf542e0cac 100644
--- a/src/mame/drivers/meritum.cpp
+++ b/src/mame/drivers/meritum.cpp
@@ -531,7 +531,7 @@ void meritum_state::meritum2(machine_config &config)
m_maincpu->set_addrmap(AS_IO, &meritum_state::io_map2);
I8255(config, "flopppi", 0); // floppy disk interface
m_screen->set_screen_update(FUNC(meritum_state::screen_update_meritum2));
-
+
}