summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/psx/multitap.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/psx/multitap.h')
-rw-r--r--src/devices/bus/psx/multitap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/psx/multitap.h b/src/devices/bus/psx/multitap.h
index 160b0de6b5d..282e5bee0f9 100644
--- a/src/devices/bus/psx/multitap.h
+++ b/src/devices/bus/psx/multitap.h
@@ -11,7 +11,7 @@ class psx_multitap_device : public device_t,
public device_psx_controller_interface
{
public:
- psx_multitap_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
+ psx_multitap_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock);
virtual machine_config_constructor device_mconfig_additions() const override;
protected: