diff options
Diffstat (limited to 'src/mame/drivers/m14.cpp')
-rw-r--r-- | src/mame/drivers/m14.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/m14.cpp b/src/mame/drivers/m14.cpp index 7a81d5fab73..1858d42f501 100644 --- a/src/mame/drivers/m14.cpp +++ b/src/mame/drivers/m14.cpp @@ -59,7 +59,7 @@ Dumped by Chackn class m14_state : public driver_device { public: - m14_state(const machine_config &mconfig, device_type type, const char *tag) + m14_state(const machine_config &mconfig, device_type type, std::string tag) : driver_device(mconfig, type, tag), m_video_ram(*this, "video_ram"), m_color_ram(*this, "color_ram"), |