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.5 by cebix, 2004-01-12T15:13:20Z

# Line 3 | Line 3
3   *                    EmulateCycle() function, the same for
4   *                    both 6510 and 6502)
5   *
6 < *  Frodo (C) 1994-1997,2002-2003 Christian Bauer
6 > *  Frodo (C) 1994-1997,2002-2004 Christian Bauer
7   *
8   *  This program is free software; you can redistribute it and/or modify
9   *  it under the terms of the GNU General Public License as published by
# 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