diff options
Diffstat (limited to 'src/mame/machine/mathbox.h')
-rw-r--r-- | src/mame/machine/mathbox.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/mathbox.h b/src/mame/machine/mathbox.h index be0df88cb10..d50bb690687 100644 --- a/src/mame/machine/mathbox.h +++ b/src/mame/machine/mathbox.h @@ -19,7 +19,7 @@ class mathbox_device : public device_t { public: - mathbox_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock); + mathbox_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock); DECLARE_WRITE8_MEMBER( go_w ); DECLARE_READ8_MEMBER( status_r ); |