summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/mpu4.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/mpu4.h')
-rw-r--r--src/mame/includes/mpu4.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/mpu4.h b/src/mame/includes/mpu4.h
index 3a79b1c0ce0..73f50049e60 100644
--- a/src/mame/includes/mpu4.h
+++ b/src/mame/includes/mpu4.h
@@ -94,7 +94,7 @@ struct bwb_chr_table//dynamically populated table for BwB protection
class mpu4_state : public driver_device
{
public:
- mpu4_state(const machine_config &mconfig, device_type type, const char *tag)
+ mpu4_state(const machine_config &mconfig, device_type type, std::string tag)
: driver_device(mconfig, type, tag),
m_maincpu(*this, "maincpu"),
m_vfd(*this, "vfd"),