Lazy flags code now handles carry flag.

This commit is contained in:
TomW 2015-02-02 19:54:01 +00:00
commit ea5e96569d
8 changed files with 147 additions and 189 deletions

View file

@ -1212,7 +1212,6 @@ void exec386(int cycs)
// fatal("Dead with cache off\n");
if (!abrt)
{
tempc = CF_SET();
trap = flags & T_FLAG;
opcode = fetchdat & 0xFF;
fetchdat >>= 8;
@ -1348,7 +1347,6 @@ inrecomp=0;
// fatal("Dead\n");
if (!abrt)
{
tempc = CF_SET();
trap = flags & T_FLAG;
opcode = fetchdat & 0xFF;
fetchdat >>= 8;