summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/vcs/compumat.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/vcs/compumat.cpp')
-rw-r--r--src/devices/bus/vcs/compumat.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/vcs/compumat.cpp b/src/devices/bus/vcs/compumat.cpp
index 124ed28dc7f..4fc7d9cba5b 100644
--- a/src/devices/bus/vcs/compumat.cpp
+++ b/src/devices/bus/vcs/compumat.cpp
@@ -16,7 +16,7 @@
const device_type A26_ROM_COMPUMATE = &device_creator<a26_rom_cm_device>;
-a26_rom_cm_device::a26_rom_cm_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock)
+a26_rom_cm_device::a26_rom_cm_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock)
: a26_rom_f6_device(mconfig, A26_ROM_COMPUMATE, "Atari 2600 ROM Cart Compumate", tag, owner, clock, "a2600_cm", __FILE__)
{
}