summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/isa/finalchs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/isa/finalchs.h')
-rw-r--r--src/devices/bus/isa/finalchs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/isa/finalchs.h b/src/devices/bus/isa/finalchs.h
index b964310b6ba..43eba15911d 100644
--- a/src/devices/bus/isa/finalchs.h
+++ b/src/devices/bus/isa/finalchs.h
@@ -20,7 +20,7 @@ class isa8_finalchs_device :
{
public:
// construction/destruction
- isa8_finalchs_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
+ isa8_finalchs_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock);
DECLARE_READ8_MEMBER(finalchs_r);
DECLARE_WRITE8_MEMBER(finalchs_w);