diff options
author | 2013-10-27 19:11:23 +0000 | |
---|---|---|
committer | 2013-10-27 19:11:23 +0000 | |
commit | faa717c9a1de55164d7e20c30b3b1f612030e334 (patch) | |
tree | a080f41dc79ce733a8c7bf6f628397a4d3d61510 /src/emu | |
parent | eca50ea39d098dafde6df5f95a00d062792cb2cd (diff) |
(MESS) abc800: Xebec WIP. (nw)
Diffstat (limited to 'src/emu')
-rw-r--r-- | src/emu/bus/abcbus/lux21056.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/bus/abcbus/lux21056.c b/src/emu/bus/abcbus/lux21056.c index f5d811d13b3..7ee52ae2208 100644 --- a/src/emu/bus/abcbus/lux21056.c +++ b/src/emu/bus/abcbus/lux21056.c @@ -201,7 +201,7 @@ machine_config_constructor luxor_55_21056_device::device_mconfig_additions() con //------------------------------------------------- luxor_55_21056_device::luxor_55_21056_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) - : device_t(mconfig, LUXOR_55_21056, "ABC XEBEC", tag, owner, clock, "luxor_55_21056", __FILE__), + : device_t(mconfig, LUXOR_55_21056, "Luxor 55 21056", tag, owner, clock, "lux21056", __FILE__), device_abcbus_card_interface(mconfig, *this), m_maincpu(*this, Z80_TAG), m_dma(*this, Z80DMA_TAG), |