From 47c378f89e1bd272db37674036144b1c11d15a95 Mon Sep 17 00:00:00 2001 From: Artemio Date: Wed, 13 Mar 2024 19:29:30 -0600 Subject: [PATCH] == Neo Geo == - Updated version number --- 240psuite/NeoGeo/src/main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/240psuite/NeoGeo/src/main.c b/240psuite/NeoGeo/src/main.c index 6915ead5..a01361cf 100644 --- a/240psuite/NeoGeo/src/main.c +++ b/240psuite/NeoGeo/src/main.c @@ -643,8 +643,8 @@ void credits() pictureInit(&qr, &barcode, 26, 17, 260, 150, FLIP_NONE); palJobPut(17,barcode.palInfo->count,barcode.palInfo->data); - fixPrint(x+24, y, fontColorGreen, fbase, "Ver. 1.02"); - fixPrint(x+24, y+1, fontColorWhite, fbase, "17/10/2023"); + fixPrint(x+24, y, fontColorGreen, fbase, "Ver. 1.03"); + fixPrint(x+24, y+1, fontColorWhite, fbase, "13/03/2024"); #ifdef USE_SERIAL if(checkserialset()) {