summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/mpu5hw.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/mpu5hw.cpp')
-rw-r--r--src/mame/drivers/mpu5hw.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/mpu5hw.cpp b/src/mame/drivers/mpu5hw.cpp
index 7e1ffec4c63..9062fc43c81 100644
--- a/src/mame/drivers/mpu5hw.cpp
+++ b/src/mame/drivers/mpu5hw.cpp
@@ -52,7 +52,7 @@
class mpu5_state : public driver_device
{
public:
- mpu5_state(const machine_config &mconfig, device_type type, std::string tag)
+ mpu5_state(const machine_config &mconfig, device_type type, const char *tag)
: driver_device(mconfig, type, tag),
m_maincpu(*this, "maincpu")
{ }