summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/centronics/dsjoy.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/centronics/dsjoy.h')
-rw-r--r--src/devices/bus/centronics/dsjoy.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/centronics/dsjoy.h b/src/devices/bus/centronics/dsjoy.h
index c23ddf87e11..ac9450ae5d8 100644
--- a/src/devices/bus/centronics/dsjoy.h
+++ b/src/devices/bus/centronics/dsjoy.h
@@ -18,7 +18,7 @@ class dempa_shinbunsha_joystick_device : public device_t,
{
public:
// construction/destruction
- dempa_shinbunsha_joystick_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
+ dempa_shinbunsha_joystick_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock);
protected:
// device-level overrides