Skip to content

Commit 34872d3

Browse files
authored
Update src/part2/serial-link.md
1 parent d618855 commit 34872d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/part2/serial-link.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Testing the code in this lesson (or any code that uses the serial port) is a bit
1616
There's a few things to be aware of.
1717

1818
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).
19+
[Emulicious](https://emulicious.net/) and [GBE+](https://github.com/shonumi/gbe-plus).
2020
The way this works is by having two instances of the emulator connect to each other over network sockets.
2121

2222
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

Comments
 (0)