Previous 199869 Revisions Next

r17857 Thursday 13th September, 2012 at 06:23:28 UTC by Barry Rodewald
(MESS) x68k_scsiext: Fixed 'Cannot find required device' error. (no whatsnew)
[src/mess/machine]x68k_scsiext.c

trunk/src/mess/machine/x68k_scsiext.c
r17856r17857
5959x68k_scsiext_device::x68k_scsiext_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock)
6060        : device_t(mconfig, X68K_SCSIEXT, "Sharp CZ-6BS1 SCSI-1", tag, owner, clock),
6161      device_x68k_expansion_card_interface(mconfig, *this),
62      m_spc(*this, "mb89352")
62      m_spc(*this, "scsi:mb89352")
6363{
6464}
6565

Previous 199869 Revisions Next


© 1997-2024 The MAME Team