summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/decocpu7.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/decocpu7.cpp')
-rw-r--r--src/mame/machine/decocpu7.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/decocpu7.cpp b/src/mame/machine/decocpu7.cpp
index 511d5d0d080..dc6bb85dff8 100644
--- a/src/mame/machine/decocpu7.cpp
+++ b/src/mame/machine/decocpu7.cpp
@@ -3,7 +3,7 @@
#include "decocpu7.h"
-deco_cpu7_device::deco_cpu7_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock) :
+deco_cpu7_device::deco_cpu7_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) :
m6502_device(mconfig, DECO_CPU7, "DECO CPU-7", tag, owner, clock, "decocpu7", __FILE__)
{
}