summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Scott Stone <tafoid@gmail.com>2015-11-07 10:17:26 -0500
committer Scott Stone <tafoid@gmail.com>2015-11-07 10:17:26 -0500
commit8951d99f9da22f5b5a6c7907db548e4bfcfcb80c (patch)
tree656d0a627d5d9ffee7f67f20c6966977c45d74ba
parentf8694551489528441badf2c6f9cdf4797ad616c3 (diff)
Fixed description and shortname of recently added device to avoid duplication (nw)
-rw-r--r--src/mame/drivers/segaxbd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/segaxbd.c b/src/mame/drivers/segaxbd.c
index c2f93acb9c3..98a709b5810 100644
--- a/src/mame/drivers/segaxbd.c
+++ b/src/mame/drivers/segaxbd.c
@@ -273,7 +273,7 @@ ROMs:
const device_type SEGA_XBD_PCB = &device_creator<segaxbd_state>;
segaxbd_state::segaxbd_state(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock)
- : device_t(mconfig, SEGA_XBD_PCB, "Sega System 32 PCB", tag, owner, clock, "segas32_pcb", __FILE__),
+ : device_t(mconfig, SEGA_XBD_PCB, "Sega X-Board PCB", tag, owner, clock, "segaxbd_pcb", __FILE__),
m_maincpu(*this, "maincpu"),
m_subcpu(*this, "subcpu"),
m_soundcpu(*this, "soundcpu"),