summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/oricext/jasmin.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/oricext/jasmin.h')
-rw-r--r--src/devices/bus/oricext/jasmin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/oricext/jasmin.h b/src/devices/bus/oricext/jasmin.h
index 5d27895ccfa..bbd1fb35b00 100644
--- a/src/devices/bus/oricext/jasmin.h
+++ b/src/devices/bus/oricext/jasmin.h
@@ -12,7 +12,7 @@ extern const device_type JASMIN;
class jasmin_device : public oricext_device
{
public:
- jasmin_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
+ jasmin_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock);
virtual ~jasmin_device();
DECLARE_FLOPPY_FORMATS(floppy_formats);