summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/mbee.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/mbee.h')
-rw-r--r--src/mame/includes/mbee.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/mbee.h b/src/mame/includes/mbee.h
index 57ae0501ec0..81295cf11fd 100644
--- a/src/mame/includes/mbee.h
+++ b/src/mame/includes/mbee.h
@@ -33,7 +33,7 @@ public:
TIMER_MBEE_NEWKB
};
- mbee_state(const machine_config &mconfig, device_type type, const char *tag)
+ mbee_state(const machine_config &mconfig, device_type type, std::string tag)
: driver_device(mconfig, type, tag)
, m_palette(*this, "palette")
, m_maincpu(*this, "maincpu")