summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/airbustr.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/airbustr.h')
-rw-r--r--src/mame/includes/airbustr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/airbustr.h b/src/mame/includes/airbustr.h
index 63e34f4a535..ae570085a3e 100644
--- a/src/mame/includes/airbustr.h
+++ b/src/mame/includes/airbustr.h
@@ -11,7 +11,7 @@
class airbustr_state : public driver_device
{
public:
- airbustr_state(const machine_config &mconfig, device_type type, std::string tag)
+ airbustr_state(const machine_config &mconfig, device_type type, const char *tag)
: driver_device(mconfig, type, tag),
m_devram(*this, "devram"),
m_videoram2(*this, "videoram2"),