summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/rollext.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/rollext.cpp')
-rw-r--r--src/mame/drivers/rollext.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/rollext.cpp b/src/mame/drivers/rollext.cpp
index 0a01fc4e26e..4404da0c196 100644
--- a/src/mame/drivers/rollext.cpp
+++ b/src/mame/drivers/rollext.cpp
@@ -279,7 +279,7 @@ void rollext_renderer::display(bitmap_rgb32 *bitmap, const rectangle &cliprect)
class rollext_state : public driver_device
{
public:
- rollext_state(const machine_config &mconfig, device_type type, const char *tag)
+ rollext_state(const machine_config &mconfig, device_type type, std::string tag)
: driver_device(mconfig, type, tag),
m_maincpu(*this, "maincpu"),
m_palette_ram(*this, "palette_ram"),