multiple instruction fixes to cpu
commit93b5323dd736c5dac3d8fdc064dd839c8d4b1e59
authorOtherCrashOverride <OtherCrashOverride@users.noreply.github.com>
Sat, 14 Jul 2018 17:50:27 +0000 (14 12:50 -0500)
committerAlex <alexmoberhofer@gmail.com>
Tue, 12 May 2020 17:51:12 +0000 (12 13:51 -0400)
tree682c2475f5538ddd3e1834196bdceeb8b070a83e
parent59db6cc1e0362af135f673a7168493cdfcd3dc2e
multiple instruction fixes to cpu

- [GB] Fix CPU push/pop AF emulation. https://github.com/mattkj/super-go-play/commit/e6311a0025a4b85735c4a6e7f39cfcaa37aceaf5#diff-4576bdb26cce39fb36a0bdbaf12c21e486e025b82e8dbe89fcd58ef49f043ad8
- [GB] Fix CPU DAA emulation. https://github.com/mattkj/super-go-play/commit/07f66c484e3c403dcfe2cf4acab6f3629d055ef2#diff-4576bdb26cce39fb36a0bdbaf12c21e486e025b82e8dbe89fcd58ef49f043ad8
- [GB] Fix ADD SP,imm and LD HL,SP+imm emulation. https://github.com/mattkj/super-go-play/commit/e3db29a91063d3893d78a771bcf01972e4f47899#diff-4576bdb26cce39fb36a0bdbaf12c21e486e025b82e8dbe89fcd58ef49f043ad8
cpu.c