Diff for /xmil/z80x/z80x_mn.x86 between versions 1.3 and 1.4

version 1.3, 2004/08/11 12:08:17 version 1.4, 2004/08/14 12:16:18
Line 150  _ei:   mov  al, [edi + R_Z80IFF] Line 150  _ei:   mov  al, [edi + R_Z80IFF]
                                 and             al, ~(1 << IFF_IFLAG)                                  and             al, ~(1 << IFF_IFLAG)
                                 mov             edx, [edi + z80core_t.remainclock]                                  mov             edx, [edi + z80core_t.remainclock]
                                 mov             [edi + R_Z80IFF], al                                  mov             [edi + R_Z80IFF], al
                                 test    al, ((1 << IFF_IRQ) | (1 << IFF_NMI))                                  test    al, (1 << IFF_NMI)
                                 jne             short .nextop                                  jne             short .nextop
                                 cmp             dword [edi + z80core_t.reqirq], byte 0                                  cmp             dword [edi + R_Z80REQIRQ], byte 0
                                 jne             short .eventexit                                  jne             short .eventexit
 .nextop:                cmp             edx, byte 1  .nextop:                cmp             edx, byte 1
                                 jge             short .ed                                  jge             short .ed

Removed from v.1.3  
changed lines
  Added in v.1.4


RetroPC.NET-CVS <cvs@retropc.net>