summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/galastrm.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/galastrm.h')
-rw-r--r--src/mame/includes/galastrm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/galastrm.h b/src/mame/includes/galastrm.h
index ad5d80afe5d..c2413a6d11d 100644
--- a/src/mame/includes/galastrm.h
+++ b/src/mame/includes/galastrm.h
@@ -48,7 +48,7 @@ public:
TIMER_GALASTRM_INTERRUPT6
};
- galastrm_state(const machine_config &mconfig, device_type type, std::string tag)
+ galastrm_state(const machine_config &mconfig, device_type type, const char *tag)
: driver_device(mconfig, type, tag),
m_ram(*this,"ram"),
m_spriteram(*this,"spriteram") ,