summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/gayle.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/gayle.h')
-rw-r--r--src/devices/machine/gayle.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/gayle.h b/src/devices/machine/gayle.h
index 92d7d95b3c7..6ea542dd392 100644
--- a/src/devices/machine/gayle.h
+++ b/src/devices/machine/gayle.h
@@ -50,7 +50,7 @@ class gayle_device : public device_t
{
public:
// construction/destruction
- gayle_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock);
+ gayle_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
// callbacks
template<class _Object> static devcb_base &set_int2_handler(device_t &device, _Object object)