summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/snes_ctrl/sscope.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/snes_ctrl/sscope.h')
-rw-r--r--src/devices/bus/snes_ctrl/sscope.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/snes_ctrl/sscope.h b/src/devices/bus/snes_ctrl/sscope.h
index 064ee0c941d..cbfd76ca6f4 100644
--- a/src/devices/bus/snes_ctrl/sscope.h
+++ b/src/devices/bus/snes_ctrl/sscope.h
@@ -26,7 +26,7 @@ class snes_sscope_device : public device_t,
{
public:
// construction/destruction
- snes_sscope_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
+ snes_sscope_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock);
// optional information overrides
virtual ioport_constructor device_input_ports() const override;