summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/alpha8201.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/alpha8201.h')
-rw-r--r--src/mame/machine/alpha8201.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/alpha8201.h b/src/mame/machine/alpha8201.h
index 1db8eb64a3a..18dac686ce0 100644
--- a/src/mame/machine/alpha8201.h
+++ b/src/mame/machine/alpha8201.h
@@ -14,7 +14,7 @@
class alpha_8201_device : public device_t
{
public:
- alpha_8201_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
+ alpha_8201_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock);
~alpha_8201_device() {}
DECLARE_READ8_MEMBER(mcu_data_r);