summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/c64/c128_partner.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/c64/c128_partner.h')
-rw-r--r--src/devices/bus/c64/c128_partner.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/c64/c128_partner.h b/src/devices/bus/c64/c128_partner.h
index 1ba872ca121..37a91031a9c 100644
--- a/src/devices/bus/c64/c128_partner.h
+++ b/src/devices/bus/c64/c128_partner.h
@@ -29,7 +29,7 @@ class partner128_t : public device_t,
{
public:
// construction/destruction
- partner128_t(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
+ partner128_t(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock);
// optional information overrides
virtual ioport_constructor device_input_ports() const override;