i wasnt *that* stupid
This commit is contained in:
parent
18a0ceb46e
commit
d7a60d1c97
|
@ -1157,7 +1157,7 @@ impl Cpu {
|
|||
3
|
||||
}
|
||||
0xF1 => {
|
||||
self.reg.af = self.pop_word();
|
||||
self.reg.af = self.pop_word() & 0xFFF0;
|
||||
3
|
||||
}
|
||||
0xF2 => {
|
||||
|
|
Loading…
Reference in a new issue