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