Diff for /xmil/z80x/z80x.mcr between versions 1.1 and 1.3

version 1.1, 2004/08/01 05:31:32 version 1.3, 2004/08/11 12:08:17
Line 1 Line 1
   
 %macro  Z80WORK         1  %macro  Z80WORK         1
                         add             word [edi + z80core_t.icount], %1                          sub             dword [edi + z80core_t.remainclock], %1
 %endmacro  %endmacro
   
   
 %macro  FETCH           0  %macro  FETCH           0
                         inc             cx                          inc             cx
                         inc             word [edi + R_Z80PC]                          inc             word [edi + R_Z80PC]

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


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