diff options
Diffstat (limited to 'src/devices/machine/atapihle.cpp')
-rw-r--r-- | src/devices/machine/atapihle.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/atapihle.cpp b/src/devices/machine/atapihle.cpp index 9ca6e7c73f7..993b1739018 100644 --- a/src/devices/machine/atapihle.cpp +++ b/src/devices/machine/atapihle.cpp @@ -2,7 +2,7 @@ // copyright-holders:smf #include "atapihle.h" -atapi_hle_device::atapi_hle_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) +atapi_hle_device::atapi_hle_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) : ata_hle_device(mconfig, type, name, tag, owner, clock, shortname, source), m_packet(0), m_data_size(0) |