summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/segaybd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/segaybd.h')
-rw-r--r--src/mame/includes/segaybd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/segaybd.h b/src/mame/includes/segaybd.h
index d8d2062e8e7..baf0b1d7c37 100644
--- a/src/mame/includes/segaybd.h
+++ b/src/mame/includes/segaybd.h
@@ -19,7 +19,7 @@ class segaybd_state : public sega_16bit_common_base
{
public:
// construction/destruction
- segaybd_state(const machine_config &mconfig, device_type type, std::string tag)
+ segaybd_state(const machine_config &mconfig, device_type type, const char *tag)
: sega_16bit_common_base(mconfig, type, tag),
m_maincpu(*this, "maincpu"),
m_subx(*this, "subx"),