summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/s2636.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/s2636.h')
-rw-r--r--src/devices/machine/s2636.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/s2636.h b/src/devices/machine/s2636.h
index 371168df616..2a22aa323d7 100644
--- a/src/devices/machine/s2636.h
+++ b/src/devices/machine/s2636.h
@@ -41,7 +41,7 @@ class s2636_device : public device_t,
public device_sound_interface
{
public:
- s2636_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock);
+ s2636_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
~s2636_device() {}
static void set_offsets(device_t &device, int y_offset, int x_offset)