VERY stupid mistake
This commit is contained in:
parent
793a698947
commit
c442363cd4
|
@ -1155,7 +1155,7 @@ impl CPU {
|
||||||
3
|
3
|
||||||
}
|
}
|
||||||
0xF1 => {
|
0xF1 => {
|
||||||
self.reg.af = self.pop_word() & 0xF0;
|
self.reg.af = self.pop_word();
|
||||||
3
|
3
|
||||||
}
|
}
|
||||||
0xF2 => {
|
0xF2 => {
|
||||||
|
|
Loading…
Reference in a new issue