summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author R. Belmont <rb6502@users.noreply.github.com>2011-09-03 18:51:29 +0000
committer R. Belmont <rb6502@users.noreply.github.com>2011-09-03 18:51:29 +0000
commit5aaf817ce221114e56841cdf627ed8e1d6584ea7 (patch)
treea8b64c49b07a751bc7cd53fd6909d3ee088e5c0b
parente68feda1e5af1203a6dad53505a4d4dae839de9e (diff)
bsmt2000: give shortname so it can find its own ROMs (nw)
-rw-r--r--src/emu/sound/bsmt2000.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/emu/sound/bsmt2000.c b/src/emu/sound/bsmt2000.c
index 44510fd6bb4..b453f9c58f5 100644
--- a/src/emu/sound/bsmt2000.c
+++ b/src/emu/sound/bsmt2000.c
@@ -127,6 +127,7 @@ bsmt2000_device::bsmt2000_device(const machine_config &mconfig, const char *tag,
m_right_data(0),
m_write_pending(false)
{
+ m_shortname = "bsmt2000";
}