summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/vcs/compumat.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/vcs/compumat.h')
-rw-r--r--src/devices/bus/vcs/compumat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/vcs/compumat.h b/src/devices/bus/vcs/compumat.h
index 986cab23320..e60a7e84c31 100644
--- a/src/devices/bus/vcs/compumat.h
+++ b/src/devices/bus/vcs/compumat.h
@@ -15,7 +15,7 @@ class a26_rom_cm_device : public a26_rom_f6_device
{
public:
// construction/destruction
- a26_rom_cm_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
+ a26_rom_cm_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock);
// device-level overrides
virtual void device_start() override;