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

@ -1130,7 +1130,6 @@ opcodestart:
if (!abrt)
{
tempc = CF_SET();
trap = flags & T_FLAG;
opcode = fetchdat & 0xFF;
fetchdat >>= 8;