summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/lockon.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/lockon.h')
-rw-r--r--src/mame/includes/lockon.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/lockon.h b/src/mame/includes/lockon.h
index 83e2df256f3..86407bd3671 100644
--- a/src/mame/includes/lockon.h
+++ b/src/mame/includes/lockon.h
@@ -22,7 +22,7 @@
class lockon_state : public driver_device
{
public:
- lockon_state(const machine_config &mconfig, device_type type, std::string tag)
+ lockon_state(const machine_config &mconfig, device_type type, const char *tag)
: driver_device(mconfig, type, tag),
m_char_ram(*this, "char_ram"),
m_hud_ram(*this, "hud_ram"),