summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/upd4992.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/upd4992.h')
-rw-r--r--src/devices/machine/upd4992.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/upd4992.h b/src/devices/machine/upd4992.h
index 60d09a3bea7..23d7dc50cea 100644
--- a/src/devices/machine/upd4992.h
+++ b/src/devices/machine/upd4992.h
@@ -31,7 +31,7 @@ class upd4992_device : public device_t,
{
public:
// construction/destruction
- upd4992_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock);
+ upd4992_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
// I/O operations
DECLARE_WRITE8_MEMBER( write );