summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/bsmt2000.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/bsmt2000.h')
-rw-r--r--src/devices/sound/bsmt2000.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/sound/bsmt2000.h b/src/devices/sound/bsmt2000.h
index f362928a94c..9c1470278b7 100644
--- a/src/devices/sound/bsmt2000.h
+++ b/src/devices/sound/bsmt2000.h
@@ -43,7 +43,7 @@ class bsmt2000_device : public device_t,
public:
// construction/destruction
- bsmt2000_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock);
+ bsmt2000_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
// inline configuration helpers
static void static_set_ready_callback(device_t &device, ready_callback callback);