summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/nasbus/floppy.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/nasbus/floppy.h')
-rw-r--r--src/devices/bus/nasbus/floppy.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/nasbus/floppy.h b/src/devices/bus/nasbus/floppy.h
index c81c0fe7dea..ea27b266667 100644
--- a/src/devices/bus/nasbus/floppy.h
+++ b/src/devices/bus/nasbus/floppy.h
@@ -26,7 +26,7 @@ class nascom_fdc_device : public device_t, public device_nasbus_card_interface
{
public:
// construction/destruction
- nascom_fdc_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock);
+ nascom_fdc_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
DECLARE_READ8_MEMBER(select_r);
DECLARE_WRITE8_MEMBER(select_w);