Previous 199869 Revisions Next

r45037 Saturday 20th February, 2016 at 03:16:09 UTC by Carl
i386: oops(nw)
[src/devices/cpu/i386]i386ops.inc

trunk/src/devices/cpu/i386/i386ops.inc
r253548r253549
25602560
25612561   for(int i = 0; i < GS; i++)
25622562   {
2563      m_sreg[i].valid = (m_sreg[i].flags & 0x8000) ? true : false;
2563      m_sreg[i].valid = (m_sreg[i].flags & 0x80) ? true : false;
25642564      m_sreg[i].d = (m_sreg[i].flags & 0x4000) ? 1 : 0;
25652565   }
25662566   CHANGE_PC(m_eip);


Previous 199869 Revisions Next


© 1997-2024 The MAME Team