summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/namcomcu.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/namcomcu.h')
-rw-r--r--src/mame/machine/namcomcu.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/mame/machine/namcomcu.h b/src/mame/machine/namcomcu.h
index e4daf70a020..2778787aa77 100644
--- a/src/mame/machine/namcomcu.h
+++ b/src/mame/machine/namcomcu.h
@@ -11,7 +11,7 @@
class namco_c69_device : public m37702m2_device
{
public:
- namco_c69_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
+ namco_c69_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock);
protected:
virtual const rom_entry *device_rom_region() const override;
};
@@ -20,7 +20,7 @@ protected:
class namco_c70_device : public m37702m2_device
{
public:
- namco_c70_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
+ namco_c70_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock);
protected:
virtual const rom_entry *device_rom_region() const override;
};
@@ -29,7 +29,7 @@ protected:
class namco_c74_device : public m37702m2_device
{
public:
- namco_c74_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
+ namco_c74_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock);
protected:
virtual const rom_entry *device_rom_region() const override;
};
@@ -38,7 +38,7 @@ protected:
class namco_c75_device : public m37702m2_device
{
public:
- namco_c75_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
+ namco_c75_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock);
protected:
virtual const rom_entry *device_rom_region() const override;
};
@@ -47,7 +47,7 @@ protected:
class namco_c76_device : public m37702m2_device
{
public:
- namco_c76_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
+ namco_c76_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock);
protected:
virtual const rom_entry *device_rom_region() const override;
};