summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/st0016.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/st0016.h')
-rw-r--r--src/mame/machine/st0016.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/st0016.h b/src/mame/machine/st0016.h
index 6401ddc5c19..00a41dd3e0d 100644
--- a/src/mame/machine/st0016.h
+++ b/src/mame/machine/st0016.h
@@ -37,7 +37,7 @@ extern UINT8 macs_cart_slot;
class st0016_cpu_device : public z80_device
{
public:
- st0016_cpu_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32);
+ st0016_cpu_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32);
DECLARE_WRITE8_MEMBER(st0016_sprite_bank_w);
DECLARE_WRITE8_MEMBER(st0016_palette_bank_w);