Diff for /xmil/debugsub.c between versions 1.6 and 1.7

version 1.6, 2004/08/08 06:59:21 version 1.7, 2004/08/08 16:39:03
Line 30  void debugsub_status(void) { Line 30  void debugsub_status(void) {
                                                 Z80_HL, Z80_IX, Z80_IY, Z80_SP,                                                  Z80_HL, Z80_IX, Z80_IY, Z80_SP,
                                                 Z80_AF2, Z80_BC2, Z80_DE2, Z80_HL2,                                                  Z80_AF2, Z80_BC2, Z80_DE2, Z80_HL2,
                                                 Z80_IM, Z80_I, subcpu.Ex[4][0],                                                  Z80_IM, Z80_I, subcpu.Ex[4][0],
                                                 crtc.s.CRT_YL, crtc.s.CRT_VS,                                                  crtc.s.CRT_YL, crtc.e.vs,
                                                 crtc.s.FNT_YL, crtc.s.TXT_YL, crtc.s.SCRN_BITS);                                                  crtc.s.FNT_YL, crtc.s.TXT_YL, crtc.s.SCRN_BITS);
                 file_write(fh, work, STRLEN(work) * sizeof(OEMCHAR));                  file_write(fh, work, STRLEN(work) * sizeof(OEMCHAR));
                 file_close(fh);                  file_close(fh);

Removed from v.1.6  
changed lines
  Added in v.1.7


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