i wasnt *that* stupid

This commit is contained in:
Alex Janka 2023-02-12 10:22:52 +11:00
parent 18a0ceb46e
commit d7a60d1c97

View file

@ -1157,7 +1157,7 @@ impl Cpu {
3
}
0xF1 => {
self.reg.af = self.pop_word();
self.reg.af = self.pop_word() & 0xFFF0;
3
}
0xF2 => {