From 3bf00d25a2a4527e634e310b7fcd770f499bef2f Mon Sep 17 00:00:00 2001 From: Igor-Arabe <73916998+Igor-Arabe@users.noreply.github.com> Date: Sun, 27 Jul 2025 13:04:42 -0300 Subject: [PATCH] d_nes: typo in thunderbolt added missing ".nes" in fileName --- src/burn/drv/nes/d_nes.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/burn/drv/nes/d_nes.cpp b/src/burn/drv/nes/d_nes.cpp index b7b07503d..fdec0bfe8 100644 --- a/src/burn/drv/nes/d_nes.cpp +++ b/src/burn/drv/nes/d_nes.cpp @@ -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)