summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/galspnbl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/galspnbl.h')
-rw-r--r--src/mame/includes/galspnbl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/galspnbl.h b/src/mame/includes/galspnbl.h
index 82de7f47339..7b934043a7e 100644
--- a/src/mame/includes/galspnbl.h
+++ b/src/mame/includes/galspnbl.h
@@ -12,7 +12,7 @@
class galspnbl_state : public driver_device
{
public:
- galspnbl_state(const machine_config &mconfig, device_type type, std::string tag)
+ galspnbl_state(const machine_config &mconfig, device_type type, const char *tag)
: driver_device(mconfig, type, tag),
m_spriteram(*this, "spriteram"),
m_colorram(*this, "colorram"),