| 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 |
| r17856 | r17857 | |
|---|---|---|
| 59 | 59 | x68k_scsiext_device::x68k_scsiext_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
| 60 | 60 | : device_t(mconfig, X68K_SCSIEXT, "Sharp CZ-6BS1 SCSI-1", tag, owner, clock), |
| 61 | 61 | device_x68k_expansion_card_interface(mconfig, *this), |
| 62 | m_spc(*this, "mb89352") | |
| 62 | m_spc(*this, "scsi:mb89352") | |
| 63 | 63 | { |
| 64 | 64 | } |
| 65 | 65 |
| Previous | 199869 Revisions | Next |