mirror of
https://github.com/holub/mame
synced 2025-07-07 19:03:29 +03:00
i386.cpp: small change to enter system management mode (nw)
This commit is contained in:
parent
482fb344fd
commit
fc9e90fc9c
@ -3791,6 +3791,7 @@ void i386_device::pentium_smi()
|
||||
m_smi_latched = false;
|
||||
|
||||
// save state
|
||||
WRITE32(smram_state + SMRAM_SMBASE, m_smbase);
|
||||
WRITE32(smram_state + SMRAM_IP5_CR4, m_cr[4]);
|
||||
WRITE32(smram_state + SMRAM_IP5_ESLIM, m_sreg[ES].limit);
|
||||
WRITE32(smram_state + SMRAM_IP5_ESBASE, m_sreg[ES].base);
|
||||
|
Loading…
Reference in New Issue
Block a user