- [FIX] Corregit un mini-error en DDA
This commit is contained in:
+1
-1
@@ -392,7 +392,7 @@ namespace sm83
|
||||
}
|
||||
KEEP_FLAGS(fN);
|
||||
if (t==0) SET_FLAGS(fZ);
|
||||
if (corr & 0x60 != 0) SET_FLAGS(fC);
|
||||
if (corr & 0x60) SET_FLAGS(fC);
|
||||
t &= 0xFF;
|
||||
rA = t;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user