Skip to content

Commit

Permalink
Typos are fun
Browse files Browse the repository at this point in the history
  • Loading branch information
Dabomstew committed Sep 29, 2017
1 parent b4d048d commit 2382479
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libgambatte/src/memory.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ unsigned long Memory::stop(unsigned long cc) {
}
else {

if(ioamhram_[0x100] & 0x30) == 0x30) {
if((ioamhram_[0x100] & 0x30) == 0x30) {
// hang if a joypad press can't come
di();
intreq_.halt();
Expand Down

0 comments on commit 2382479

Please sign in to comment.