Skip to content

Commit

Permalink
d_snes: ff6sc (#1913)
Browse files Browse the repository at this point in the history
updated to version 2.02
  • Loading branch information
Igor-Arabe authored Nov 17, 2024
1 parent 5172a59 commit 13c5e97
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/burn/drv/snes/d_snes.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -30154,18 +30154,18 @@ struct BurnDriver BurnDrvsnes_Ff6rmd = {
512, 448, 4, 3
};

// Final Fantasy VI: A Soldier's Contingency (Hack, v2.01)
// Final Fantasy VI: A Soldier's Contingency (Hack, v2.02)
// https://romhackplaza.org/romhacks/final-fantasy-vi-a-soldiers-contingency-extended-bestiary-edition-snes/
static struct BurnRomInfo snes_Ff6scRomDesc[] = {
{ "Final Fantasy VI - A Soldier's Contingency (Extended Bestiary Edition) v2.01 (2024)(Lightning Hunter).sfc", 6291456, 0xfd1a4f8b, BRF_ESS | BRF_PRG },
{ "Final Fantasy VI - A Soldier's Contingency (Extended Bestiary Edition) v2.02 (2024)(Lightning Hunter).sfc", 6291456, 0x7d309e30, BRF_ESS | BRF_PRG },
};

STD_ROM_PICK(snes_Ff6sc)
STD_ROM_FN(snes_Ff6sc)

struct BurnDriver BurnDrvsnes_Ff6sc = {
"snes_ff6sc", "snes_finalfantiii", NULL, NULL, "2024",
"Final Fantasy VI: A Soldier's Contingency (Hack, v2.01)\0", "(Extended Bestiary Edition)", "Lightning Hunter", "Nintendo",
"Final Fantasy VI: A Soldier's Contingency (Hack, v2.02)\0", "(Extended Bestiary Edition)", "Lightning Hunter", "Nintendo",
NULL, NULL, NULL, NULL,
BDF_GAME_WORKING | BDF_CLONE | BDF_HACK, 1, HARDWARE_SNES, GBF_RPG, 0,
SNESGetZipName, snes_Ff6scRomInfo, snes_Ff6scRomName, NULL, NULL, NULL, NULL, SNESInputInfo, SNESDIPInfo,
Expand Down

0 comments on commit 13c5e97

Please sign in to comment.