diff --git a/src/burn/drv/neogeo/d_neogeo.cpp b/src/burn/drv/neogeo/d_neogeo.cpp index 18ad9251c..8bd344686 100644 --- a/src/burn/drv/neogeo/d_neogeo.cpp +++ b/src/burn/drv/neogeo/d_neogeo.cpp @@ -13959,7 +13959,7 @@ static struct BurnRomInfo samsho5xRomDesc[] = { STDROMPICKEXT(samsho5x, samsho5x, neogeo) STD_ROM_FN(samsho5x) -struct BurnDriverD BurnDrvsamsho5x = { +struct BurnDriver BurnDrvsamsho5x = { "samsho5x", "samsho5", "neogeo", NULL, "2003", "Samurai Shodown V / Samurai Spirits Zero (bootleg, XBOX version)\0", NULL, "bootleg", "Neo Geo MVS", L"Samurai Shodown V\0\u30B5\u30E0\u30E9\u30A4\u30B9\u30D4\u30EA\u30C3\u30C4\u96F6 (bootleg, XBOX version)\0", NULL, NULL, NULL, diff --git a/whatsnew.html b/whatsnew.html index c66d6e3b5..1ee762692 100644 --- a/whatsnew.html +++ b/whatsnew.html @@ -108,11 +108,11 @@