trunk/src/mame/drivers/segaxbd.c
| r250149 | r250150 | |
| 273 | 273 | const device_type SEGA_XBD_PCB = &device_creator<segaxbd_state>; |
| 274 | 274 | |
| 275 | 275 | segaxbd_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__), |
| 277 | 277 | m_maincpu(*this, "maincpu"), |
| 278 | 278 | m_subcpu(*this, "subcpu"), |
| 279 | 279 | m_soundcpu(*this, "soundcpu"), |