ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/src/uae_cpu/build68k.c
(Generate patch)

Comparing BasiliskII/src/uae_cpu/build68k.c (file contents):
Revision 1.3 by cebix, 1999-11-03T10:56:34Z vs.
Revision 1.4 by gbeauche, 2001-03-19T13:11:40Z

# Line 107 | Line 107 | int main(int argc, char **argv)
107               case 'r': currbit = bitr; break;
108               case 'R': currbit = bitR; break;
109               case 'z': currbit = bitz; break;
110 +                 case 'p': currbit = bitp; break;
111               default: abort();
112              }
113              if (!(bitmask & 1)) {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines