diff options
Diffstat (limited to 'src/mame/drivers/rollext.cpp')
-rw-r--r-- | src/mame/drivers/rollext.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/rollext.cpp b/src/mame/drivers/rollext.cpp index 4404da0c196..0a01fc4e26e 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, std::string tag) + rollext_state(const machine_config &mconfig, device_type type, const char *tag) : driver_device(mconfig, type, tag), m_maincpu(*this, "maincpu"), m_palette_ram(*this, "palette_ram"), |