diff options
Diffstat (limited to 'src/mame/machine/deco104.cpp')
-rw-r--r-- | src/mame/machine/deco104.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/deco104.cpp b/src/mame/machine/deco104.cpp index 4ee6f3fa96d..554ad3ac47f 100644 --- a/src/mame/machine/deco104.cpp +++ b/src/mame/machine/deco104.cpp @@ -1055,7 +1055,7 @@ const device_type DECO104PROT = &device_creator<deco104_device>; -deco104_device::deco104_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock) +deco104_device::deco104_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) : deco_146_base_device(mconfig, DECO104PROT, "DECO 104 Protection", tag, owner, clock, "deco104", __FILE__) { m_bankswitch_swap_read_address = 0x66; |