Skip to content

Commit d618855

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

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
@@ -15,7 +15,7 @@
1515
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.
1616
There's a few things to be aware of.
1717

18-
You need an emulator that supports the serial port.
18+
You need an emulator that supports the serial port, such as:
1919
Some that *do* are: [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

0 commit comments

Comments
 (0)