diff options
Diffstat (limited to 'src/devices/machine/k033906.cpp')
-rw-r--r-- | src/devices/machine/k033906.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/k033906.cpp b/src/devices/machine/k033906.cpp index 37ad31cff45..bd32fef29f1 100644 --- a/src/devices/machine/k033906.cpp +++ b/src/devices/machine/k033906.cpp @@ -23,7 +23,7 @@ const device_type K033906 = &device_creator<k033906_device>; //------------------------------------------------- k033906_device::k033906_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) - : device_t(mconfig, K033906, "K033906 PCI bridge", tag, owner, clock, "k033906", __FILE__) + : device_t(mconfig, K033906, "K033906 PCI bridge", tag, owner, clock, "k033906", __FILE__), m_reg_set(0), m_voodoo_tag(nullptr), m_voodoo(nullptr) { } |