diff options
Diffstat (limited to 'src/mame/drivers/mes.cpp')
-rw-r--r-- | src/mame/drivers/mes.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/mes.cpp b/src/mame/drivers/mes.cpp index dfb74571e23..00091ddf3a4 100644 --- a/src/mame/drivers/mes.cpp +++ b/src/mame/drivers/mes.cpp @@ -15,7 +15,7 @@ class mes_state : public driver_device { public: - mes_state(const machine_config &mconfig, device_type type, std::string tag) + mes_state(const machine_config &mconfig, device_type type, const char *tag) : driver_device(mconfig, type, tag), m_maincpu(*this, "maincpu"), m_p_videoram(*this, "p_videoram"){ } |