Diff for /xmil/z80x/z80x_if.x86 between versions 1.8 and 1.9

version 1.8, 2004/08/14 12:16:18 version 1.9, 2005/02/04 06:42:14
Line 90  _z80x_nonmaskedinterrupt: Line 90  _z80x_nonmaskedinterrupt:
 _z80x_execute   push    ebx  _z80x_execute   push    ebx
                                 push    edi                                  push    edi
                                 mov             edi, _z80core                                  mov             edi, _z80core
                                 cmp             byte [_dma], 0                                  test    byte [_dma], 1
                                 jne             short .dmalp                                  jne             short .dmalp
 .lp:                    inc             byte [edi + R_Z80R]  .lp:                    inc             byte [edi + R_Z80R]
                                 movzx   ecx, word [edi + R_Z80PC]                                  movzx   ecx, word [edi + R_Z80PC]

Removed from v.1.8  
changed lines
  Added in v.1.9


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