Skip to content

Commit

Permalink
d_megadrive: umk3osc (#1830)
Browse files Browse the repository at this point in the history
updated to version 30a
  • Loading branch information
Igor-Arabe authored Jul 11, 2024
1 parent e2a2f35 commit d9dca03
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/burn/drv/megadrive/d_megadrive.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -48623,17 +48623,17 @@ struct BurnDriver BurnDrvmd_umk3h = {
&bMegadriveRecalcPalette, 0x100, 320, 224, 4, 3
};

// Ultimate Mortal Kombat 3 OSC (Hack, v29a) - 2024-03-02
// Ultimate Mortal Kombat 3 OSC (Hack, v30a) - 2024-06-28
static struct BurnRomInfo md_umk3oscRomDesc[] = {
{ "Ultimate Mortal Kombat 3 OSC v29a (2024)(Bonus).bin", 5458706, 0x263cb534, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 },
{ "Ultimate Mortal Kombat 3 OSC v30a (2024)(Bonus).bin", 5459522, 0x486535ed, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 },
};

STD_ROM_PICK(md_umk3osc)
STD_ROM_FN(md_umk3osc)

struct BurnDriver BurnDrvmd_umk3osc = {
"md_umk3osc", "md_umk3", NULL, NULL, "2024",
"Ultimate Mortal Kombat 3 OSC (Hack, v29a)\0", NULL, "Bonus", "Sega Megadrive",
"Ultimate Mortal Kombat 3 OSC (Hack, v30a)\0", NULL, "Bonus", "Sega Megadrive",
NULL, NULL, NULL, NULL,
BDF_GAME_WORKING | BDF_16BIT_ONLY | BDF_CLONE | BDF_HACK, 2, HARDWARE_SEGA_MEGADRIVE, GBF_VSFIGHT, 0,
MegadriveGetZipName, md_umk3oscRomInfo, md_umk3oscRomName, NULL, NULL, NULL, NULL, MegadriveInputInfo, MegadriveDIPInfo,
Expand Down

0 comments on commit d9dca03

Please sign in to comment.