From b7d8d08d73b46e97843e20645d8b3d527992932f Mon Sep 17 00:00:00 2001 From: eye2eye <73527887+1eye4eye@users.noreply.github.com> Date: Fri, 25 Jul 2025 01:44:49 +0200 Subject: [PATCH] d_nes.cpp: is the license for an unlicensed game licensed or unlicensed? --- 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 0e39a3ef9..10ed5bb51 100644 --- a/src/burn/drv/nes/d_nes.cpp +++ b/src/burn/drv/nes/d_nes.cpp @@ -11708,7 +11708,7 @@ STD_ROM_FN(nes_thunderbolt) struct BurnDriver BurnDrvnes_thunderbolt = { "nes_thunderbolt", NULL, NULL, NULL, "1993-2019", - "Thunderbolt Fighting Plane (World) (Unl)\0", NULL, "Piko Interactive", "NES / Famicom", + "Thunderbolt Fighting Plane (World)\0", NULL, "Piko Interactive", "NES / Famicom", NULL, NULL, NULL, NULL, BDF_GAME_WORKING, 1, HARDWARE_NES, GBF_VERSHOOT, 0, NESGetZipName, nes_thunderboltRomInfo, nes_thunderboltRomName, NULL, NULL, NULL, NULL, NESInputInfo, NESDIPInfo,