summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/ti99_peb/myarcmem.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/ti99_peb/myarcmem.cpp')
-rw-r--r--src/devices/bus/ti99_peb/myarcmem.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/devices/bus/ti99_peb/myarcmem.cpp b/src/devices/bus/ti99_peb/myarcmem.cpp
index caeeb9504df..0ccd0f4178a 100644
--- a/src/devices/bus/ti99_peb/myarcmem.cpp
+++ b/src/devices/bus/ti99_peb/myarcmem.cpp
@@ -45,7 +45,8 @@ enum
};
myarc_memory_expansion_device::myarc_memory_expansion_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock)
-: ti_expansion_card_device(mconfig, TI99_MYARCMEM, "Myarc Memory expansion card MEXP-1", tag, owner, clock, "ti99_myarcmem", __FILE__)
+: ti_expansion_card_device(mconfig, TI99_MYARCMEM, "Myarc Memory expansion card MEXP-1", tag, owner, clock, "ti99_myarcmem", __FILE__),
+m_ram(nullptr), m_dsrrom(nullptr), m_bank(0), m_size(0)
{
}