summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/vcs/dpc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/vcs/dpc.h')
-rw-r--r--src/devices/bus/vcs/dpc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/bus/vcs/dpc.h b/src/devices/bus/vcs/dpc.h
index f9af63202a3..67b6c5444c5 100644
--- a/src/devices/bus/vcs/dpc.h
+++ b/src/devices/bus/vcs/dpc.h
@@ -27,7 +27,7 @@ class dpc_device : public device_t
{
public:
// construction/destruction
- dpc_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
+ dpc_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock);
df_t m_df[8];
UINT8 m_movamt;
@@ -68,7 +68,7 @@ class a26_rom_dpc_device : public a26_rom_f8_device
{
public:
// construction/destruction
- a26_rom_dpc_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
+ a26_rom_dpc_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock);
// device-level overrides
virtual void device_start() override;