Skip to content

Commit

Permalink
upd comm
Browse files Browse the repository at this point in the history
  • Loading branch information
griffi-gh committed Jan 31, 2024
1 parent 66ef8d1 commit 1aa7038
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yarge-core/src/serial.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ impl Serial {
if self.transfer {
self.transfer = false;
self.data = 0xff;
//FIXME: freezes in pokemon red
//FIXME: freezes in pokemon red while entering a pokemart
//Cpu::set_interrupt(iif, Interrupt::Serial);
}
}
Expand Down

0 comments on commit 1aa7038

Please sign in to comment.