diff options
Diffstat (limited to 'src/devices/bus/scsi/scsicd.cpp')
-rw-r--r-- | src/devices/bus/scsi/scsicd.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/scsi/scsicd.cpp b/src/devices/bus/scsi/scsicd.cpp index 6421c76ed78..89402bf2c5a 100644 --- a/src/devices/bus/scsi/scsicd.cpp +++ b/src/devices/bus/scsi/scsicd.cpp @@ -16,7 +16,7 @@ scsicd_device::scsicd_device(const machine_config &mconfig, std::string tag, dev { } -scsicd_device::scsicd_device(const machine_config &mconfig, device_type type, std::string name, std::string tag, device_t *owner, UINT32 clock, std::string shortname, std::string source) : +scsicd_device::scsicd_device(const machine_config &mconfig, device_type type, const char *name, std::string tag, device_t *owner, UINT32 clock, const char *shortname, const char *source) : scsihle_device(mconfig, type, name, tag, owner, clock, shortname, source) { } |