From edba285a35b924c520fcbc9a15bbef2839e0fb06 Mon Sep 17 00:00:00 2001 From: Ivan Vangelista Date: Sun, 31 May 2020 16:16:10 +0200 Subject: [PATCH] i82439tx.cpp: initiliaze a couple more variables to fix assert in devnoclear builds (nw) --- src/devices/bus/lpci/i82439tx.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/devices/bus/lpci/i82439tx.cpp b/src/devices/bus/lpci/i82439tx.cpp index 62010fc5f21..e34096770b4 100644 --- a/src/devices/bus/lpci/i82439tx.cpp +++ b/src/devices/bus/lpci/i82439tx.cpp @@ -28,6 +28,8 @@ i82439tx_device::i82439tx_device(const machine_config &mconfig, const char *tag, m_smram.smiact_n = 1; m_smram.tseg_size = 0; m_smram.mapping = 0; + m_smram.tseg_en = 0; + m_smram.h_smrame = 0; } void i82439tx_device::i82439tx_configure_memory(uint8_t val, offs_t begin, offs_t end)