summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/z88/rom.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/z88/rom.h')
-rw-r--r--src/devices/bus/z88/rom.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/devices/bus/z88/rom.h b/src/devices/bus/z88/rom.h
index 696ee31f41c..8ebc4da3bc8 100644
--- a/src/devices/bus/z88/rom.h
+++ b/src/devices/bus/z88/rom.h
@@ -19,8 +19,8 @@ class z88_32k_rom_device : public device_t,
{
public:
// construction/destruction
- z88_32k_rom_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock);
- z88_32k_rom_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);
+ z88_32k_rom_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
+ z88_32k_rom_device(const machine_config &mconfig, device_type type, const char *name, const char *tag, device_t *owner, UINT32 clock, const char *shortname, const char *source);
protected:
// device-level overrides
@@ -42,7 +42,7 @@ class z88_128k_rom_device : public z88_32k_rom_device
{
public:
// construction/destruction
- z88_128k_rom_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock);
+ z88_128k_rom_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
protected:
// z88cart_interface overrides
@@ -55,7 +55,7 @@ class z88_256k_rom_device : public z88_32k_rom_device
{
public:
// construction/destruction
- z88_256k_rom_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock);
+ z88_256k_rom_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
protected:
// z88cart_interface overrides