mirror of
https://github.com/holub/mame
synced 2025-04-23 08:49:55 +03:00
i82439tx.cpp: initiliaze a couple more variables to fix assert in devnoclear builds (nw)
This commit is contained in:
parent
3e580cccc2
commit
edba285a35
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user