summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/tokyocop.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/tokyocop.cpp')
-rw-r--r--src/mame/drivers/tokyocop.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/tokyocop.cpp b/src/mame/drivers/tokyocop.cpp
index 4f28338400d..62889ca6a7b 100644
--- a/src/mame/drivers/tokyocop.cpp
+++ b/src/mame/drivers/tokyocop.cpp
@@ -29,7 +29,7 @@ I/O Board with Altera Flex EPF15K50EQC240-3
class tokyocop_state : public driver_device
{
public:
- tokyocop_state(const machine_config &mconfig, device_type type, const char *tag)
+ tokyocop_state(const machine_config &mconfig, device_type type, std::string tag)
: driver_device(mconfig, type, tag),
m_maincpu(*this, "maincpu")
{ }