summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/isa/trident.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/isa/trident.h')
-rw-r--r--src/devices/bus/isa/trident.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/isa/trident.h b/src/devices/bus/isa/trident.h
index db470ec2838..727ff46795a 100644
--- a/src/devices/bus/isa/trident.h
+++ b/src/devices/bus/isa/trident.h
@@ -16,7 +16,7 @@ class trident_vga_device : public svga_device
{
public:
// construction/destruction
- trident_vga_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
+ trident_vga_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock);
virtual READ8_MEMBER(port_03c0_r) override;
virtual WRITE8_MEMBER(port_03c0_w) override;