summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/applefdc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/applefdc.h')
-rw-r--r--src/mame/machine/applefdc.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/machine/applefdc.h b/src/mame/machine/applefdc.h
index b027c904bc8..6e02ddc87b2 100644
--- a/src/mame/machine/applefdc.h
+++ b/src/mame/machine/applefdc.h
@@ -81,7 +81,7 @@ protected:
};
// constructor
- applefdc_base_device(applefdc_t fdc_type, const machine_config &mconfig, device_type type, const char *name, std::string tag, device_t *owner, UINT32 clock, const char *shortname, const char *source);
+ applefdc_base_device(applefdc_t fdc_type, const machine_config &mconfig, device_type type, const char *name, const char *tag, device_t *owner, UINT32 clock, const char *shortname, const char *source);
// device-level overrides
virtual void device_start() override;
@@ -122,7 +122,7 @@ private:
class applefdc_device : public applefdc_base_device
{
public:
- applefdc_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock);
+ applefdc_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
};
@@ -134,7 +134,7 @@ public:
class iwm_device : public applefdc_base_device
{
public:
- iwm_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock);
+ iwm_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
};