diff options
Diffstat (limited to 'src/mame/drivers/3x3puzzl.cpp')
-rw-r--r-- | src/mame/drivers/3x3puzzl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/3x3puzzl.cpp b/src/mame/drivers/3x3puzzl.cpp index 30ab32776f7..38ccc0c15a6 100644 --- a/src/mame/drivers/3x3puzzl.cpp +++ b/src/mame/drivers/3x3puzzl.cpp @@ -49,7 +49,7 @@ Notes: class _3x3puzzle_state : public driver_device { public: - _3x3puzzle_state(const machine_config &mconfig, device_type type, std::string tag) + _3x3puzzle_state(const machine_config &mconfig, device_type type, const char *tag) : driver_device(mconfig, type, tag), m_videoram1(*this, "videoram1"), m_videoram2(*this, "videoram2"), |