d_nes: typo in thunderbolt

added missing ".nes" in fileName
This commit is contained in:
Igor-Arabe 2025-07-27 13:04:42 -03:00 committed by GitHub
parent b90a3dcce5
commit 3bf00d25a2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -22978,7 +22978,7 @@ struct BurnDriver BurnDrvnes_thiefcob = {
// Thunderbolt Fighting Plane (World)
static struct BurnRomInfo nes_thunderboltRomDesc[] = {
{ "Thunderbolt Fighting Plane (1993-2019)(Piko Interactive)", 262160, 0x933e2aa8, BRF_ESS | BRF_PRG },
{ "Thunderbolt Fighting Plane (1993-2019)(Piko Interactive).nes", 262160, 0x933e2aa8, BRF_ESS | BRF_PRG },
};
STD_ROM_PICK(nes_thunderbolt)