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