summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author mahlemiut <mahlemiut@users.noreply.github.com>2012-09-13 06:23:28 +0000
committer mahlemiut <mahlemiut@users.noreply.github.com>2012-09-13 06:23:28 +0000
commitf2a79b9dca3c9b09abaf7d741d211161c5bc20e6 (patch)
tree5b1a75f271437dcc734060e6913799fc35571f6e
parent904ccb1603c3898d0db8223a15f5bc06e8c3eb4d (diff)
(MESS) x68k_scsiext: Fixed 'Cannot find required device' error. (no whatsnew)
-rw-r--r--src/mess/machine/x68k_scsiext.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/machine/x68k_scsiext.c b/src/mess/machine/x68k_scsiext.c
index 4627592dcc8..b9e33e81c0e 100644
--- a/src/mess/machine/x68k_scsiext.c
+++ b/src/mess/machine/x68k_scsiext.c
@@ -59,7 +59,7 @@ machine_config_constructor x68k_scsiext_device::device_mconfig_additions() const
x68k_scsiext_device::x68k_scsiext_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock)
: device_t(mconfig, X68K_SCSIEXT, "Sharp CZ-6BS1 SCSI-1", tag, owner, clock),
device_x68k_expansion_card_interface(mconfig, *this),
- m_spc(*this, "mb89352")
+ m_spc(*this, "scsi:mb89352")
{
}