summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/decocass_tape.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/decocass_tape.h')
-rw-r--r--src/mame/machine/decocass_tape.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/decocass_tape.h b/src/mame/machine/decocass_tape.h
index fc6b63ff387..0b4909f34bd 100644
--- a/src/mame/machine/decocass_tape.h
+++ b/src/mame/machine/decocass_tape.h
@@ -6,7 +6,7 @@
class decocass_tape_device : public device_t
{
public:
- decocass_tape_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock);
+ decocass_tape_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
~decocass_tape_device() {}
UINT8 get_status_bits();