/[gxemul]/trunk/src/devices/dev_m8820x.c
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/src/devices/dev_m8820x.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 42 by dpavlin, Mon Oct 8 16:22:32 2007 UTC revision 44 by dpavlin, Mon Oct 8 16:22:56 2007 UTC
# Line 25  Line 25 
25   *  SUCH DAMAGE.   *  SUCH DAMAGE.
26   *   *
27   *   *
28   *  $Id: dev_m8820x.c,v 1.8 2007/06/15 19:11:15 debug Exp $   *  $Id: dev_m8820x.c,v 1.9 2007/06/19 03:38:10 debug Exp $
29   *   *
30   *  COMMENT: M88200/M88204 CMMU (Cache/Memory Management Unit)   *  COMMENT: M88200/M88204 CMMU (Cache/Memory Management Unit)
31   */   */
# Line 60  static void m8820x_command(struct cpu *c Line 60  static void m8820x_command(struct cpu *c
60          uint32_t *regs = cpu->cd.m88k.cmmu[d->cmmu_nr]->reg;          uint32_t *regs = cpu->cd.m88k.cmmu[d->cmmu_nr]->reg;
61          int cmd = regs[CMMU_SCR];          int cmd = regs[CMMU_SCR];
62          uint32_t sar = regs[CMMU_SAR];          uint32_t sar = regs[CMMU_SAR];
63          int i, super, all;          size_t i;
64            uint32_t super, all;
65    
66          switch (cmd) {          switch (cmd) {
67    

Legend:
Removed from v.42  
changed lines
  Added in v.44

  ViewVC Help
Powered by ViewVC 1.1.26