taitomisc: fixes

Fixed "published by" in rastsagbr
This commit is contained in:
Igor-Arabe 2025-07-21 20:57:53 -03:00 committed by GitHub
parent e5839601dd
commit 8185e91561
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 5 deletions

View File

@ -6426,11 +6426,11 @@ struct BurnDriver BurnDrvVolfieduo = {
NULL, 0x2000, 240, 320, 3, 4
};
// -----------------------------------------------------------------------------
// ----------------------
// Hacks and Translations
// -----------------------------------------------------------------------------
// ----------------------
// Rastan Saga (Portuguese-BR v1.11, Hack)
// Rastan Saga (Portuguese-BR Translation v1.11, Hack)
// Modified by Antígeno
static struct BurnRomInfo RastsagabrRomDesc[] = {
@ -6461,8 +6461,8 @@ STD_ROM_FN(Rastsagabr)
struct BurnDriver BurnDrvRastsagabr = {
"rastsagabr", "rastan", NULL, NULL, "2019",
"Rastan Saga (Portuguese-BR Translation v1.11, Hack)\0", NULL, "hack (Ant\u00EDgeno)", "Taito Misc",
NULL, NULL, NULL, NULL,
"Rastan Saga (Portuguese-BR Translation v1.11, Hack)\0", NULL, "hack (Antigeno)", "Taito Misc",
NULL, NULL, L"hack (Ant\u00EDgeno)", NULL,
BDF_GAME_WORKING | BDF_CLONE | BDF_HACK | BDF_HISCORE_SUPPORTED, 2, HARDWARE_TAITO_MISC, GBF_PLATFORM, 0,
NULL, RastsagabrRomInfo, RastsagabrRomName, NULL, NULL, NULL, NULL, RastanInputInfo, RastanDIPInfo,
RastanInit, TaitoMiscExit, TaitoMiscFrame, RastanDraw, TaitoMiscScan,