summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/wpc_shift.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/wpc_shift.h')
-rw-r--r--src/mame/machine/wpc_shift.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/wpc_shift.h b/src/mame/machine/wpc_shift.h
index 9968bc79f23..70fc487c3ea 100644
--- a/src/mame/machine/wpc_shift.h
+++ b/src/mame/machine/wpc_shift.h
@@ -12,7 +12,7 @@
class wpc_shift_device : public device_t
{
public:
- wpc_shift_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock);
+ wpc_shift_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
virtual ~wpc_shift_device();
DECLARE_ADDRESS_MAP(registers, 8);