We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e855ec7 commit d618855Copy full SHA for d618855
src/part2/serial-link.md
@@ -15,7 +15,7 @@
15
Testing the code in this lesson (or any code that uses the serial port) is a bit more complicated than what we've been doing so far.
16
There's a few things to be aware of.
17
18
-You need an emulator that supports the serial port.
+You need an emulator that supports the serial port, such as:
19
Some that *do* are: [Emulicious](https://emulicious.net/), and [GBE+](https://github.com/shonumi/gbe-plus).
20
The way this works is by having two instances of the emulator connect to each other over network sockets.
21
0 commit comments