diff options
Diffstat (limited to 'src/devices/bus/vcs_ctrl/ctrl.h')
-rw-r--r-- | src/devices/bus/vcs_ctrl/ctrl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/vcs_ctrl/ctrl.h b/src/devices/bus/vcs_ctrl/ctrl.h index 69230ee655b..41f7c12e75a 100644 --- a/src/devices/bus/vcs_ctrl/ctrl.h +++ b/src/devices/bus/vcs_ctrl/ctrl.h @@ -68,7 +68,7 @@ class vcs_control_port_device : public device_t, { public: // construction/destruction - vcs_control_port_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock); + vcs_control_port_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock); virtual ~vcs_control_port_device() { } // static configuration helpers |