Skip to content
Snippets Groups Projects
Verified Commit 5256bb2a authored by João Magalhães's avatar João Magalhães :rocket:
Browse files

fix: small spell fix

parent 60f4836e
No related branches found
No related tags found
1 merge request!16Support for Game Boy Color (CGB) 😎🖍️
Pipeline #2594 failed
...@@ -119,7 +119,7 @@ impl Serial { ...@@ -119,7 +119,7 @@ impl Serial {
// executes the send and receive operation immediately // executes the send and receive operation immediately
// this is considered an operational optimization with // this is considered an operational optimization with
// no real effect on the emulation (ex: not timing issues) // no real effect on the emulation (ex: no timing issues)
self.byte_receive = self.device.send(); self.byte_receive = self.device.send();
self.device.receive(self.data); self.device.receive(self.data);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment