i82439tx.cpp: initiliaze a couple more variables to fix assert in devnoclear builds (nw)

This commit is contained in:
Ivan Vangelista 2020-05-31 16:16:10 +02:00
parent 3e580cccc2
commit edba285a35

View File

@ -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)