summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/sega8/ccatch.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/sega8/ccatch.h')
-rw-r--r--src/devices/bus/sega8/ccatch.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/sega8/ccatch.h b/src/devices/bus/sega8/ccatch.h
index 959376173c5..a8224c717a7 100644
--- a/src/devices/bus/sega8/ccatch.h
+++ b/src/devices/bus/sega8/ccatch.h
@@ -12,7 +12,7 @@ class sega8_cardcatch_device : public sega8_rom_device
{
public:
// construction/destruction
- sega8_cardcatch_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
+ sega8_cardcatch_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock);
// reading and writing
virtual DECLARE_READ8_MEMBER(read_cart) override;