diff options
Diffstat (limited to 'src/mame/drivers/cupidon.cpp')
-rw-r--r-- | src/mame/drivers/cupidon.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/cupidon.cpp b/src/mame/drivers/cupidon.cpp index cf85470c75c..8b31e9f2c4e 100644 --- a/src/mame/drivers/cupidon.cpp +++ b/src/mame/drivers/cupidon.cpp @@ -21,7 +21,7 @@ class cupidon_state : public driver_device { public: - cupidon_state(const machine_config &mconfig, device_type type, const char *tag) + cupidon_state(const machine_config &mconfig, device_type type, std::string tag) : driver_device(mconfig, type, tag), m_maincpu(*this, "maincpu"), m_gfxram(*this, "gfxram") |