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 d618855 commit 34872d3Copy full SHA for 34872d3
src/part2/serial-link.md
@@ -16,7 +16,7 @@ Testing the code in this lesson (or any code that uses the serial port) is a bit
16
There's a few things to be aware of.
17
18
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).
+[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
22
Keep in mind that the emulated serial port is never going to replicate the complexity and breadth of issues that can occur on the real thing.
0 commit comments