diff options
Diffstat (limited to 'src/mame/drivers/gp2x.cpp')
-rw-r--r-- | src/mame/drivers/gp2x.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/gp2x.cpp b/src/mame/drivers/gp2x.cpp index 340aead7a7a..0865638044e 100644 --- a/src/mame/drivers/gp2x.cpp +++ b/src/mame/drivers/gp2x.cpp @@ -26,7 +26,7 @@ class gp2x_state : public driver_device { public: - gp2x_state(const machine_config &mconfig, device_type type, std::string tag) + gp2x_state(const machine_config &mconfig, device_type type, const char *tag) : driver_device(mconfig, type, tag), m_maincpu(*this, "maincpu"), m_maincpu_region(*this, "maincpu"), |