summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/astrof.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/astrof.h')
-rw-r--r--src/mame/includes/astrof.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/astrof.h b/src/mame/includes/astrof.h
index f45a3681777..11a69a7aed8 100644
--- a/src/mame/includes/astrof.h
+++ b/src/mame/includes/astrof.h
@@ -12,7 +12,7 @@
class astrof_state : public driver_device
{
public:
- astrof_state(const machine_config &mconfig, device_type type, const char *tag)
+ astrof_state(const machine_config &mconfig, device_type type, std::string tag)
: driver_device(mconfig, type, tag),
m_videoram(*this, "videoram"),
m_astrof_color(*this, "astrof_color"),