summaryrefslogtreecommitdiffstats
path: root/src/emu/drivers/testcpu.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/drivers/testcpu.cpp')
-rw-r--r--src/emu/drivers/testcpu.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/drivers/testcpu.cpp b/src/emu/drivers/testcpu.cpp
index 51bfa457694..f20b6bc5c6d 100644
--- a/src/emu/drivers/testcpu.cpp
+++ b/src/emu/drivers/testcpu.cpp
@@ -29,7 +29,7 @@ class testcpu_state : public driver_device
{
public:
// constructor
- testcpu_state(const machine_config &mconfig, device_type type, const char *tag)
+ testcpu_state(const machine_config &mconfig, device_type type, std::string tag)
: driver_device(mconfig, type, tag),
m_cpu(*this, "maincpu"),
m_ram(*this, "ram"),