diff options
Diffstat (limited to 'src/devices/sound/okim6295.h')
-rw-r--r-- | src/devices/sound/okim6295.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/sound/okim6295.h b/src/devices/sound/okim6295.h index b641c37a5a6..36be5b3a084 100644 --- a/src/devices/sound/okim6295.h +++ b/src/devices/sound/okim6295.h @@ -58,7 +58,7 @@ class okim6295_device : public device_t, { public: // construction/destruction - okim6295_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock); + okim6295_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock); // inline configuration helpers static void static_set_pin7(device_t &device, int pin7); |