summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/ti99_peb/hsgpl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/ti99_peb/hsgpl.h')
-rw-r--r--src/devices/bus/ti99_peb/hsgpl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/ti99_peb/hsgpl.h b/src/devices/bus/ti99_peb/hsgpl.h
index dfb755c67b4..1ccb9ae1d35 100644
--- a/src/devices/bus/ti99_peb/hsgpl.h
+++ b/src/devices/bus/ti99_peb/hsgpl.h
@@ -25,7 +25,7 @@ extern const device_type TI99_HSGPL;
class snug_high_speed_gpl_device : public ti_expansion_card_device
{
public:
- snug_high_speed_gpl_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
+ snug_high_speed_gpl_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock);
DECLARE_READ8Z_MEMBER(readz) override;
DECLARE_WRITE8_MEMBER(write) override;