Skip to content
Shane DeSeranno edited this page Nov 4, 2015 · 2 revisions

Go Home

Part 10 - Serial

The serial device on the Gameboy isn't incredibly complex, but due to the goals of our emulator, it doesn't make sense to implement this feature as the emulator won't be connecting two games together. Instead, we'll just log that the game tried to do serial communications.

Clone this wiki locally