summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/atarifdc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/atarifdc.h')
-rw-r--r--src/mame/machine/atarifdc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/atarifdc.h b/src/mame/machine/atarifdc.h
index 14ac20eaa1d..4c41c7b745a 100644
--- a/src/mame/machine/atarifdc.h
+++ b/src/mame/machine/atarifdc.h
@@ -13,7 +13,7 @@
class atari_fdc_device : public device_t
{
public:
- atari_fdc_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock);
+ atari_fdc_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
DECLARE_READ8_MEMBER( serin_r );
DECLARE_WRITE8_MEMBER( serout_w );