summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/chanf/slot.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/chanf/slot.cpp')
-rw-r--r--src/devices/bus/chanf/slot.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/chanf/slot.cpp b/src/devices/bus/chanf/slot.cpp
index 3bb58417a9c..4ce5380cb01 100644
--- a/src/devices/bus/chanf/slot.cpp
+++ b/src/devices/bus/chanf/slot.cpp
@@ -76,7 +76,7 @@ channelf_cart_slot_device::channelf_cart_slot_device(const machine_config &mconf
device_t(mconfig, CHANF_CART_SLOT, "Fairchild Channel F Cartridge Slot", tag, owner, clock, "cf_cart_slot", __FILE__),
device_image_interface(mconfig, *this),
device_slot_interface(mconfig, *this),
- m_type(CF_CHESS)
+ m_type(CF_CHESS), m_cart(nullptr)
{
}