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