summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/nmk112.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/nmk112.c')
-rw-r--r--src/mame/machine/nmk112.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mame/machine/nmk112.c b/src/mame/machine/nmk112.c
index 8fb0a61e68e..5239c8987b2 100644
--- a/src/mame/machine/nmk112.c
+++ b/src/mame/machine/nmk112.c
@@ -30,7 +30,6 @@ nmk112_device::nmk112_device(const machine_config &mconfig, const char *tag, dev
void nmk112_device::device_config_complete()
{
-
}
//-------------------------------------------------
@@ -40,7 +39,7 @@ void nmk112_device::device_config_complete()
void nmk112_device::device_start()
{
const nmk112_interface *intf = (const nmk112_interface *)static_config();
-
+
if (intf->rgn0 == NULL)
{
m_rom0 = NULL;