ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/Frodo4/Src/SAM.cpp
(Generate patch)

Comparing Frodo4/Src/SAM.cpp (file contents):
Revision 1.1 by cebix, 2003-07-01T17:09:43Z vs.
Revision 1.5 by cebix, 2005-06-27T19:55:48Z

# Line 1 | Line 1
1   /*
2   *  SAM.h - Simple Assembler and Monitor With Integrated System Explorer
3   *
4 < *  Frodo (C) 1994-1997,2002 Christian Bauer
4 > *  Frodo (C) 1994-1997,2002-2005 Christian Bauer
5   *
6   *  This program is free software; you can redistribute it and/or modify
7   *  it under the terms of the GNU General Public License as published by
# Line 2050 | Line 2050 | static void view_vic_state(void)
2050                  else
2051                          fprintf(fout, "Fore   ");
2052  
2053 <        fprintf(fout, "\n\nPending interrupts: ");
2053 >        fprintf(fout, "\nSS Coll: "); dump_spr_flags(vs.mm);
2054 >        fprintf(fout, "SD Coll: "); dump_spr_flags(vs.md);
2055 >
2056 >        fprintf(fout, "\nPending interrupts: ");
2057          dump_vic_ints(vs.irq_flag);
2058          fprintf(fout, "Enabled interrupts: ");
2059          dump_vic_ints(vs.irq_mask);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines