summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/devcpu.c
diff options
context:
space:
mode:
author Aaron Giles <aaron@aarongiles.com>2010-07-06 17:30:28 +0000
committer Aaron Giles <aaron@aarongiles.com>2010-07-06 17:30:28 +0000
commit30662dcdef8997e7c993acdcf557f32cd18d49e1 (patch)
treed08d52374a8ee4db0edc3ba0e86bf6ba7dbb73f5 /src/emu/devcpu.c
parentbcd97e988006c46c8c42bb7e2b104e29c205ccf2 (diff)
Cleanups and version bump.mame0138u3
Diffstat (limited to 'src/emu/devcpu.c')
-rw-r--r--src/emu/devcpu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/devcpu.c b/src/emu/devcpu.c
index 55ea0991fe5..c8fc44d2ba2 100644
--- a/src/emu/devcpu.c
+++ b/src/emu/devcpu.c
@@ -82,7 +82,7 @@ legacy_cpu_device_config::legacy_cpu_device_config(const machine_config &mconfig
m_space_config[spacenum].m_internal_map = reinterpret_cast<const addrmap_token *>(get_legacy_config_ptr(DEVINFO_PTR_INTERNAL_MEMORY_MAP + spacenum));
m_space_config[spacenum].m_default_map = reinterpret_cast<const addrmap_token *>(get_legacy_config_ptr(DEVINFO_PTR_DEFAULT_MEMORY_MAP + spacenum));
}
-
+
// set the real name
m_name = get_legacy_config_string(DEVINFO_STR_NAME);
}