diff options
Diffstat (limited to 'src/mame/machine/6883sam.cpp')
-rw-r--r-- | src/mame/machine/6883sam.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/machine/6883sam.cpp b/src/mame/machine/6883sam.cpp index b6e92371182..c3ce94e0fc6 100644 --- a/src/mame/machine/6883sam.cpp +++ b/src/mame/machine/6883sam.cpp @@ -70,8 +70,9 @@ const device_type SAM6883 = &device_creator<sam6883_device>; // ctor //------------------------------------------------- -sam6883_device::sam6883_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock) +sam6883_device::sam6883_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) : device_t(mconfig, SAM6883, "SAM6883", tag, owner, clock, "sam6883", __FILE__), + m_cpu_tag(nullptr), m_cpu_space_ref(AS_PROGRAM), m_read_res(*this), m_space_0000(*this), |