summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/bionicc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/bionicc.h')
-rw-r--r--src/mame/includes/bionicc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/bionicc.h b/src/mame/includes/bionicc.h
index 1c138a84cac..afe83c076cb 100644
--- a/src/mame/includes/bionicc.h
+++ b/src/mame/includes/bionicc.h
@@ -13,7 +13,7 @@
class bionicc_state : public driver_device
{
public:
- bionicc_state(const machine_config &mconfig, device_type type, std::string tag)
+ bionicc_state(const machine_config &mconfig, device_type type, const char *tag)
: driver_device(mconfig, type, tag),
m_spriteram(*this, "spriteram") ,
m_txvideoram(*this, "txvideoram"),