summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/bebox.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/bebox.h')
-rw-r--r--src/mame/includes/bebox.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/bebox.h b/src/mame/includes/bebox.h
index 27c64903fa7..80ace184a53 100644
--- a/src/mame/includes/bebox.h
+++ b/src/mame/includes/bebox.h
@@ -32,7 +32,7 @@ public:
TIMER_GET_DEVICES
};
- bebox_state(const machine_config &mconfig, device_type type, std::string tag)
+ bebox_state(const machine_config &mconfig, device_type type, const char *tag)
: driver_device(mconfig, type, tag),
m_ppc1(*this, "ppc1"),
m_ppc2(*this, "ppc2"),