summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/nes/event.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/nes/event.h')
-rw-r--r--src/devices/bus/nes/event.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/nes/event.h b/src/devices/bus/nes/event.h
index 7da34bc58c2..90b4c2b6ff6 100644
--- a/src/devices/bus/nes/event.h
+++ b/src/devices/bus/nes/event.h
@@ -12,7 +12,7 @@ class nes_event_device : public nes_sxrom_device
{
public:
// construction/destruction
- nes_event_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
+ nes_event_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock);
// device-level overrides
virtual void device_start() override;