Diff for /xmil/z80c/z80c.h between versions 1.1 and 1.2

version 1.1, 2004/08/01 05:31:32 version 1.2, 2004/08/20 23:01:16
Line 7 Line 7
 //----------------------------------------------------------------------------  //----------------------------------------------------------------------------
   
   
 extern UINT8 ZSPtable[256];  extern UINT8 z80inc_flag2[256];
 extern UINT8 z80inc_flag[256];  extern UINT8 z80dec_flag2[256];
 extern UINT8 z80dec_flag[256];  
 extern UINT8 z80szc_flag[512];  extern UINT8 z80szc_flag[512];
   extern UINT8 z80szp_flag[256];
   
 extern const UINT8 cycles_main[256];  extern const UINT8 cycles_main[256];
 extern const UINT8 cycles_xx[256];  extern const UINT8 cycles_xx[256];

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


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