Skip to content

Commit

Permalink
== Neo Geo ==
Browse files Browse the repository at this point in the history
- Updated version number
  • Loading branch information
ArtemioUrbina committed Mar 14, 2024
1 parent b6d45e0 commit 47c378f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 240psuite/NeoGeo/src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -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())
{
Expand Down

0 comments on commit 47c378f

Please sign in to comment.