summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/sega8/mgear.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/sega8/mgear.h')
-rw-r--r--src/devices/bus/sega8/mgear.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/sega8/mgear.h b/src/devices/bus/sega8/mgear.h
index f7b9e6fd2ea..960545c7350 100644
--- a/src/devices/bus/sega8/mgear.h
+++ b/src/devices/bus/sega8/mgear.h
@@ -13,7 +13,7 @@ class sega8_mgear_device : public sega8_rom_device
{
public:
// construction/destruction
- sega8_mgear_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock);
+ sega8_mgear_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
// device-level overrides
virtual void device_start() override;