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

Comparing Frodo4/Src/CPU_emulcycle.h (file contents):
Revision 1.3 by cebix, 2003-07-01T17:51:17Z vs.
Revision 1.4 by cebix, 2003-07-09T13:54:22Z

# Line 1071 | Line 1071
1071                                  v_flag = (data ^ a) & 0x40;
1072                                  if ((data & 0x0f) + (data & 0x01) > 5)
1073                                          a = a & 0xf0 | (a + 6) & 0x0f;
1074 <                                if (c_flag = ((data + (data & 0x10)) & 0x1f0) > 0x50)
1074 >                                if ((c_flag = ((data + (data & 0x10)) & 0x1f0) > 0x50) != 0)
1075                                          a += 0x60;
1076                          }
1077                          Last;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines