Version => v8.0.3

This commit is contained in:
Rodrigo Alfonso 2025-04-19 08:22:33 -03:00
parent 1ac74f4cf1
commit d8908ca004
35 changed files with 37 additions and 37 deletions

View File

@ -76,7 +76,7 @@ int main() {
// Menu // Menu
Common::log( Common::log(
"LinkCableMultiboot_demo\n (v8.0.2)\n\n" "LinkCableMultiboot_demo\n (v8.0.3)\n\n"
"Press A to send the ROM...\n" "Press A to send the ROM...\n"
"Press B to launch the ROM...\nLEFT/RIGHT: select ROM\nL: toggle " "Press B to launch the ROM...\nLEFT/RIGHT: select ROM\nL: toggle "
"mode\n\nSelected ROM:\n " + "mode\n\nSelected ROM:\n " +

View File

@ -38,7 +38,7 @@ int main() {
u16 keys = ~REG_KEYS & KEY_ANY; u16 keys = ~REG_KEYS & KEY_ANY;
linkCable->send(keys + 1); // (avoid using 0) linkCable->send(keys + 1); // (avoid using 0)
std::string output = "LinkCable_basic (v8.0.2)\n\n"; std::string output = "LinkCable_basic (v8.0.3)\n\n";
if (linkCable->isConnected()) { if (linkCable->isConnected()) {
u8 playerCount = linkCable->playerCount(); u8 playerCount = linkCable->playerCount();
u8 currentPlayerId = linkCable->currentPlayerId(); u8 currentPlayerId = linkCable->currentPlayerId();

View File

@ -141,9 +141,9 @@ inline void setUpInterrupts() {
void printTutorial() { void printTutorial() {
#ifndef USE_LINK_UNIVERSAL #ifndef USE_LINK_UNIVERSAL
DEBULOG("LinkCable_full (v8.0.2)"); DEBULOG("LinkCable_full (v8.0.3)");
#else #else
DEBULOG("LinkUniversal_full (v8.0.2)"); DEBULOG("LinkUniversal_full (v8.0.3)");
#endif #endif
DEBULOG(""); DEBULOG("");

View File

@ -137,9 +137,9 @@ int main() {
while (true) { while (true) {
#ifndef USE_LINK_UNIVERSAL #ifndef USE_LINK_UNIVERSAL
std::string output = "LinkCable_stress (v8.0.2)\n\n"; std::string output = "LinkCable_stress (v8.0.3)\n\n";
#else #else
std::string output = "LinkUniversal_stress (v8.0.2)\n\n"; std::string output = "LinkUniversal_stress (v8.0.3)\n\n";
Link::randomSeed = __qran_seed; Link::randomSeed = __qran_seed;
#endif #endif

View File

@ -44,7 +44,7 @@ int main() {
bool a = true; bool a = true;
while (true) { while (true) {
std::string output = "LinkCard_demo (v8.0.2)\n\n"; std::string output = "LinkCard_demo (v8.0.3)\n\n";
output += "Device: "; output += "Device: ";
// (2) Probe the connected device // (2) Probe the connected device

View File

@ -32,7 +32,7 @@ int main() {
while (true) { while (true) {
// Title // Title
std::string output = std::string output =
"LinkCube_demo (v8.0.2)" + std::string(reset ? " !RESET!" : "") + "LinkCube_demo (v8.0.3)" + std::string(reset ? " !RESET!" : "") +
"\n\nPress A to send\nPress B to clear\n (L = " "\n\nPress A to send\nPress B to clear\n (L = "
"+1024)\n\nLast sent: " + "+1024)\n\nLast sent: " +
std::to_string(counter) + std::to_string(counter) +

View File

@ -33,7 +33,7 @@ int main() {
bool start = true, select = true; bool start = true, select = true;
while (true) { while (true) {
std::string output = "LinkGPIO_demo (v8.0.2)\n\n"; std::string output = "LinkGPIO_demo (v8.0.3)\n\n";
// Commands // Commands
u16 keys = ~REG_KEYS & KEY_ANY; u16 keys = ~REG_KEYS & KEY_ANY;

View File

@ -34,7 +34,7 @@ int main() {
bool a = true, b = true, left = true, right = true; bool a = true, b = true, left = true, right = true;
while (true) { while (true) {
std::string output = "LinkIR_demo (v8.0.2)\n\n"; std::string output = "LinkIR_demo (v8.0.3)\n\n";
output += std::string("IR adapter: ") + output += std::string("IR adapter: ") +
(isConnected ? "DETECTED" : "not detected"); (isConnected ? "DETECTED" : "not detected");

View File

@ -41,7 +41,7 @@ int main() {
init(); init();
start: start:
log("LinkMobile_demo (v8.0.2)\n\nPress A to start"); log("LinkMobile_demo (v8.0.3)\n\nPress A to start");
waitForA(); waitForA();
// (1) Create a LinkMobile instance // (1) Create a LinkMobile instance

View File

@ -31,7 +31,7 @@ int main() {
init(); init();
while (true) { while (true) {
std::string output = "LinkPS2Keyboard_demo (v8.0.2)\n\n"; std::string output = "LinkPS2Keyboard_demo (v8.0.3)\n\n";
u16 keys = ~REG_KEYS & KEY_ANY; u16 keys = ~REG_KEYS & KEY_ANY;
if (!linkPS2Keyboard->isActive()) { if (!linkPS2Keyboard->isActive()) {

View File

@ -24,7 +24,7 @@ int main() {
init(); init();
while (true) { while (true) {
std::string output = "LinkPS2Mouse_demo (v8.0.2)\n\n"; std::string output = "LinkPS2Mouse_demo (v8.0.3)\n\n";
u16 keys = ~REG_KEYS & KEY_ANY; u16 keys = ~REG_KEYS & KEY_ANY;
if (!linkPS2Mouse->isActive()) { if (!linkPS2Mouse->isActive()) {

View File

@ -25,7 +25,7 @@ int main() {
u16 prevKeys = 0; u16 prevKeys = 0;
while (true) { while (true) {
std::string output = "LinkRawCable_demo (v8.0.2)\n\n"; std::string output = "LinkRawCable_demo (v8.0.3)\n\n";
u16 keys = ~REG_KEYS & KEY_ANY; u16 keys = ~REG_KEYS & KEY_ANY;
if (!linkRawCable->isActive()) { if (!linkRawCable->isActive()) {

View File

@ -138,7 +138,7 @@ void DebugScene::load() {
log("---"); log("---");
log("LinkRawWireless_demo"); log("LinkRawWireless_demo");
log(" (v8.0.2)"); log(" (v8.0.3)");
log(""); log("");
log("START: reset wireless adapter"); log("START: reset wireless adapter");
log("RIGHT: restore from multiboot"); log("RIGHT: restore from multiboot");

View File

@ -26,7 +26,7 @@ int main() {
u32 counter = 0; u32 counter = 0;
while (true) { while (true) {
std::string output = "LinkSPI_demo (v8.0.2)\n\n"; std::string output = "LinkSPI_demo (v8.0.3)\n\n";
u16 keys = ~REG_KEYS & KEY_ANY; u16 keys = ~REG_KEYS & KEY_ANY;
if (!linkSPI->isActive()) { if (!linkSPI->isActive()) {

View File

@ -25,7 +25,7 @@ int main() {
bool firstTransfer = false; bool firstTransfer = false;
while (true) { while (true) {
std::string output = "LinkUART_demo (v8.0.2)\n\n"; std::string output = "LinkUART_demo (v8.0.3)\n\n";
u16 keys = ~REG_KEYS & KEY_ANY; u16 keys = ~REG_KEYS & KEY_ANY;
if (!linkUART->isActive()) { if (!linkUART->isActive()) {

View File

@ -17,7 +17,7 @@ int main() {
init(); init();
Common::log( Common::log(
"LinkUniversal_basic (v8.0.2)\n" "LinkUniversal_basic (v8.0.3)\n"
"Press A to start\n\n" "Press A to start\n\n"
"hold LEFT on start:\n -> force cable\n\n" "hold LEFT on start:\n -> force cable\n\n"
"hold RIGHT on start:\n -> force wireless\n\n" "hold RIGHT on start:\n -> force wireless\n\n"

View File

@ -191,7 +191,7 @@ void MultibootScene::load() {
log("---"); log("---");
log("LinkWirelessMultiboot_demo"); log("LinkWirelessMultiboot_demo");
log(" (v8.0.2)"); log(" (v8.0.3)");
log(""); log("");
if (fs == NULL) { if (fs == NULL) {
log("! GBFS file not found"); log("! GBFS file not found");

View File

@ -48,7 +48,7 @@ int main() {
start: start:
// Options // Options
Common::log("LinkWireless_demo (v8.0.2)\n" + buildSettings + Common::log("LinkWireless_demo (v8.0.3)\n" + buildSettings +
"\n" "\n"
"Press A to start\n\n" "Press A to start\n\n"
"hold LEFT on start:\n -> disable forwarding\n\n" "hold LEFT on start:\n -> disable forwarding\n\n"

View File

@ -63,7 +63,7 @@
#define LINK_CABLE_QUEUE_SIZE 15 #define LINK_CABLE_QUEUE_SIZE 15
#endif #endif
LINK_VERSION_TAG LINK_CABLE_VERSION = "vLinkCable/v8.0.2"; LINK_VERSION_TAG LINK_CABLE_VERSION = "vLinkCable/v8.0.3";
#define LINK_CABLE_MAX_PLAYERS LINK_RAW_CABLE_MAX_PLAYERS #define LINK_CABLE_MAX_PLAYERS LINK_RAW_CABLE_MAX_PLAYERS
#define LINK_CABLE_DEFAULT_TIMEOUT 3 #define LINK_CABLE_DEFAULT_TIMEOUT 3

View File

@ -66,7 +66,7 @@
// #define LINK_CABLE_MULTIBOOT_ASYNC_DISABLE_NESTED_IRQ // #define LINK_CABLE_MULTIBOOT_ASYNC_DISABLE_NESTED_IRQ
#endif #endif
LINK_VERSION_TAG LINK_CABLE_MULTIBOOT_VERSION = "vLinkCableMultiboot/v8.0.2"; LINK_VERSION_TAG LINK_CABLE_MULTIBOOT_VERSION = "vLinkCableMultiboot/v8.0.3";
#define LINK_CABLE_MULTIBOOT_TRY(CALL) \ #define LINK_CABLE_MULTIBOOT_TRY(CALL) \
partialResult = CALL; \ partialResult = CALL; \

View File

@ -38,7 +38,7 @@
#include "_link_common.hpp" #include "_link_common.hpp"
LINK_VERSION_TAG LINK_CARD_VERSION = "vLinkCard/v8.0.2"; LINK_VERSION_TAG LINK_CARD_VERSION = "vLinkCard/v8.0.3";
#define LINK_CARD_SIZE 1998 #define LINK_CARD_SIZE 1998

View File

@ -44,7 +44,7 @@
#define LINK_CUBE_QUEUE_SIZE 10 #define LINK_CUBE_QUEUE_SIZE 10
#endif #endif
LINK_VERSION_TAG LINK_CUBE_VERSION = "vLinkCube/v8.0.2"; LINK_VERSION_TAG LINK_CUBE_VERSION = "vLinkCube/v8.0.3";
/** /**
* @brief A JOYBUS handler for the Link Port. * @brief A JOYBUS handler for the Link Port.

View File

@ -30,7 +30,7 @@
#include "_link_common.hpp" #include "_link_common.hpp"
LINK_VERSION_TAG LINK_GPIO_VERSION = "vLinkGPIO/v8.0.2"; LINK_VERSION_TAG LINK_GPIO_VERSION = "vLinkGPIO/v8.0.3";
/** /**
* @brief A General Purpose Input-Output handler for the Link Port. * @brief A General Purpose Input-Output handler for the Link Port.

View File

@ -46,7 +46,7 @@
#include "_link_common.hpp" #include "_link_common.hpp"
LINK_VERSION_TAG LINK_IR_VERSION = "vLinkIR/v8.0.2"; LINK_VERSION_TAG LINK_IR_VERSION = "vLinkIR/v8.0.3";
#define LINK_IR_SIGNAL_END 0 #define LINK_IR_SIGNAL_END 0
#define LINK_IR_DEFAULT_PRIMARY_TIMER_ID 2 #define LINK_IR_DEFAULT_PRIMARY_TIMER_ID 2

View File

@ -75,7 +75,7 @@
#define LINK_MOBILE_QUEUE_SIZE 10 #define LINK_MOBILE_QUEUE_SIZE 10
#endif #endif
LINK_VERSION_TAG LINK_MOBILE_VERSION = "vLinkMobile/v8.0.2"; LINK_VERSION_TAG LINK_MOBILE_VERSION = "vLinkMobile/v8.0.3";
#define LINK_MOBILE_MAX_USER_TRANSFER_LENGTH 254 #define LINK_MOBILE_MAX_USER_TRANSFER_LENGTH 254
#define LINK_MOBILE_MAX_COMMAND_TRANSFER_LENGTH 255 #define LINK_MOBILE_MAX_COMMAND_TRANSFER_LENGTH 255

View File

@ -43,7 +43,7 @@
#include "_link_common.hpp" #include "_link_common.hpp"
LINK_VERSION_TAG LINK_PS2_KEYBOARD_VERSION = "vLinkPS2Keyboard/v8.0.2"; LINK_VERSION_TAG LINK_PS2_KEYBOARD_VERSION = "vLinkPS2Keyboard/v8.0.3";
/** /**
* @brief A PS/2 Keyboard Adapter for the GBA. * @brief A PS/2 Keyboard Adapter for the GBA.

View File

@ -40,7 +40,7 @@
#include "_link_common.hpp" #include "_link_common.hpp"
LINK_VERSION_TAG LINK_PS2_MOUSE_VERSION = "vLinkPS2Mouse/v8.0.2"; LINK_VERSION_TAG LINK_PS2_MOUSE_VERSION = "vLinkPS2Mouse/v8.0.3";
#define LINK_PS2_MOUSE_LEFT_CLICK 0b001 #define LINK_PS2_MOUSE_LEFT_CLICK 0b001
#define LINK_PS2_MOUSE_RIGHT_CLICK 0b010 #define LINK_PS2_MOUSE_RIGHT_CLICK 0b010

View File

@ -45,7 +45,7 @@
#include "_link_common.hpp" #include "_link_common.hpp"
LINK_VERSION_TAG LINK_RAW_CABLE_VERSION = "vLinkRawCable/v8.0.2"; LINK_VERSION_TAG LINK_RAW_CABLE_VERSION = "vLinkRawCable/v8.0.3";
#define LINK_RAW_CABLE_MAX_PLAYERS 4 #define LINK_RAW_CABLE_MAX_PLAYERS 4
#define LINK_RAW_CABLE_DISCONNECTED 0xFFFF #define LINK_RAW_CABLE_DISCONNECTED 0xFFFF

View File

@ -61,7 +61,7 @@
// #define LINK_RAW_WIRELESS_ENABLE_LOGGING // #define LINK_RAW_WIRELESS_ENABLE_LOGGING
#endif #endif
LINK_VERSION_TAG LINK_RAW_WIRELESS_VERSION = "vLinkRawWireless/v8.0.2"; LINK_VERSION_TAG LINK_RAW_WIRELESS_VERSION = "vLinkRawWireless/v8.0.3";
#define LINK_RAW_WIRELESS_MAX_PLAYERS 5 #define LINK_RAW_WIRELESS_MAX_PLAYERS 5
#define LINK_RAW_WIRELESS_MAX_COMMAND_RESPONSE_LENGTH 30 #define LINK_RAW_WIRELESS_MAX_COMMAND_RESPONSE_LENGTH 30

View File

@ -46,7 +46,7 @@
#include "_link_common.hpp" #include "_link_common.hpp"
LINK_VERSION_TAG LINK_SPI_VERSION = "vLinkSPI/v8.0.2"; LINK_VERSION_TAG LINK_SPI_VERSION = "vLinkSPI/v8.0.3";
#define LINK_SPI_NO_DATA_32 0xFFFFFFFF #define LINK_SPI_NO_DATA_32 0xFFFFFFFF
#define LINK_SPI_NO_DATA_8 0xFF #define LINK_SPI_NO_DATA_8 0xFF

View File

@ -37,7 +37,7 @@
#define LINK_UART_QUEUE_SIZE 256 #define LINK_UART_QUEUE_SIZE 256
#endif #endif
LINK_VERSION_TAG LINK_UART_VERSION = "vLinkUART/v8.0.2"; LINK_VERSION_TAG LINK_UART_VERSION = "vLinkUART/v8.0.3";
/** /**
* @brief A UART handler for the Link Port (8N1, 7N1, 8E1, 7E1, 8O1, 7E1). * @brief A UART handler for the Link Port (8N1, 7N1, 8E1, 7E1, 8O1, 7E1).

View File

@ -69,7 +69,7 @@
#define LINK_UNIVERSAL_GAME_ID_FILTER 0 #define LINK_UNIVERSAL_GAME_ID_FILTER 0
#endif #endif
LINK_VERSION_TAG LINK_UNIVERSAL_VERSION = "vLinkUniversal/v8.0.2"; LINK_VERSION_TAG LINK_UNIVERSAL_VERSION = "vLinkUniversal/v8.0.3";
#define LINK_UNIVERSAL_DISCONNECTED LINK_CABLE_DISCONNECTED #define LINK_UNIVERSAL_DISCONNECTED LINK_CABLE_DISCONNECTED
#define LINK_UNIVERSAL_NO_DATA LINK_CABLE_NO_DATA #define LINK_UNIVERSAL_NO_DATA LINK_CABLE_NO_DATA

View File

@ -129,7 +129,7 @@
#endif #endif
//--- //---
LINK_VERSION_TAG LINK_WIRELESS_VERSION = "vLinkWireless/v8.0.2"; LINK_VERSION_TAG LINK_WIRELESS_VERSION = "vLinkWireless/v8.0.3";
#define LINK_WIRELESS_MAX_PLAYERS LINK_RAW_WIRELESS_MAX_PLAYERS #define LINK_WIRELESS_MAX_PLAYERS LINK_RAW_WIRELESS_MAX_PLAYERS
#define LINK_WIRELESS_MIN_PLAYERS 2 #define LINK_WIRELESS_MIN_PLAYERS 2

View File

@ -74,7 +74,7 @@
#endif #endif
LINK_VERSION_TAG LINK_WIRELESS_MULTIBOOT_VERSION = LINK_VERSION_TAG LINK_WIRELESS_MULTIBOOT_VERSION =
"vLinkWirelessMultiboot/v8.0.2"; "vLinkWirelessMultiboot/v8.0.3";
#define LINK_WIRELESS_MULTIBOOT_MIN_ROM_SIZE (0x100 + 0xC0) #define LINK_WIRELESS_MULTIBOOT_MIN_ROM_SIZE (0x100 + 0xC0)
#define LINK_WIRELESS_MULTIBOOT_MAX_ROM_SIZE (256 * 1024) #define LINK_WIRELESS_MULTIBOOT_MAX_ROM_SIZE (256 * 1024)

View File

@ -16,7 +16,7 @@
#include "LinkRawWireless.hpp" #include "LinkRawWireless.hpp"
LINK_VERSION_TAG LINK_WIRELESS_OPEN_SDK_VERSION = "LinkWirelessOpenSDK/v8.0.2"; LINK_VERSION_TAG LINK_WIRELESS_OPEN_SDK_VERSION = "LinkWirelessOpenSDK/v8.0.3";
/** /**
* @brief An open-source implementation of the "official" Wireless Adapter * @brief An open-source implementation of the "official" Wireless Adapter