summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/aeroboto.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/aeroboto.h')
-rw-r--r--src/mame/includes/aeroboto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/aeroboto.h b/src/mame/includes/aeroboto.h
index 81510561b29..fe895521236 100644
--- a/src/mame/includes/aeroboto.h
+++ b/src/mame/includes/aeroboto.h
@@ -9,7 +9,7 @@
class aeroboto_state : public driver_device
{
public:
- aeroboto_state(const machine_config &mconfig, device_type type, const char *tag)
+ aeroboto_state(const machine_config &mconfig, device_type type, std::string tag)
: driver_device(mconfig, type, tag),
m_mainram(*this, "mainram"),
m_videoram(*this, "videoram"),