mirror of
https://github.com/trebonian/visual6502.git
synced 2025-04-05 10:39:15 +00:00
Z80: corrected typo in flag name
This commit is contained in:
parent
651a1753b7
commit
d9c92ebdc3
@ -417,7 +417,7 @@ function formatFstring(f){
|
||||
((f & 0x08)?'X':'x') +
|
||||
((f & 0x04)?'P':'p') +
|
||||
((f & 0x02)?'N':'n') +
|
||||
((f & 0x01)?'F':'f');
|
||||
((f & 0x01)?'C':'c');
|
||||
return result;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user