diff options
Diffstat (limited to 'src/devices/video/hd63484.h')
-rw-r--r-- | src/devices/video/hd63484.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/video/hd63484.h b/src/devices/video/hd63484.h index aca908fe008..811d615ca05 100644 --- a/src/devices/video/hd63484.h +++ b/src/devices/video/hd63484.h @@ -26,7 +26,7 @@ class hd63484_device : public device_t { public: - hd63484_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock); + hd63484_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock); ~hd63484_device() {} DECLARE_READ16_MEMBER( status_r ); |