From 1f90ceab075c4869298e963bf0a14a0aac2f1caa Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Sat, 16 Jan 2016 12:24:11 +0100 Subject: tags are now strings (nw) fix start project for custom builds in Visual Studio (nw) --- src/devices/machine/upd7002.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/devices/machine/upd7002.h') diff --git a/src/devices/machine/upd7002.h b/src/devices/machine/upd7002.h index 0875549f7e8..3824e0e5c6b 100644 --- a/src/devices/machine/upd7002.h +++ b/src/devices/machine/upd7002.h @@ -31,7 +31,7 @@ typedef device_delegate upd7002_eoc_delegate; class upd7002_device : public device_t { public: - upd7002_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock); + upd7002_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock); ~upd7002_device() {} static void set_get_analogue_callback(device_t &device, upd7002_get_analogue_delegate callback) { downcast(device).m_get_analogue_cb = callback; } -- cgit v1.2.3