summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/huebler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/huebler.h')
-rw-r--r--src/mame/includes/huebler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/huebler.h b/src/mame/includes/huebler.h
index 24c8b392f81..bb6b4c29344 100644
--- a/src/mame/includes/huebler.h
+++ b/src/mame/includes/huebler.h
@@ -22,7 +22,7 @@
class amu880_state : public driver_device
{
public:
- amu880_state(const machine_config &mconfig, device_type type, std::string tag)
+ amu880_state(const machine_config &mconfig, device_type type, const char *tag)
: driver_device(mconfig, type, tag),
m_cassette(*this, "cassette"),
m_z80sio(*this, Z80SIO_TAG),