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