summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/cop400/cop400.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/cop400/cop400.h')
-rw-r--r--src/devices/cpu/cop400/cop400.h28
1 files changed, 14 insertions, 14 deletions
diff --git a/src/devices/cpu/cop400/cop400.h b/src/devices/cpu/cop400/cop400.h
index 43e7755f1f4..a647bbea107 100644
--- a/src/devices/cpu/cop400/cop400.h
+++ b/src/devices/cpu/cop400/cop400.h
@@ -128,7 +128,7 @@ class cop400_cpu_device : public cpu_device
{
public:
// construction/destruction
- cop400_cpu_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, UINT8 program_addr_bits, UINT8 data_addr_bits, UINT8 featuremask, UINT8 g_mask, UINT8 d_mask, UINT8 in_mask, bool has_counter, bool has_inil, address_map_constructor internal_map_program, address_map_constructor internal_map_data);
+ cop400_cpu_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, UINT8 program_addr_bits, UINT8 data_addr_bits, UINT8 featuremask, UINT8 g_mask, UINT8 d_mask, UINT8 in_mask, bool has_counter, bool has_inil, address_map_constructor internal_map_program, address_map_constructor internal_map_data);
virtual void device_timer(emu_timer &timer, device_timer_id id, int param, void *ptr) override;
@@ -370,7 +370,7 @@ class cop401_cpu_device : public cop400_cpu_device
{
public:
// construction/destruction
- cop401_cpu_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
+ cop401_cpu_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock);
};
@@ -378,7 +378,7 @@ class cop410_cpu_device : public cop400_cpu_device
{
public:
// construction/destruction
- cop410_cpu_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
+ cop410_cpu_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock);
};
@@ -387,7 +387,7 @@ class cop411_cpu_device : public cop400_cpu_device
{
public:
// construction/destruction
- cop411_cpu_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
+ cop411_cpu_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock);
};
@@ -397,7 +397,7 @@ class cop402_cpu_device : public cop400_cpu_device
{
public:
// construction/destruction
- cop402_cpu_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
+ cop402_cpu_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock);
};
@@ -405,7 +405,7 @@ class cop420_cpu_device : public cop400_cpu_device
{
public:
// construction/destruction
- cop420_cpu_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
+ cop420_cpu_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock);
};
@@ -414,7 +414,7 @@ class cop421_cpu_device : public cop400_cpu_device
{
public:
// construction/destruction
- cop421_cpu_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
+ cop421_cpu_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock);
};
@@ -423,7 +423,7 @@ class cop422_cpu_device : public cop400_cpu_device
{
public:
// construction/destruction
- cop422_cpu_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
+ cop422_cpu_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock);
};
@@ -433,7 +433,7 @@ class cop404_cpu_device : public cop400_cpu_device
{
public:
// construction/destruction
- cop404_cpu_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
+ cop404_cpu_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock);
};
@@ -442,7 +442,7 @@ class cop424_cpu_device : public cop400_cpu_device
{
public:
// construction/destruction
- cop424_cpu_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
+ cop424_cpu_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock);
};
@@ -451,7 +451,7 @@ class cop425_cpu_device : public cop400_cpu_device
{
public:
// construction/destruction
- cop425_cpu_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
+ cop425_cpu_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock);
};
@@ -460,7 +460,7 @@ class cop426_cpu_device : public cop400_cpu_device
{
public:
// construction/destruction
- cop426_cpu_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
+ cop426_cpu_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock);
};
@@ -468,7 +468,7 @@ class cop444_cpu_device : public cop400_cpu_device
{
public:
// construction/destruction
- cop444_cpu_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
+ cop444_cpu_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock);
};
@@ -477,7 +477,7 @@ class cop445_cpu_device : public cop400_cpu_device
{
public:
// construction/destruction
- cop445_cpu_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
+ cop445_cpu_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock);
};