summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/intv/ecs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/intv/ecs.h')
-rw-r--r--src/devices/bus/intv/ecs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/intv/ecs.h b/src/devices/bus/intv/ecs.h
index 7057e9429de..3dc2f37e7b6 100644
--- a/src/devices/bus/intv/ecs.h
+++ b/src/devices/bus/intv/ecs.h
@@ -15,7 +15,7 @@ class intv_ecs_device : public intv_rom_device
{
public:
// construction/destruction
- intv_ecs_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock);
+ intv_ecs_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
// device-level overrides
virtual void device_start() override;