summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/snes/sfx.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/snes/sfx.h')
-rw-r--r--src/devices/bus/snes/sfx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/snes/sfx.h b/src/devices/bus/snes/sfx.h
index 7471ffcae5e..785a68bb827 100644
--- a/src/devices/bus/snes/sfx.h
+++ b/src/devices/bus/snes/sfx.h
@@ -14,7 +14,7 @@ class sns_rom_superfx_device : public sns_rom_device
{
public:
// construction/destruction
- sns_rom_superfx_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock);
+ sns_rom_superfx_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
// device-level overrides
virtual void device_start() override;