diff options
Diffstat (limited to 'src/devices/bus/coco/coco_pak.h')
-rw-r--r-- | src/devices/bus/coco/coco_pak.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/coco/coco_pak.h b/src/devices/bus/coco/coco_pak.h index 019046e04fd..db055047194 100644 --- a/src/devices/bus/coco/coco_pak.h +++ b/src/devices/bus/coco/coco_pak.h @@ -21,7 +21,7 @@ class coco_pak_device : public: // construction/destruction coco_pak_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock); - coco_pak_device(const machine_config &mconfig, device_type type, const char *name, std::string tag, device_t *owner, UINT32 clock, const char *shortname, const char *source); + coco_pak_device(const machine_config &mconfig, device_type type, std::string name, std::string tag, device_t *owner, UINT32 clock, std::string shortname, std::string source); // optional information overrides virtual machine_config_constructor device_mconfig_additions() const override; |