From 8193c47c1925d937acc80f043ea9eadac39fd791 Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Wed, 20 Jan 2016 21:34:55 +0100 Subject: Revert "some additional (nw)" This reverts commit e8512cb57bfcfc69d5abab5f2e993f139f306536. --- src/devices/machine/eepromser.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/devices/machine/eepromser.h') diff --git a/src/devices/machine/eepromser.h b/src/devices/machine/eepromser.h index ac40db42b7d..84c20239572 100644 --- a/src/devices/machine/eepromser.h +++ b/src/devices/machine/eepromser.h @@ -85,7 +85,7 @@ class eeprom_serial_base_device : public eeprom_base_device { protected: // construction/destruction - eeprom_serial_base_device(const machine_config &mconfig, device_type devtype, std::string name, std::string tag, device_t *owner, std::string shortname, std::string source); + eeprom_serial_base_device(const machine_config &mconfig, device_type devtype, const char *name, std::string tag, device_t *owner, const char *shortname, const char *file); public: // inline configuration helpers @@ -178,7 +178,7 @@ class eeprom_serial_93cxx_device : public eeprom_serial_base_device { protected: // construction/destruction - eeprom_serial_93cxx_device(const machine_config &mconfig, device_type devtype, std::string name, std::string tag, device_t *owner, std::string shortname, std::string source); + eeprom_serial_93cxx_device(const machine_config &mconfig, device_type devtype, const char *name, std::string tag, device_t *owner, const char *shortname, const char *file); public: // read handlers @@ -201,7 +201,7 @@ class eeprom_serial_er5911_device : public eeprom_serial_base_device { protected: // construction/destruction - eeprom_serial_er5911_device(const machine_config &mconfig, device_type devtype, std::string name, std::string tag, device_t *owner, std::string shortname, std::string source); + eeprom_serial_er5911_device(const machine_config &mconfig, device_type devtype, const char *name, std::string tag, device_t *owner, const char *shortname, const char *file); public: // read handlers @@ -227,7 +227,7 @@ class eeprom_serial_x24c44_device : public eeprom_serial_base_device //async store not implemented protected: // construction/destruction - eeprom_serial_x24c44_device(const machine_config &mconfig, device_type devtype, std::string name, std::string tag, device_t *owner, std::string shortname, std::string source); + eeprom_serial_x24c44_device(const machine_config &mconfig, device_type devtype, const char *name, std::string tag, device_t *owner, const char *shortname, const char *file); public: // read handlers -- cgit v1.2.3