From 8b8daf9152ed68ec3aa71b11a5a4036f6d042f8b Mon Sep 17 00:00:00 2001 From: Rodrigo Alfonso Date: Mon, 17 Feb 2025 22:08:43 -0300 Subject: [PATCH] Renaming gba-link-universal-test --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1ee8300..39e1590 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ _(click on the emojis for documentation)_ - **Compiled ROMs are available** in [Releases](https://github.com/afska/gba-link-connection/releases). - The example code uses [libtonc](https://github.com/gbadev-org/libtonc) (and [libugba](https://github.com/AntonioND/libugba) for interrupts), but any library can be used. - The examples can be tested on real GBAs or using emulators. - - The [LinkUniversal_real](https://github.com/afska/gba-link-universal-test) ROM tests a more real scenario using an audio player, a background video, text and sprites. + - The [LinkUniversal_real](https://github.com/afska/gba-link-universal-real) ROM tests a more real scenario using an audio player, a background video, text and sprites. - The `LinkCableMultiboot_demo` and `LinkWirelessMultiboot_demo` examples can bootstrap all other examples, allowing you to test with multiple units even if you only have one flashcart. > The files use some compiler extensions, so using **GCC** is required.