summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/devcpu.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/devcpu.c')
-rw-r--r--src/emu/devcpu.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/emu/devcpu.c b/src/emu/devcpu.c
index 4793308c966..cddecf11f7a 100644
--- a/src/emu/devcpu.c
+++ b/src/emu/devcpu.c
@@ -88,6 +88,7 @@ legacy_cpu_device_config::legacy_cpu_device_config(const machine_config &mconfig
// set the real name
m_name = get_legacy_config_string(DEVINFO_STR_NAME);
m_shortname = get_legacy_config_string(DEVINFO_STR_SHORTNAME);
+ m_searchpath = m_shortname;
}