Diff for /xmil/debugsub.c between versions 1.12 and 1.14

version 1.12, 2004/08/20 23:01:13 version 1.14, 2008/06/02 20:07:30
Line 7 Line 7
 #include        "debugsub.h"  #include        "debugsub.h"
   
   
 //      状態吐き出し げろりんこ  /*      状態吐き出し げろりんこ */
   
 static  int             filenum = 0;  static  int             filenum = 0;
   
Line 31  void debugsub_status(void) { Line 31  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_IFF,                                                  Z80_IFF,
                                                 Z80_IM, Z80_I, subcpu.Ex[4][0],                                                  Z80_IM, Z80_I, subcpu.s.vect,
                                                 crtc.e.fonty, crtc.e.yl, crtc.s.SCRN_BITS);                                                  crtc.e.fonty, crtc.e.yl, crtc.s.SCRN_BITS);
                 file_write(fh, work, STRLEN(work));                  file_write(fh, work, STRLEN(work));
                 file_close(fh);                  file_close(fh);

Removed from v.1.12  
changed lines
  Added in v.1.14


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