Previous 199869 Revisions Next

r41638 Saturday 7th November, 2015 at 15:17:26 UTC by Scott Stone
Fixed description and shortname of recently added device to avoid duplication (nw)
[src/mame/drivers]segaxbd.c

trunk/src/mame/drivers/segaxbd.c
r250149r250150
273273const device_type SEGA_XBD_PCB = &device_creator<segaxbd_state>;
274274
275275segaxbd_state::segaxbd_state(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock)
276      : device_t(mconfig, SEGA_XBD_PCB, "Sega System 32 PCB", tag, owner, clock, "segas32_pcb", __FILE__),
276      : device_t(mconfig, SEGA_XBD_PCB, "Sega X-Board PCB", tag, owner, clock, "segaxbd_pcb", __FILE__),
277277         m_maincpu(*this, "maincpu"),
278278         m_subcpu(*this, "subcpu"),
279279         m_soundcpu(*this, "soundcpu"),


Previous 199869 Revisions Next


© 1997-2024 The MAME Team