VERY stupid mistake

This commit is contained in:
Alex Janka 2023-02-11 08:57:48 +11:00
parent 793a698947
commit c442363cd4

View file

@ -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 => {