diff --git a/platform/common/menu_pico.c b/platform/common/menu_pico.c index dc7ceda44..327190a55 100644 --- a/platform/common/menu_pico.c +++ b/platform/common/menu_pico.c @@ -938,6 +938,7 @@ static const char credits[] = "MAME devs: SH2, YM2612 and SN76496 cores\n" "Eke, Stef: some Sega CD code\n" "Inder, ketchupgun: graphics\n" + "Irixxxx: SH2 drc improvements\n" #ifdef __GP2X__ "Squidge: mmuhack\n" "Dzz: ARM940 sample\n" diff --git a/platform/common/version.h b/platform/common/version.h index 8b3adbf85..a8c3034b0 100644 --- a/platform/common/version.h +++ b/platform/common/version.h @@ -1 +1 @@ -#define VERSION "1.93+" +#define VERSION "1.95"