diff options
Diffstat (limited to 'src/mame/drivers/galgame.cpp')
-rw-r--r-- | src/mame/drivers/galgame.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/galgame.cpp b/src/mame/drivers/galgame.cpp index 3867dbe9672..0855699da39 100644 --- a/src/mame/drivers/galgame.cpp +++ b/src/mame/drivers/galgame.cpp @@ -19,7 +19,7 @@ class galaxygame_state : public driver_device { public: - galaxygame_state(const machine_config &mconfig, device_type type, std::string tag) + galaxygame_state(const machine_config &mconfig, device_type type, const char *tag) : driver_device(mconfig, type, tag), m_maincpu(*this, "maincpu"), m_palette(*this, "palette") { } |