From fe6eee82b611ab02c3a3a78c9527e7cfbd9ec0df Mon Sep 17 00:00:00 2001 From: Barry Harris <44396066+barry65536@users.noreply.github.com> Date: Mon, 11 Feb 2013 13:45:25 +0000 Subject: [PATCH] Sync d_megadrive.cpp with MESS 0.148u1 (added ability for extra drivers, restoring sks1, sks2, sks3) --- src/burn/burn.h | 2 +- src/burn/drv/megadrive/d_megadrive.cpp | 4811 ++++++++++++------------ src/burn/drv/megadrive/megadrive.cpp | 28 +- src/burn/drv/megadrive/megadrive.h | 2 + 4 files changed, 2444 insertions(+), 2399 deletions(-) diff --git a/src/burn/burn.h b/src/burn/burn.h index 3a29f2cb4..b664b4bae 100644 --- a/src/burn/burn.h +++ b/src/burn/burn.h @@ -463,7 +463,7 @@ void IpsApplyPatches(UINT8* base, char* rom_name); #define HARDWARE_SEGA_MEGADRIVE_PCB_REALTEC (35) #define HARDWARE_SEGA_MEGADRIVE_PCB_MC_SUP19IN1 (36) #define HARDWARE_SEGA_MEGADRIVE_PCB_MC_SUP15IN1 (37) -#define HARDWARE_SEGA_MEGADRIVE_PCB_12IN1 (38) +#define HARDWARE_SEGA_MEGADRIVE_PCB_MC_12IN1 (38) #define HARDWARE_SEGA_MEGADRIVE_PCB_TOPFIGHTER (39) #define HARDWARE_SEGA_MEGADRIVE_PCB_POKEMON (40) #define HARDWARE_SEGA_MEGADRIVE_PCB_POKEMON2 (41) diff --git a/src/burn/drv/megadrive/d_megadrive.cpp b/src/burn/drv/megadrive/d_megadrive.cpp index f9b4627b8..f3082653d 100644 --- a/src/burn/drv/megadrive/d_megadrive.cpp +++ b/src/burn/drv/megadrive/d_megadrive.cpp @@ -180,8 +180,8 @@ INT32 MegadriveGetZipName(char** pszName, UINT32 i) // F-22 Interceptor (Euro, USA, 199109) static struct BurnRomInfo md_f22aRomDesc[] = { - { "f-22_intercept_f-202-4.u1", 0x080000, 0x649771f8, BRF_PRG | SEGA_MD_ROM_LOAD_NORMAL | SEGA_MD_ROM_OFFS_000000 }, - { "f-22_intercept_f-202-1.u2", 0x020000, 0xd3d7cbb8, BRF_PRG | SEGA_MD_ROM_LOAD16_BYTE | SEGA_MD_ROM_OFFS_080000 }, + { "f-22_intercept_f-202-4.u1", 0x080000, 0x649771f8, BRF_PRG | SEGA_MD_ROM_LOAD_NORMAL | SEGA_MD_ROM_OFFS_000000 }, + { "f-22_intercept_f-202-1.u2", 0x020000, 0xd3d7cbb8, BRF_PRG | SEGA_MD_ROM_LOAD16_BYTE | SEGA_MD_ROM_OFFS_080000 }, }; STD_ROM_PICK(md_f22a) @@ -199,7 +199,7 @@ struct BurnDriver BurnDrvmd_f22a = { // FIFA 97 Gold Edition (Euro, USA) static struct BurnRomInfo md_fifa97RomDesc[] = { - { "fifa_97_b1", 0x200000, 0x2bedb061, BRF_PRG | SEGA_MD_ROM_LOAD_NORMAL | SEGA_MD_ROM_OFFS_000000 }, + { "fifa_97_b1", 0x200000, 0x2bedb061, BRF_PRG | SEGA_MD_ROM_LOAD_NORMAL | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_fifa97) @@ -217,7 +217,7 @@ struct BurnDriver BurnDrvmd_fifa97 = { // James Bond 007 - The Duel (Euro, Rev. A) static struct BurnRomInfo md_jb007RomDesc[] = { - { "mpr-15312a", 0x080000, 0x66635364, BRF_PRG | SEGA_MD_ROM_LOAD_NORMAL | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-15312a", 0x080000, 0x66635364, BRF_PRG | SEGA_MD_ROM_LOAD_NORMAL | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_jb007) @@ -235,7 +235,7 @@ struct BurnDriver BurnDrvmd_jb007 = { // James Pond - Underwater Agent (Euro, USA) static struct BurnRomInfo md_jpondRomDesc[] = { - { "james_pond_u1_jam03", 0x080000, 0xd0e7b466, BRF_PRG | SEGA_MD_ROM_LOAD_NORMAL | SEGA_MD_ROM_OFFS_000000 }, + { "james_pond_u1_jam03", 0x080000, 0xd0e7b466, BRF_PRG | SEGA_MD_ROM_LOAD_NORMAL | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_jpond) @@ -253,7 +253,7 @@ struct BurnDriver BurnDrvmd_jpond = { // James Pond II - Codename RoboCod (Euro, USA) static struct BurnRomInfo md_robocodRomDesc[] = { - { "pond_ii_robocod_ro_b02", 0x080000, 0xc32b5d66, BRF_PRG | SEGA_MD_ROM_LOAD_NORMAL | SEGA_MD_ROM_OFFS_000000 }, + { "pond_ii_robocod_ro_b02", 0x080000, 0xc32b5d66, BRF_PRG | SEGA_MD_ROM_LOAD_NORMAL | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_robocod) @@ -271,7 +271,7 @@ struct BurnDriver BurnDrvmd_robocod = { // Lotus Turbo Challenge (Euro, USA) static struct BurnRomInfo md_lotustRomDesc[] = { - { "lotus_turbo_lot03.u1", 0x100000, 0xb83ccb7a, BRF_PRG | SEGA_MD_ROM_LOAD_NORMAL | SEGA_MD_ROM_OFFS_000000 }, + { "lotus_turbo_lot03.u1", 0x100000, 0xb83ccb7a, BRF_PRG | SEGA_MD_ROM_LOAD_NORMAL | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_lotust) @@ -289,7 +289,7 @@ struct BurnDriver BurnDrvmd_lotust = { // NHL '94 (Euro, USA) static struct BurnRomInfo md_nhl94RomDesc[] = { - { "nhl94_hl9402", 0x100000, 0xacecd225, BRF_PRG | SEGA_MD_ROM_LOAD_NORMAL | SEGA_MD_ROM_OFFS_000000 }, + { "nhl94_hl9402", 0x100000, 0xacecd225, BRF_PRG | SEGA_MD_ROM_LOAD_NORMAL | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_nhl94) @@ -307,7 +307,7 @@ struct BurnDriver BurnDrvmd_nhl94 = { // PGA Tour Golf II (Euro, USA) static struct BurnRomInfo md_pga2aRomDesc[] = { - { "pga_tour_golf_pgt04", 0x100000, 0x8d980bb4, BRF_PRG | SEGA_MD_ROM_LOAD_NORMAL | SEGA_MD_ROM_OFFS_000000 }, + { "pga_tour_golf_pgt04", 0x100000, 0x8d980bb4, BRF_PRG | SEGA_MD_ROM_LOAD_NORMAL | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_pga2a) @@ -325,8 +325,8 @@ struct BurnDriver BurnDrvmd_pga2a = { // Rise of the Robots (Euro) static struct BurnRomInfo md_riseroboRomDesc[] = { - { "es133-1_rise_of_the_robots.u1", 0x200000, 0xed583ef7, BRF_PRG | SEGA_MD_ROM_LOAD_NORMAL | SEGA_MD_ROM_OFFS_000000 }, - { "es133-2_rise_of_the_robots.u2", 0x100000, 0xfcf18470, BRF_PRG | SEGA_MD_ROM_LOAD_NORMAL | SEGA_MD_ROM_OFFS_200000 }, + { "es133-1_rise_of_the_robots.u1", 0x200000, 0xed583ef7, BRF_PRG | SEGA_MD_ROM_LOAD_NORMAL | SEGA_MD_ROM_OFFS_000000 }, + { "es133-2_rise_of_the_robots.u2", 0x100000, 0xfcf18470, BRF_PRG | SEGA_MD_ROM_LOAD_NORMAL | SEGA_MD_ROM_OFFS_200000 }, }; STD_ROM_PICK(md_riserobo) @@ -344,7 +344,7 @@ struct BurnDriver BurnDrvmd_riserobo = { // Splatterhouse Part 2 (Jpn) static struct BurnRomInfo md_splatth2jRomDesc[] = { - { "sh2j", 0x100000, 0xadbd991b, BRF_PRG | SEGA_MD_ROM_LOAD_NORMAL | SEGA_MD_ROM_OFFS_000000 }, + { "sh2j", 0x100000, 0xadbd991b, BRF_PRG | SEGA_MD_ROM_LOAD_NORMAL | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_splatth2j) @@ -362,8 +362,8 @@ struct BurnDriver BurnDrvmd_splatth2j = { // Zero Tolerance (Euro, USA) static struct BurnRomInfo md_zerotolRomDesc[] = { - { "zetsg_lo_7500-00034a.u2", 0x100000, 0xb9c2d518, BRF_PRG | SEGA_MD_ROM_LOAD16_BYTE | SEGA_MD_ROM_OFFS_000000 }, - { "zetsg_hi_7500-00033a.u1", 0x100000, 0xaf362b8c, BRF_PRG | SEGA_MD_ROM_LOAD16_BYTE | SEGA_MD_ROM_OFFS_000001 }, + { "zetsg_lo_7500-00034a.u2", 0x100000, 0xb9c2d518, BRF_PRG | SEGA_MD_ROM_LOAD16_BYTE | SEGA_MD_ROM_OFFS_000000 }, + { "zetsg_hi_7500-00033a.u1", 0x100000, 0xaf362b8c, BRF_PRG | SEGA_MD_ROM_LOAD16_BYTE | SEGA_MD_ROM_OFFS_000001 }, }; STD_ROM_PICK(md_zerotol) @@ -381,7 +381,7 @@ struct BurnDriver BurnDrvmd_zerotol = { // The Adventures of Batman & Robin (Euro) static struct BurnRomInfo md_advbatrRomDesc[] = { - { "mpr-18019.ic1", 0x200000, 0x355e8c39, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-18019.ic1", 0x200000, 0x355e8c39, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_advbatr) @@ -399,7 +399,7 @@ struct BurnDriver BurnDrvmd_advbatr = { // The Adventures of Mighty Max (Euro) static struct BurnRomInfo md_mightmaxRomDesc[] = { - { "mpr-17434.ic1", 0x100000, 0x24f1a3bb, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-17434.ic1", 0x100000, 0x24f1a3bb, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_mightmax) @@ -417,7 +417,7 @@ struct BurnDriver BurnDrvmd_mightmax = { // Alex Kidd in the Enchanted Castle (Euro, Rev. A) static struct BurnRomInfo md_alexkiddRomDesc[] = { - { "mpr-12608a.ic1", 0x040000, 0x778a0f00, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-12608a.ic1", 0x040000, 0x778a0f00, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_alexkidd) @@ -435,7 +435,7 @@ struct BurnDriver BurnDrvmd_alexkidd = { // Alisia Dragoon (Euro) static struct BurnRomInfo md_alisiadRomDesc[] = { - { "mpr-14680.ic1", 0x100000, 0x28165bd1, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-14680.ic1", 0x100000, 0x28165bd1, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_alisiad) @@ -453,7 +453,7 @@ struct BurnDriver BurnDrvmd_alisiad = { // Andre Agassi Tennis (Euro) static struct BurnRomInfo md_agassiRomDesc[] = { - { "mpr-15488.ic1", 0x080000, 0x224256c7, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-15488.ic1", 0x080000, 0x224256c7, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_agassi) @@ -471,7 +471,7 @@ struct BurnDriver BurnDrvmd_agassi = { // Another World (Euro) static struct BurnRomInfo md_anotherwRomDesc[] = { - { "mpr-15498.ic1", 0x100000, 0xe9742041, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-15498.ic1", 0x100000, 0xe9742041, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_anotherw) @@ -489,7 +489,7 @@ struct BurnDriver BurnDrvmd_anotherw = { // Arcade Classics (Euro, USA) static struct BurnRomInfo md_arcadeclRomDesc[] = { - { "mpr-18815.ic1", 0x080000, 0x8aed2090, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-18815.ic1", 0x080000, 0x8aed2090, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_arcadecl) @@ -507,7 +507,7 @@ struct BurnDriver BurnDrvmd_arcadecl = { // Art Alive (World) static struct BurnRomInfo md_artaliveRomDesc[] = { - { "mpr-14384.ic1", 0x020000, 0xf1b72cdd, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-14384.ic1", 0x020000, 0xf1b72cdd, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_artalive) @@ -525,7 +525,7 @@ struct BurnDriver BurnDrvmd_artalive = { // Streets of Rage (Euro, USA, Rev. A) ~ Bare Knuckle - Ikari no Tetsuken (Jpn, Rev. A) static struct BurnRomInfo md_sorRomDesc[] = { - { "mpr-14125a.ic1", 0x080000, 0x4052e845, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-14125a.ic1", 0x080000, 0x4052e845, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_sor) @@ -543,7 +543,7 @@ struct BurnDriver BurnDrvmd_sor = { // Streets of Rage (Euro, USA) ~ Bare Knuckle - Ikari no Tetsuken (Jpn) static struct BurnRomInfo md_soraRomDesc[] = { - { "mpr-14125.ic1", 0x080000, 0xbff227c6, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-14125.ic1", 0x080000, 0xbff227c6, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_sora) @@ -561,7 +561,7 @@ struct BurnDriver BurnDrvmd_sora = { // Batman (Euro) static struct BurnRomInfo md_batmanRomDesc[] = { - { "mpr-14561.ic1", 0x080000, 0x61c60c35, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-14561.ic1", 0x080000, 0x61c60c35, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_batman) @@ -579,7 +579,7 @@ struct BurnDriver BurnDrvmd_batman = { // Ferrari Grand Prix Challenge (Euro, Rev. A) static struct BurnRomInfo md_ferrariRomDesc[] = { - { "mpr-14770a.ic1", 0x100000, 0x250111df, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-14770a.ic1", 0x100000, 0x250111df, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_ferrari) @@ -597,7 +597,7 @@ struct BurnDriver BurnDrvmd_ferrari = { // Game Toshokan (Jpn, Rev. A) static struct BurnRomInfo md_gametoRomDesc[] = { - { "mpr-12750a.ic1", 0x020000, 0xc185c819, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-12750a.ic1", 0x020000, 0xc185c819, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_gameto) @@ -615,8 +615,8 @@ struct BurnDriver BurnDrvmd_gameto = { // Ghouls'n Ghosts (Euro, USA, Kor, Rev. A) static struct BurnRomInfo md_ghoulsRomDesc[] = { - { "mpr-12605a.ic1", 0x020000, 0xd367c3cc, BRF_PRG | SEGA_MD_ROM_LOAD_NORMAL | SEGA_MD_ROM_OFFS_000000 }, - { "mpr-12606a.ic2", 0x080000, 0xf56444c6, BRF_PRG | SEGA_MD_ROM_LOAD_NORMAL | SEGA_MD_ROM_OFFS_020000 }, + { "mpr-12605a.ic1", 0x020000, 0xd367c3cc, BRF_PRG | SEGA_MD_ROM_LOAD_NORMAL | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-12606a.ic2", 0x080000, 0xf56444c6, BRF_PRG | SEGA_MD_ROM_LOAD_NORMAL | SEGA_MD_ROM_OFFS_020000 }, }; STD_ROM_PICK(md_ghouls) @@ -634,8 +634,8 @@ struct BurnDriver BurnDrvmd_ghouls = { // Ghouls'n Ghosts (Euro, USA) static struct BurnRomInfo md_ghouls1RomDesc[] = { - { "mpr-12605.ic1", 0x020000, 0x1066c6ab, BRF_PRG | SEGA_MD_ROM_LOAD_NORMAL | SEGA_MD_ROM_OFFS_000000 }, - { "mpr-12606.ic2", 0x080000, 0xceebc56f, BRF_PRG | SEGA_MD_ROM_LOAD_NORMAL | SEGA_MD_ROM_OFFS_020000 }, + { "mpr-12605.ic1", 0x020000, 0x1066c6ab, BRF_PRG | SEGA_MD_ROM_LOAD_NORMAL | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-12606.ic2", 0x080000, 0xceebc56f, BRF_PRG | SEGA_MD_ROM_LOAD_NORMAL | SEGA_MD_ROM_OFFS_020000 }, }; STD_ROM_PICK(md_ghouls1) @@ -653,7 +653,7 @@ struct BurnDriver BurnDrvmd_ghouls1 = { // Greatest Heavyweights (Euro) static struct BurnRomInfo md_ghwRomDesc[] = { - { "mpr-16211.ic1", 0x200000, 0x9778c181, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-16211.ic1", 0x200000, 0x9778c181, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_ghw) @@ -671,7 +671,7 @@ struct BurnDriver BurnDrvmd_ghw = { // Capt'n Havoc (Euro) static struct BurnRomInfo md_havocRomDesc[] = { - { "mdch 9642.bin", 0x100000, 0x76e6d20d, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mdch 9642.bin", 0x100000, 0x76e6d20d, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_havoc) @@ -689,7 +689,7 @@ struct BurnDriver BurnDrvmd_havoc = { // Home Alone (Euro, USA) static struct BurnRomInfo md_homeaRomDesc[] = { - { "mpr-14996.ic1", 0x080000, 0xaa0d4387, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-14996.ic1", 0x080000, 0xaa0d4387, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_homea) @@ -707,7 +707,7 @@ struct BurnDriver BurnDrvmd_homea = { // Joe Montana II Sports Talk Football (World) static struct BurnRomInfo md_joemont2aRomDesc[] = { - { "mpr-14356.ic1", 0x100000, 0xf2363a4a, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-14356.ic1", 0x100000, 0xf2363a4a, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_joemont2a) @@ -725,7 +725,7 @@ struct BurnDriver BurnDrvmd_joemont2a = { // Talmit's Adventure (Euro) static struct BurnRomInfo md_talmitRomDesc[] = { - { "lrog453-eta.bin", 0x100000, 0x05dc3ffc, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "lrog453-eta.bin", 0x100000, 0x05dc3ffc, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_talmit) @@ -743,7 +743,7 @@ struct BurnDriver BurnDrvmd_talmit = { // Marvel Land (Jpn) static struct BurnRomInfo md_marvlandjRomDesc[] = { - { "lrog452-mml.bin", 0x100000, 0x5d162d21, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "lrog452-mml.bin", 0x100000, 0x5d162d21, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_marvlandj) @@ -761,7 +761,7 @@ struct BurnDriver BurnDrvmd_marvlandj = { // Mega Bomberman (Euro, Kor) static struct BurnRomInfo md_megabombRomDesc[] = { - { "mpr-17108.ic1", 0x100000, 0x54ab3beb, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-17108.ic1", 0x100000, 0x54ab3beb, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_megabomb) @@ -779,7 +779,7 @@ struct BurnDriver BurnDrvmd_megabomb = { // Mega Games 6 Vol. 3 (Euro) static struct BurnRomInfo md_megaga63RomDesc[] = { - { "mpr-18871.ic1", 0x300000, 0xfe3e7e4f, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-18871.ic1", 0x300000, 0xfe3e7e4f, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_megaga63) @@ -797,7 +797,7 @@ struct BurnDriver BurnDrvmd_megaga63 = { // Micro Machines 2 - Turbo Tournament (Euro, J-Cart) static struct BurnRomInfo md_micromc2RomDesc[] = { - { "mdm_2bead.bin", 0x100000, 0x42bfb7eb, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mdm_2bead.bin", 0x100000, 0x42bfb7eb, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_micromc2) @@ -815,7 +815,7 @@ struct BurnDriver BurnDrvmd_micromc2 = { // Micro Machines Turbo Tournament 96 (Euro, v1.1, J-Cart) static struct BurnRomInfo md_microm96RomDesc[] = { - { "mm96mdeddb.bin", 0x100000, 0x23319d0d, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mm96mdeddb.bin", 0x100000, 0x23319d0d, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_microm96) @@ -833,7 +833,7 @@ struct BurnDriver BurnDrvmd_microm96 = { // Pete Sampras Tennis (Euro, USA, J-Cart) static struct BurnRomInfo md_samprasRomDesc[] = { - { "mdst6636.bin", 0x100000, 0x94e505b2, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mdst6636.bin", 0x100000, 0x94e505b2, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_sampras) @@ -851,8 +851,8 @@ struct BurnDriver BurnDrvmd_sampras = { // Phantasy Star II (Euro, USA, Rev. A) static struct BurnRomInfo md_pstar2RomDesc[] = { - { "mpr-12851a.ic1", 0x080000, 0x74714110, BRF_PRG | SEGA_MD_ROM_LOAD_NORMAL | SEGA_MD_ROM_OFFS_000000 }, - { "mpr-12852a.ic2", 0x080000, 0xe304231a, BRF_PRG | SEGA_MD_ROM_LOAD_NORMAL | SEGA_MD_ROM_OFFS_080000 }, + { "mpr-12851a.ic1", 0x080000, 0x74714110, BRF_PRG | SEGA_MD_ROM_LOAD_NORMAL | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-12852a.ic2", 0x080000, 0xe304231a, BRF_PRG | SEGA_MD_ROM_LOAD_NORMAL | SEGA_MD_ROM_OFFS_080000 }, }; STD_ROM_PICK(md_pstar2) @@ -870,7 +870,7 @@ struct BurnDriver BurnDrvmd_pstar2 = { // Shining Force II (Euro) static struct BurnRomInfo md_shinfrc2RomDesc[] = { - { "mpr-16933.ic1", 0x200000, 0x83cb46d1, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-16933.ic1", 0x200000, 0x83cb46d1, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_shinfrc2) @@ -888,7 +888,7 @@ struct BurnDriver BurnDrvmd_shinfrc2 = { // The Smurfs (Euro, Rev. A) static struct BurnRomInfo md_smurfsRomDesc[] = { - { "mpr-17019a.ic1", 0x100000, 0x88b30eff, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-17019a.ic1", 0x100000, 0x88b30eff, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_smurfs) @@ -906,7 +906,7 @@ struct BurnDriver BurnDrvmd_smurfs = { // Soleil (Spa) static struct BurnRomInfo md_soleilsRomDesc[] = { - { "mpr-17512.ic1", 0x200000, 0x9ed4c323, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-17512.ic1", 0x200000, 0x9ed4c323, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_soleils) @@ -924,7 +924,7 @@ struct BurnDriver BurnDrvmd_soleils = { // Soleil (Fra) static struct BurnRomInfo md_soleilfRomDesc[] = { - { "mpr-17513.ic1", 0x200000, 0x08dc1ead, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-17513.ic1", 0x200000, 0x08dc1ead, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_soleilf) @@ -942,7 +942,7 @@ struct BurnDriver BurnDrvmd_soleilf = { // Soleil (Ger) static struct BurnRomInfo md_soleilgRomDesc[] = { - { "mpr-17514.ic1", 0x200000, 0x332b9ecd, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-17514.ic1", 0x200000, 0x332b9ecd, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_soleilg) @@ -960,7 +960,7 @@ struct BurnDriver BurnDrvmd_soleilg = { // Sonic the Hedgehog 3 (Euro) static struct BurnRomInfo md_sonic3RomDesc[] = { - { "mpr-16342.ic1", 0x200000, 0x6a632503, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-16342.ic1", 0x200000, 0x6a632503, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_sonic3) @@ -978,7 +978,7 @@ struct BurnDriver BurnDrvmd_sonic3 = { // Sonic the Hedgehog 3 (Jpn, Kor) static struct BurnRomInfo md_sonic3jRomDesc[] = { - { "mpr-16343.ic1", 0x200000, 0xf4951d1f, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-16343.ic1", 0x200000, 0xf4951d1f, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_sonic3j) @@ -996,8 +996,8 @@ struct BurnDriver BurnDrvmd_sonic3j = { // Sonic Compilation (Euro, Earlier) static struct BurnRomInfo md_soniccmp1RomDesc[] = { - { "mpr-18203.ic1", 0x200000, 0xfe61c79e, BRF_PRG | SEGA_MD_ROM_LOAD_NORMAL | SEGA_MD_ROM_OFFS_000000 }, - { "mpr-18204.ic2", 0x100000, 0x21d42146, BRF_PRG | SEGA_MD_ROM_LOAD_NORMAL | SEGA_MD_ROM_OFFS_200000 }, + { "mpr-18203.ic1", 0x200000, 0xfe61c79e, BRF_PRG | SEGA_MD_ROM_LOAD_NORMAL | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-18204.ic2", 0x100000, 0x21d42146, BRF_PRG | SEGA_MD_ROM_LOAD_NORMAL | SEGA_MD_ROM_OFFS_200000 }, }; STD_ROM_PICK(md_soniccmp1) @@ -1015,7 +1015,7 @@ struct BurnDriver BurnDrvmd_soniccmp1 = { // Sonic Spinball (Euro) static struct BurnRomInfo md_sspinRomDesc[] = { - { "mpr-16077.ic1", 0x100000, 0xaea0786d, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-16077.ic1", 0x100000, 0xaea0786d, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_sspin) @@ -1033,7 +1033,7 @@ struct BurnDriver BurnDrvmd_sspin = { // Space Harrier II (World) static struct BurnRomInfo md_sharrierRomDesc[] = { - { "mpr-12355.ic1", 0x080000, 0xe5c9cbb0, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-12355.ic1", 0x080000, 0xe5c9cbb0, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_sharrier) @@ -1051,8 +1051,8 @@ struct BurnDriver BurnDrvmd_sharrier = { // The Story of Thor - A Successor of The Light (Fra) static struct BurnRomInfo md_thorfRomDesc[] = { - { "mpr-17720.ic1", 0x200000, 0x5385f970, BRF_PRG | SEGA_MD_ROM_LOAD_NORMAL | SEGA_MD_ROM_OFFS_000000 }, - { "mpr-17721.ic2", 0x100000, 0x158fa2aa, BRF_PRG | SEGA_MD_ROM_LOAD_NORMAL | SEGA_MD_ROM_OFFS_200000 }, + { "mpr-17720.ic1", 0x200000, 0x5385f970, BRF_PRG | SEGA_MD_ROM_LOAD_NORMAL | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-17721.ic2", 0x100000, 0x158fa2aa, BRF_PRG | SEGA_MD_ROM_LOAD_NORMAL | SEGA_MD_ROM_OFFS_200000 }, }; STD_ROM_PICK(md_thorf) @@ -1070,7 +1070,7 @@ struct BurnDriver BurnDrvmd_thorf = { // Super Monaco GP (Euro, Jpn, Rev. A) static struct BurnRomInfo md_smgpRomDesc[] = { - { "mpr-13250a.ic1", 0x080000, 0xbe91b28a, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-13250a.ic1", 0x080000, 0xbe91b28a, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_smgp) @@ -1088,7 +1088,7 @@ struct BurnDriver BurnDrvmd_smgp = { // Super Smash TV (Euro, USA) static struct BurnRomInfo md_ssmashtvRomDesc[] = { - { "mpr-15040.ic1", 0x080000, 0xf22412b6, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-15040.ic1", 0x080000, 0xf22412b6, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_ssmashtv) @@ -1106,7 +1106,7 @@ struct BurnDriver BurnDrvmd_ssmashtv = { // The Addams Family (Euro, USA) static struct BurnRomInfo md_addfamRomDesc[] = { - { "mpr-16147.ic1", 0x100000, 0x71f58614, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-16147.ic1", 0x100000, 0x71f58614, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_addfam) @@ -1124,7 +1124,7 @@ struct BurnDriver BurnDrvmd_addfam = { // Light Crusader (Euro) static struct BurnRomInfo md_lightcRomDesc[] = { - { "mpr-18090.ic1", 0x200000, 0x52c7252b, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-18090.ic1", 0x200000, 0x52c7252b, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_lightc) @@ -1142,10 +1142,10 @@ struct BurnDriver BurnDrvmd_lightc = { // ESPN Speedworld (USA, Prototype) static struct BurnRomInfo md_espnspedpRomDesc[] = { - { "u4.bin", 0x080000, 0x525788b1, BRF_PRG | SEGA_MD_ROM_LOAD16_BYTE | SEGA_MD_ROM_OFFS_000000 }, - { "u5.bin", 0x080000, 0xada9c9a8, BRF_PRG | SEGA_MD_ROM_LOAD16_BYTE | SEGA_MD_ROM_OFFS_000001 }, - { "u1.bin", 0x080000, 0xe8ee1029, BRF_PRG | SEGA_MD_ROM_LOAD16_BYTE | SEGA_MD_ROM_OFFS_100000 }, - { "u2.bin", 0x080000, 0x0f3ec491, BRF_PRG | SEGA_MD_ROM_LOAD16_BYTE | SEGA_MD_ROM_OFFS_100001 }, + { "u4.bin", 0x080000, 0x525788b1, BRF_PRG | SEGA_MD_ROM_LOAD16_BYTE | SEGA_MD_ROM_OFFS_000000 }, + { "u5.bin", 0x080000, 0xada9c9a8, BRF_PRG | SEGA_MD_ROM_LOAD16_BYTE | SEGA_MD_ROM_OFFS_000001 }, + { "u1.bin", 0x080000, 0xe8ee1029, BRF_PRG | SEGA_MD_ROM_LOAD16_BYTE | SEGA_MD_ROM_OFFS_100000 }, + { "u2.bin", 0x080000, 0x0f3ec491, BRF_PRG | SEGA_MD_ROM_LOAD16_BYTE | SEGA_MD_ROM_OFFS_100001 }, }; STD_ROM_PICK(md_espnspedp) @@ -1163,10 +1163,10 @@ struct BurnDriver BurnDrvmd_espnspedp = { // ESPN Sunday Night NFL (USA, Prototype) static struct BurnRomInfo md_espnnflpRomDesc[] = { - { "u4.bin", 0x080000, 0x9f427221, BRF_PRG | SEGA_MD_ROM_LOAD16_BYTE | SEGA_MD_ROM_OFFS_000000 }, - { "u5.bin", 0x080000, 0x3445f0e8, BRF_PRG | SEGA_MD_ROM_LOAD16_BYTE | SEGA_MD_ROM_OFFS_000001 }, - { "u1.bin", 0x080000, 0x5d05efc5, BRF_PRG | SEGA_MD_ROM_LOAD16_BYTE | SEGA_MD_ROM_OFFS_100000 }, - { "u2.bin", 0x080000, 0x7ae6fd4b, BRF_PRG | SEGA_MD_ROM_LOAD16_BYTE | SEGA_MD_ROM_OFFS_100001 }, + { "u4.bin", 0x080000, 0x9f427221, BRF_PRG | SEGA_MD_ROM_LOAD16_BYTE | SEGA_MD_ROM_OFFS_000000 }, + { "u5.bin", 0x080000, 0x3445f0e8, BRF_PRG | SEGA_MD_ROM_LOAD16_BYTE | SEGA_MD_ROM_OFFS_000001 }, + { "u1.bin", 0x080000, 0x5d05efc5, BRF_PRG | SEGA_MD_ROM_LOAD16_BYTE | SEGA_MD_ROM_OFFS_100000 }, + { "u2.bin", 0x080000, 0x7ae6fd4b, BRF_PRG | SEGA_MD_ROM_LOAD16_BYTE | SEGA_MD_ROM_OFFS_100001 }, }; STD_ROM_PICK(md_espnnflp) @@ -1184,7 +1184,7 @@ struct BurnDriver BurnDrvmd_espnnflp = { // The Incredible Crash Dummies (Euro, USA) static struct BurnRomInfo md_crashdumRomDesc[] = { - { "mpr-16259.ic1", 0x100000, 0x1f6e574a, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-16259.ic1", 0x100000, 0x1f6e574a, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_crashdum) @@ -1202,7 +1202,7 @@ struct BurnDriver BurnDrvmd_crashdum = { // ESWAT - City Under Siege (Euro, USA, Rev. A) static struct BurnRomInfo md_eswatRomDesc[] = { - { "mpr-13192a.ic1", 0x080000, 0xe72f8a36, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-13192a.ic1", 0x080000, 0xe72f8a36, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_eswat) @@ -1220,7 +1220,7 @@ struct BurnDriver BurnDrvmd_eswat = { // Evander Holyfield's 'Real Deal' Boxing (World) static struct BurnRomInfo md_evanderRomDesc[] = { - { "mpr-14860.ic1", 0x080000, 0x4fef37c8, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-14860.ic1", 0x080000, 0x4fef37c8, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_evander) @@ -1238,7 +1238,7 @@ struct BurnDriver BurnDrvmd_evander = { // Ex-Mutants (Euro, USA) static struct BurnRomInfo md_exmutantRomDesc[] = { - { "mpr-15225.ic1", 0x100000, 0x33b1979f, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-15225.ic1", 0x100000, 0x33b1979f, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_exmutant) @@ -1256,7 +1256,7 @@ struct BurnDriver BurnDrvmd_exmutant = { // Galaxy Force II (World, Rev. B) static struct BurnRomInfo md_gforce2RomDesc[] = { - { "mpr-14248b.ic1", 0x100000, 0xd15f5c3c, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-14248b.ic1", 0x100000, 0xd15f5c3c, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_gforce2) @@ -1274,7 +1274,7 @@ struct BurnDriver BurnDrvmd_gforce2 = { // Mutant League Football (Euro, USA) static struct BurnRomInfo md_mlfootbRomDesc[] = { - { "mlf03.u1", 0x100000, 0xdce29c9d, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mlf03.u1", 0x100000, 0xdce29c9d, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_mlfootb) @@ -1292,7 +1292,7 @@ struct BurnDriver BurnDrvmd_mlfootb = { // Pink Goes to Hollywood (Euro, USA) static struct BurnRomInfo md_pinkRomDesc[] = { - { "mpr-16065.ic1", 0x100000, 0xb5804771, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-16065.ic1", 0x100000, 0xb5804771, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_pink) @@ -1310,7 +1310,7 @@ struct BurnDriver BurnDrvmd_pink = { // Spider-Man and X-Men - Arcade's Revenge (Euro, USA) static struct BurnRomInfo md_spidxmenRomDesc[] = { - { "mpr-15709.ic1", 0x100000, 0x4a4414ea, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-15709.ic1", 0x100000, 0x4a4414ea, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_spidxmen) @@ -1328,7 +1328,7 @@ struct BurnDriver BurnDrvmd_spidxmen = { // Zoom! (World) static struct BurnRomInfo md_zoomRomDesc[] = { - { "mpr-12807.ic1", 0x040000, 0x724d6965, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-12807.ic1", 0x040000, 0x724d6965, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_zoom) @@ -1346,7 +1346,7 @@ struct BurnDriver BurnDrvmd_zoom = { // Zany Golf (Euro, USA, v1.1) static struct BurnRomInfo md_zanygolfRomDesc[] = { - { "zany golf (euro, usa) (v1.1).bin", 0x080000, 0x74ed7607, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "zany golf (euro, usa) (v1.1).bin", 0x080000, 0x74ed7607, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_zanygolf) @@ -1364,7 +1364,7 @@ struct BurnDriver BurnDrvmd_zanygolf = { // Bugs Bunny in Double Trouble (Euro) static struct BurnRomInfo md_bugsbunRomDesc[] = { - { "mpr-18887.ic1", 0x200000, 0xcec0a0bb, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-18887.ic1", 0x200000, 0xcec0a0bb, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_bugsbun) @@ -1382,7 +1382,7 @@ struct BurnDriver BurnDrvmd_bugsbun = { // Kid Chameleon (Euro, Korea, USA) static struct BurnRomInfo md_kidchamRomDesc[] = { - { "mpr-14557.ic1", 0x100000, 0xce36e6cc, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-14557.ic1", 0x100000, 0xce36e6cc, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_kidcham) @@ -1400,7 +1400,7 @@ struct BurnDriver BurnDrvmd_kidcham = { // FIFA Soccer 95 (Kor) static struct BurnRomInfo md_fifa95kRomDesc[] = { - { "lh5370hd.bin", 0x200000, 0x012591f9, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "lh5370hd.bin", 0x200000, 0x012591f9, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_fifa95k) @@ -1418,7 +1418,7 @@ struct BurnDriver BurnDrvmd_fifa95k = { // Shinobi III - Return of the Ninja Master (Euro) static struct BurnRomInfo md_shinobi3RomDesc[] = { - { "mpr-15798.ic1", 0x100000, 0x0b6d3eb5, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-15798.ic1", 0x100000, 0x0b6d3eb5, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_shinobi3) @@ -1436,7 +1436,7 @@ struct BurnDriver BurnDrvmd_shinobi3 = { // Thunder Force II (Euro, USA) static struct BurnRomInfo md_tf2RomDesc[] = { - { "mpr-12559.ic1", 0x080000, 0x9b1561b3, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-12559.ic1", 0x080000, 0x9b1561b3, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_tf2) @@ -1454,7 +1454,7 @@ struct BurnDriver BurnDrvmd_tf2 = { // QuackShot Starring Donald Duck ~ QuackShot - Guruzia Ou no Hihou (World) static struct BurnRomInfo md_quackshtRomDesc[] = { - { "mpr-14371.ic1", 0x080000, 0x5dd28dd7, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP_CONTINUE_040000_100000 | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-14371.ic1", 0x080000, 0x5dd28dd7, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP_CONTINUE_040000_100000 | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_quacksht) @@ -1472,7 +1472,7 @@ struct BurnDriver BurnDrvmd_quacksht = { // Herzog Zwei (Euro, USA) static struct BurnRomInfo md_herzogRomDesc[] = { - { "mpr-12929.ic1", 0x080000, 0xa605b65b, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-12929.ic1", 0x080000, 0xa605b65b, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_herzog) @@ -1490,7 +1490,7 @@ struct BurnDriver BurnDrvmd_herzog = { // Landstalker - Le Trésor du Roi Nole (Fra) static struct BurnRomInfo md_landstlkfRomDesc[] = { - { "mpr-15976.ic1", 0x200000, 0x5de7d917, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-15976.ic1", 0x200000, 0x5de7d917, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_landstlkf) @@ -1508,7 +1508,7 @@ struct BurnDriver BurnDrvmd_landstlkf = { // Sonic the Hedgehog (Euro, USA) static struct BurnRomInfo md_sonicRomDesc[] = { - { "mpr-13913.ic1", 0x080000, 0xf9394e97, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-13913.ic1", 0x080000, 0xf9394e97, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_sonic) @@ -1526,7 +1526,7 @@ struct BurnDriver BurnDrvmd_sonic = { // Aero the Acro-Bat 2 (Euro) static struct BurnRomInfo md_aero2RomDesc[] = { - { "mpr-17303.ic1", 0x200000, 0xa451f9a1, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-17303.ic1", 0x200000, 0xa451f9a1, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_aero2) @@ -1544,7 +1544,7 @@ struct BurnDriver BurnDrvmd_aero2 = { // Batman Returns (World) static struct BurnRomInfo md_batmanrnRomDesc[] = { - { "mpr-14998.ic1", 0x100000, 0x4a3225c0, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-14998.ic1", 0x100000, 0x4a3225c0, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_batmanrn) @@ -1562,7 +1562,7 @@ struct BurnDriver BurnDrvmd_batmanrn = { // Super Thunder Blade (World) static struct BurnRomInfo md_stbladRomDesc[] = { - { "mpr-12354.bin", 0x080000, 0xb13087ee, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-12354.bin", 0x080000, 0xb13087ee, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_stblad) @@ -1580,7 +1580,7 @@ struct BurnDriver BurnDrvmd_stblad = { // FIFA Soccer 95 (Euro, USA) static struct BurnRomInfo md_fifa95RomDesc[] = { - { "fifa95b1.bin", 0x200000, 0xb389d036, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "fifa95b1.bin", 0x200000, 0xb389d036, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_fifa95) @@ -1598,7 +1598,7 @@ struct BurnDriver BurnDrvmd_fifa95 = { // Skitchin (Euro, USA) static struct BurnRomInfo md_skitchinRomDesc[] = { - { "skitchin skit09.bin", 0x200000, 0xf785f9d7, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "skitchin skit09.bin", 0x200000, 0xf785f9d7, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_skitchin) @@ -1616,7 +1616,7 @@ struct BurnDriver BurnDrvmd_skitchin = { // Paperboy 2 (Euro, USA) static struct BurnRomInfo md_paperbo2RomDesc[] = { - { "mpr-15320.ic1", 0x100000, 0x1de28bb1, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-15320.ic1", 0x100000, 0x1de28bb1, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_paperbo2) @@ -1634,7 +1634,7 @@ struct BurnDriver BurnDrvmd_paperbo2 = { // Jewel Master (Euro, USA, Rev. A) static struct BurnRomInfo md_jewelmsRomDesc[] = { - { "mpr-14118a.ic1", 0x080000, 0xcee98813, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-14118a.ic1", 0x080000, 0xcee98813, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_jewelms) @@ -1652,7 +1652,7 @@ struct BurnDriver BurnDrvmd_jewelms = { // Side Pocket (USA) static struct BurnRomInfo md_sidepockuRomDesc[] = { - { "mpr-15008.ic1", 0x100000, 0xaf9f275d, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-15008.ic1", 0x100000, 0xaf9f275d, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_sidepocku) @@ -1670,7 +1670,7 @@ struct BurnDriver BurnDrvmd_sidepocku = { // Psycho Pinball (Euro, 199410) static struct BurnRomInfo md_psychoRomDesc[] = { - { "mdppf821.bin", 0x200000, 0x32dd8351, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mdppf821.bin", 0x200000, 0x32dd8351, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_psycho) @@ -1688,7 +1688,7 @@ struct BurnDriver BurnDrvmd_psycho = { // Psycho Pinball (Euro, 199409) static struct BurnRomInfo md_psycho1RomDesc[] = { - { "mdpp021f.bin", 0x200000, 0x1ab8f1a1, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mdpp021f.bin", 0x200000, 0x1ab8f1a1, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_psycho1) @@ -1706,7 +1706,7 @@ struct BurnDriver BurnDrvmd_psycho1 = { // Micro Machines (Euro, USA) static struct BurnRomInfo md_micromacRomDesc[] = { - { "mdmmacd3.bin", 0x080000, 0x50081a0b, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mdmmacd3.bin", 0x080000, 0x50081a0b, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_micromac) @@ -1724,8 +1724,8 @@ struct BurnDriver BurnDrvmd_micromac = { // 2 in 1 - Psycho Pinball & Micro Machines (Euro) static struct BurnRomInfo md_2psymmacRomDesc[] = { - { "mdppf821.bin", 0x200000, 0x32dd8351, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, - { "mdmm_acd3.bin", 0x080000, 0x50081a0b, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_200000 }, + { "mdppf821.bin", 0x200000, 0x32dd8351, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mdmm_acd3.bin", 0x080000, 0x50081a0b, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_200000 }, }; STD_ROM_PICK(md_2psymmac) @@ -1743,7 +1743,7 @@ struct BurnDriver BurnDrvmd_2psymmac = { // 13 Ma Jiang - 98 Mei Shao Nu Pian (Chi) static struct BurnRomInfo md_13mahjanRomDesc[] = { - { "13 mahjong 98 (unl).bin", 0x0a0000, 0x68b372f6, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "13 mahjong 98 (unl).bin", 0x0a0000, 0x68b372f6, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_13mahjan) @@ -1761,7 +1761,7 @@ struct BurnDriver BurnDrvmd_13mahjan = { // 16 Ton (Jpn, SegaNet) static struct BurnRomInfo md_16tonRomDesc[] = { - { "16 ton (jpn) (sn).bin", 0x040000, 0x537f04b6, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "16 ton (jpn) (sn).bin", 0x040000, 0x537f04b6, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_16ton) @@ -1779,7 +1779,7 @@ struct BurnDriver BurnDrvmd_16ton = { // 16 Ton (Jpn, Game no Kandume MegaCD Rip) static struct BurnRomInfo md_16tongnkRomDesc[] = { - { "16 ton (jpn) (gnk).bin", 0x040000, 0x98149eaf, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "16 ton (jpn) (gnk).bin", 0x040000, 0x98149eaf, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_16tongnk) @@ -1797,7 +1797,7 @@ struct BurnDriver BurnDrvmd_16tongnk = { // 16 Zhang Ma Jiang (Chi) static struct BurnRomInfo md_16zhanRomDesc[] = { - { "16 zhang ma jiang (chi) (unl).bin", 0x100000, 0x36407c82, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "16 zhang ma jiang (chi) (unl).bin", 0x100000, 0x36407c82, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_16zhan) @@ -1815,7 +1815,7 @@ struct BurnDriver BurnDrvmd_16zhan = { // 3 Ninjas Kick Back (USA) static struct BurnRomInfo md_3ninjaRomDesc[] = { - { "3 ninjas kick back (usa).bin", 0x200000, 0xe5a24999, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "3 ninjas kick back (usa).bin", 0x200000, 0xe5a24999, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_3ninja) @@ -1833,7 +1833,7 @@ struct BurnDriver BurnDrvmd_3ninja = { // 3 in 1 Flashback - World Championship Soccer - Tecmo World Cup 92 (Pirate) static struct BurnRomInfo md_3in1fwtRomDesc[] = { - { "3-in-1 flashback - world champ. soccer - tecmo world cup 92 (pirate).bin", 0x200000, 0xa8fd28d7, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "3-in-1 flashback - world champ. soccer - tecmo world cup 92 (pirate).bin", 0x200000, 0xa8fd28d7, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_3in1fwt) @@ -1851,7 +1851,7 @@ struct BurnDriver BurnDrvmd_3in1fwt = { // 3 in 1 Road Rash - Ms. Pac-Man - Block Out (Pirate) static struct BurnRomInfo md_3in1rmbRomDesc[] = { - { "3-in-1 road rash - ms. pac-man - block out (pirate).bin", 0x100000, 0x13c96154, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "3-in-1 road rash - ms. pac-man - block out (pirate).bin", 0x100000, 0x13c96154, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_3in1rmb) @@ -1869,7 +1869,7 @@ struct BurnDriver BurnDrvmd_3in1rmb = { // 6-Pak (USA) static struct BurnRomInfo md_6pakRomDesc[] = { - { "6-pak (usa).bin", 0x300000, 0x1a6f45dc, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "6-pak (usa).bin", 0x300000, 0x1a6f45dc, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_6pak) @@ -1887,7 +1887,7 @@ struct BurnDriver BurnDrvmd_6pak = { // 688 Attack Sub (Euro, USA) static struct BurnRomInfo md_688atsubRomDesc[] = { - { "mpr-13956.bin", 0x100000, 0xf2c58bf7, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-13956.bin", 0x100000, 0xf2c58bf7, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_688atsub) @@ -1905,7 +1905,7 @@ struct BurnDriver BurnDrvmd_688atsub = { // A Ressha de Ikou MD - Take the "A" Train (Jpn) static struct BurnRomInfo md_aresshmdRomDesc[] = { - { "a ressha de ikou md (jpn).bin", 0x080000, 0x3d45de4f, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "a ressha de ikou md (jpn).bin", 0x080000, 0x3d45de4f, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_aresshmd) @@ -1923,7 +1923,7 @@ struct BurnDriver BurnDrvmd_aresshmd = { // Aa Harimanada (Jpn) static struct BurnRomInfo md_aaharimaRomDesc[] = { - { "aa harimanada (jpn).bin", 0x200000, 0x065f6021, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "aa harimanada (jpn).bin", 0x200000, 0x065f6021, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_aaharima) @@ -1941,7 +1941,7 @@ struct BurnDriver BurnDrvmd_aaharima = { // AAAHH!!! Real Monsters (Euro) static struct BurnRomInfo md_aaahhrmRomDesc[] = { - { "aaahh!!! real monsters (euro).bin", 0x200000, 0x7ad115ff, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "aaahh!!! real monsters (euro).bin", 0x200000, 0x7ad115ff, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_aaahhrm) @@ -1959,7 +1959,7 @@ struct BurnDriver BurnDrvmd_aaahhrm = { // AAAHH!!! Real Monsters (USA) static struct BurnRomInfo md_aaahhrmuRomDesc[] = { - { "aaahh!!! real monsters (usa).bin", 0x200000, 0xfdc80bfc, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "aaahh!!! real monsters (usa).bin", 0x200000, 0xfdc80bfc, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_aaahhrmu) @@ -1977,7 +1977,7 @@ struct BurnDriver BurnDrvmd_aaahhrmu = { // Action 52 (USA) static struct BurnRomInfo md_action52RomDesc[] = { - { "action 52 (usa) (unl).bin", 0x200000, 0x29ff58ae, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "action 52 (usa) (unl).bin", 0x200000, 0x29ff58ae, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_action52) @@ -1995,7 +1995,7 @@ struct BurnDriver BurnDrvmd_action52 = { // Action 52 (USA, Alt) static struct BurnRomInfo md_action52aRomDesc[] = { - { "action 52 (usa) (alt) (unl).bin", 0x200000, 0x8809d666, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "action 52 (usa) (alt) (unl).bin", 0x200000, 0x8809d666, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_action52a) @@ -2013,7 +2013,7 @@ struct BurnDriver BurnDrvmd_action52a = { // Addams Family Values (Euro) static struct BurnRomInfo md_addfamvRomDesc[] = { - { "addams family values (euro).bin", 0x200000, 0xb906b992, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "addams family values (euro).bin", 0x200000, 0xb906b992, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_addfamv) @@ -2031,7 +2031,7 @@ struct BurnDriver BurnDrvmd_addfamv = { // The Addams Family (USA, Prototype) static struct BurnRomInfo md_addfamp1RomDesc[] = { - { "addams family, the (usa) (beta).bin", 0x100000, 0x2803a5ca, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "addams family, the (usa) (beta).bin", 0x100000, 0x2803a5ca, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_addfamp1) @@ -2049,7 +2049,7 @@ struct BurnDriver BurnDrvmd_addfamp1 = { // The Addams Family (USA, Prototype, Alt) static struct BurnRomInfo md_addfamp2RomDesc[] = { - { "addams family, the (usa) (beta) (alt).bin", 0x100000, 0x3a173e1f, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "addams family, the (usa) (beta) (alt).bin", 0x100000, 0x3a173e1f, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_addfamp2) @@ -2067,7 +2067,7 @@ struct BurnDriver BurnDrvmd_addfamp2 = { // Advanced Daisenryaku - Deutsch Dengeki Sakusen (Jpn, Rev. A) static struct BurnRomInfo md_advdaisnRomDesc[] = { - { "mpr-13842a.bin", 0x100000, 0xe0d5e18a, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-13842a.bin", 0x100000, 0xe0d5e18a, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_advdaisn) @@ -2085,7 +2085,7 @@ struct BurnDriver BurnDrvmd_advdaisn = { // The Adventures of Batman & Robin (Prototype, 19950406) static struct BurnRomInfo md_advbatrp12RomDesc[] = { - { "adventures of batman & robin, the (prototype - apr 06, 1995).bin", 0x200000, 0xf05cf389, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "adventures of batman & robin, the (prototype - apr 06, 1995).bin", 0x200000, 0xf05cf389, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_advbatrp12) @@ -2103,7 +2103,7 @@ struct BurnDriver BurnDrvmd_advbatrp12 = { // The Adventures of Batman & Robin (Prototype, 19950410) static struct BurnRomInfo md_advbatrp11RomDesc[] = { - { "adventures of batman & robin, the (prototype - apr 10, 1995).bin", 0x200000, 0xd4f3a070, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "adventures of batman & robin, the (prototype - apr 10, 1995).bin", 0x200000, 0xd4f3a070, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_advbatrp11) @@ -2121,7 +2121,7 @@ struct BurnDriver BurnDrvmd_advbatrp11 = { // The Adventures of Batman & Robin (Prototype, 19950411) static struct BurnRomInfo md_advbatrp10RomDesc[] = { - { "adventures of batman & robin, the (prototype - apr 11, 1995).bin", 0x200000, 0xb5b5a290, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "adventures of batman & robin, the (prototype - apr 11, 1995).bin", 0x200000, 0xb5b5a290, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_advbatrp10) @@ -2139,7 +2139,7 @@ struct BurnDriver BurnDrvmd_advbatrp10 = { // The Adventures of Batman & Robin (Prototype, 19950418) static struct BurnRomInfo md_advbatrp09RomDesc[] = { - { "adventures of batman & robin, the (prototype - apr 18, 1995).bin", 0x200000, 0x6874142b, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "adventures of batman & robin, the (prototype - apr 18, 1995).bin", 0x200000, 0x6874142b, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_advbatrp09) @@ -2157,7 +2157,7 @@ struct BurnDriver BurnDrvmd_advbatrp09 = { // The Adventures of Batman & Robin (Prototype, 19950419) static struct BurnRomInfo md_advbatrp08RomDesc[] = { - { "adventures of batman & robin, the (prototype - apr 19, 1995).bin", 0x200000, 0x7002da56, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "adventures of batman & robin, the (prototype - apr 19, 1995).bin", 0x200000, 0x7002da56, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_advbatrp08) @@ -2175,7 +2175,7 @@ struct BurnDriver BurnDrvmd_advbatrp08 = { // The Adventures of Batman & Robin (Prototype, 19950421) static struct BurnRomInfo md_advbatrp07RomDesc[] = { - { "adventures of batman & robin, the (prototype - apr 21, 1995).bin", 0x200000, 0x61f02f13, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "adventures of batman & robin, the (prototype - apr 21, 1995).bin", 0x200000, 0x61f02f13, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_advbatrp07) @@ -2193,7 +2193,7 @@ struct BurnDriver BurnDrvmd_advbatrp07 = { // The Adventures of Batman & Robin (Prototype, 19950422) static struct BurnRomInfo md_advbatrp06RomDesc[] = { - { "adventures of batman & robin, the (prototype - apr 22, 1995).bin", 0x200000, 0xeb8236b2, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "adventures of batman & robin, the (prototype - apr 22, 1995).bin", 0x200000, 0xeb8236b2, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_advbatrp06) @@ -2211,7 +2211,7 @@ struct BurnDriver BurnDrvmd_advbatrp06 = { // The Adventures of Batman & Robin (Prototype, 19950424) static struct BurnRomInfo md_advbatrp05RomDesc[] = { - { "adventures of batman & robin, the (prototype - apr 24, 1995).bin", 0x200000, 0x253947f8, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "adventures of batman & robin, the (prototype - apr 24, 1995).bin", 0x200000, 0x253947f8, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_advbatrp05) @@ -2229,7 +2229,7 @@ struct BurnDriver BurnDrvmd_advbatrp05 = { // The Adventures of Batman & Robin (Prototype, 19950426) static struct BurnRomInfo md_advbatrp04RomDesc[] = { - { "adventures of batman & robin, the (prototype - apr 26, 1995).bin", 0x200000, 0xbc79f7ee, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "adventures of batman & robin, the (prototype - apr 26, 1995).bin", 0x200000, 0xbc79f7ee, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_advbatrp04) @@ -2247,7 +2247,7 @@ struct BurnDriver BurnDrvmd_advbatrp04 = { // The Adventures of Batman & Robin (Prototype, 19950427) static struct BurnRomInfo md_advbatrp03RomDesc[] = { - { "adventures of batman & robin, the (prototype - apr 27, 1995).bin", 0x200000, 0xfdac8190, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "adventures of batman & robin, the (prototype - apr 27, 1995).bin", 0x200000, 0xfdac8190, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_advbatrp03) @@ -2265,7 +2265,7 @@ struct BurnDriver BurnDrvmd_advbatrp03 = { // The Adventures of Batman & Robin (Prototype, 19950428) static struct BurnRomInfo md_advbatrp02RomDesc[] = { - { "adventures of batman & robin, the (prototype - apr 28, 1995).bin", 0x200000, 0x27a1524b, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "adventures of batman & robin, the (prototype - apr 28, 1995).bin", 0x200000, 0x27a1524b, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_advbatrp02) @@ -2283,7 +2283,7 @@ struct BurnDriver BurnDrvmd_advbatrp02 = { // The Adventures of Batman & Robin (Prototype, 19950501) static struct BurnRomInfo md_advbatrp01RomDesc[] = { - { "adventures of batman & robin, the (prototype - may 01, 1995).bin", 0x200000, 0x589aa203, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "adventures of batman & robin, the (prototype - may 01, 1995).bin", 0x200000, 0x589aa203, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_advbatrp01) @@ -2301,7 +2301,7 @@ struct BurnDriver BurnDrvmd_advbatrp01 = { // The Adventures of Batman & Robin (USA) static struct BurnRomInfo md_advbatruRomDesc[] = { - { "adventures of batman & robin, the (usa).bin", 0x200000, 0x0caaa4ac, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "adventures of batman & robin, the (usa).bin", 0x200000, 0x0caaa4ac, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_advbatru) @@ -2319,7 +2319,7 @@ struct BurnDriver BurnDrvmd_advbatru = { // The Adventures of Mighty Max (USA) static struct BurnRomInfo md_mightmaxuRomDesc[] = { - { "adventures of mighty max, the (usa).bin", 0x100000, 0x55f13a00, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "adventures of mighty max, the (usa).bin", 0x100000, 0x55f13a00, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_mightmaxu) @@ -2337,7 +2337,7 @@ struct BurnDriver BurnDrvmd_mightmaxu = { // The Adventures of Rocky and Bullwinkle and Friends (USA) static struct BurnRomInfo md_rockybwRomDesc[] = { - { "adventures of rocky and bullwinkle and friends, the (usa).bin", 0x100000, 0xef02d57b, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "adventures of rocky and bullwinkle and friends, the (usa).bin", 0x100000, 0xef02d57b, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_rockybw) @@ -2355,7 +2355,7 @@ struct BurnDriver BurnDrvmd_rockybw = { // Adventurous Boy - Mao Xian Xiao Zi (Chi) static struct BurnRomInfo md_adveboyRomDesc[] = { - { "adventurous boy - mao xian xiao zi (chi) (unl).bin", 0x080000, 0xd4403913, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "adventurous boy - mao xian xiao zi (chi) (unl).bin", 0x080000, 0xd4403913, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_adveboy) @@ -2373,7 +2373,7 @@ struct BurnDriver BurnDrvmd_adveboy = { // Aero the Acro-Bat (Euro) static struct BurnRomInfo md_aeroRomDesc[] = { - { "mpr-16603.bin", 0x100000, 0x1a3eaf57, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-16603.bin", 0x100000, 0x1a3eaf57, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_aero) @@ -2391,7 +2391,7 @@ struct BurnDriver BurnDrvmd_aero = { // Aero the Acro-Bat (Prototype) static struct BurnRomInfo md_aeropRomDesc[] = { - { "aero the acro-bat (beta).bin", 0x100000, 0xdcd14b10, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "aero the acro-bat (beta).bin", 0x100000, 0xdcd14b10, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_aerop) @@ -2409,7 +2409,7 @@ struct BurnDriver BurnDrvmd_aerop = { // Aero the Acro-Bat (USA) static struct BurnRomInfo md_aerouRomDesc[] = { - { "aero the acro-bat (usa).bin", 0x100000, 0xa3a7a8b5, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "aero the acro-bat (usa).bin", 0x100000, 0xa3a7a8b5, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_aerou) @@ -2427,7 +2427,7 @@ struct BurnDriver BurnDrvmd_aerou = { // Aero the Acro-Bat 2 (USA) static struct BurnRomInfo md_aero2uRomDesc[] = { - { "aero the acro-bat 2 (usa).bin", 0x200000, 0x39eb74eb, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "aero the acro-bat 2 (usa).bin", 0x200000, 0x39eb74eb, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_aero2u) @@ -2445,7 +2445,7 @@ struct BurnDriver BurnDrvmd_aero2u = { // Aerobiz (USA) static struct BurnRomInfo md_aerobizRomDesc[] = { - { "aerobiz (usa).bin", 0x100000, 0xcfaa9bce, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "aerobiz (usa).bin", 0x100000, 0xcfaa9bce, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_aerobiz) @@ -2463,7 +2463,7 @@ struct BurnDriver BurnDrvmd_aerobiz = { // Air Management - Oozora ni Kakeru (Jpn) static struct BurnRomInfo md_airmanagRomDesc[] = { - { "air management - oozora ni kakeru (jpn).bin", 0x100000, 0xb3db0c71, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "air management - oozora ni kakeru (jpn).bin", 0x100000, 0xb3db0c71, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_airmanag) @@ -2481,7 +2481,7 @@ struct BurnDriver BurnDrvmd_airmanag = { // Aerobiz Supersonic (USA) static struct BurnRomInfo md_aerobizsRomDesc[] = { - { "aerobiz supersonic (usa).bin", 0x100000, 0x9377f1b5, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "aerobiz supersonic (usa).bin", 0x100000, 0x9377f1b5, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_aerobizs) @@ -2499,7 +2499,7 @@ struct BurnDriver BurnDrvmd_aerobizs = { // Air Management II - Koukuuou o Mezase (Jpn) static struct BurnRomInfo md_airmang2RomDesc[] = { - { "air management ii - koukuuou o mezase (jpn).bin", 0x100000, 0x4582817b, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "air management ii - koukuuou o mezase (jpn).bin", 0x100000, 0x4582817b, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_airmang2) @@ -2517,7 +2517,7 @@ struct BurnDriver BurnDrvmd_airmang2 = { // After Burner II (Euro, USA) static struct BurnRomInfo md_aburner2RomDesc[] = { - { "mpr-13261.bin", 0x080000, 0xccafe00e, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-13261.bin", 0x080000, 0xccafe00e, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_aburner2) @@ -2535,7 +2535,7 @@ struct BurnDriver BurnDrvmd_aburner2 = { // After Burner II (Jpn) static struct BurnRomInfo md_aburner2jRomDesc[] = { - { "mpr-12941.bin", 0x080000, 0x4ff37e66, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-12941.bin", 0x080000, 0x4ff37e66, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_aburner2j) @@ -2553,7 +2553,7 @@ struct BurnDriver BurnDrvmd_aburner2j = { // Air Buster: Trouble Specialty Raid Unit (USA) static struct BurnRomInfo md_airbustrRomDesc[] = { - { "air buster (usa).bin", 0x080000, 0xf3d65baa, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "air buster (usa).bin", 0x080000, 0xf3d65baa, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_airbustr) @@ -2571,7 +2571,7 @@ struct BurnDriver BurnDrvmd_airbustr = { // Aero Blasters: Trouble Specialty Raid Unit (Jpn) static struct BurnRomInfo md_aeroblstRomDesc[] = { - { "aero blasters (jpn).bin", 0x080000, 0xa00da987, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "aero blasters (jpn).bin", 0x080000, 0xa00da987, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_aeroblst) @@ -2589,7 +2589,7 @@ struct BurnDriver BurnDrvmd_aeroblst = { // Air Diver (USA) static struct BurnRomInfo md_airdiverRomDesc[] = { - { "air diver (usa).bin", 0x080000, 0x2041885e, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "air diver (usa).bin", 0x080000, 0x2041885e, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_airdiver) @@ -2607,7 +2607,7 @@ struct BurnDriver BurnDrvmd_airdiver = { // Air Diver (Jpn) static struct BurnRomInfo md_airdiverjRomDesc[] = { - { "air diver (jpn).bin", 0x080000, 0x9e2d5b91, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "air diver (jpn).bin", 0x080000, 0x9e2d5b91, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_airdiverj) @@ -2625,7 +2625,7 @@ struct BurnDriver BurnDrvmd_airdiverj = { // Disney's Aladdin (Euro) static struct BurnRomInfo md_aladdinRomDesc[] = { - { "mpr-15939.bin", 0x200000, 0xd1845e8f, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-15939.bin", 0x200000, 0xd1845e8f, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_aladdin) @@ -2643,7 +2643,7 @@ struct BurnDriver BurnDrvmd_aladdin = { // Disney's Aladdin (Jpn) static struct BurnRomInfo md_aladdinjRomDesc[] = { - { "aladdin (jpn).bin", 0x200000, 0xfb5aacf0, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "aladdin (jpn).bin", 0x200000, 0xfb5aacf0, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_aladdinj) @@ -2661,7 +2661,7 @@ struct BurnDriver BurnDrvmd_aladdinj = { // Disney's Aladdin (USA) static struct BurnRomInfo md_aladdinuRomDesc[] = { - { "aladdin (usa).bin", 0x200000, 0xed427ea9, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "aladdin (usa).bin", 0x200000, 0xed427ea9, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_aladdinu) @@ -2679,7 +2679,7 @@ struct BurnDriver BurnDrvmd_aladdinu = { // Disney's Aladdin (USA, Prototype) static struct BurnRomInfo md_aladdinupRomDesc[] = { - { "aladdin (usa) (beta).bin", 0x200000, 0x8c60ef73, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "aladdin (usa) (beta).bin", 0x200000, 0x8c60ef73, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_aladdinup) @@ -2697,7 +2697,7 @@ struct BurnDriver BurnDrvmd_aladdinup = { // Aladdin II static struct BurnRomInfo md_aladdin2RomDesc[] = { - { "aladdin ii (unl).bin", 0x200000, 0xbe5f9397, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "aladdin ii (unl).bin", 0x200000, 0xbe5f9397, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_aladdin2) @@ -2715,7 +2715,7 @@ struct BurnDriver BurnDrvmd_aladdin2 = { // Alex Kidd in the Enchanted Castle (Euro) static struct BurnRomInfo md_alexkidd1RomDesc[] = { - { "alex kidd in the enchanted castle (euro).bin", 0x040000, 0xc3a52529, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "alex kidd in the enchanted castle (euro).bin", 0x040000, 0xc3a52529, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_alexkidd1) @@ -2733,7 +2733,7 @@ struct BurnDriver BurnDrvmd_alexkidd1 = { // Alex Kidd in the Enchanted Castle (Jpn) static struct BurnRomInfo md_alexkiddjRomDesc[] = { - { "alex kidd - tenkuu majou (jpn).bin", 0x040000, 0x8a5ed856, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "alex kidd - tenkuu majou (jpn).bin", 0x040000, 0x8a5ed856, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_alexkiddj) @@ -2751,7 +2751,7 @@ struct BurnDriver BurnDrvmd_alexkiddj = { // Alex Kidd - Cheongong Maseong (Kor) static struct BurnRomInfo md_alexkiddkRomDesc[] = { - { "alex kidd - cheongong maseong (kor).bin", 0x040000, 0x5b0678fb, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "alex kidd - cheongong maseong (kor).bin", 0x040000, 0x5b0678fb, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_alexkiddk) @@ -2769,7 +2769,7 @@ struct BurnDriver BurnDrvmd_alexkiddk = { // Alex Kidd in the Enchanted Castle (USA) static struct BurnRomInfo md_alexkidduRomDesc[] = { - { "alex kidd in the enchanted castle (usa).bin", 0x040000, 0x47dba0ac, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "alex kidd in the enchanted castle (usa).bin", 0x040000, 0x47dba0ac, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_alexkiddu) @@ -2787,7 +2787,7 @@ struct BurnDriver BurnDrvmd_alexkiddu = { // Alienł (Euro, USA, Rev. A) static struct BurnRomInfo md_alien3RomDesc[] = { - { "mpr-15061a.bin", 0x080000, 0xb327fd1b, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-15061a.bin", 0x080000, 0xb327fd1b, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_alien3) @@ -2805,7 +2805,7 @@ struct BurnDriver BurnDrvmd_alien3 = { // Alienł (Euro, USA) static struct BurnRomInfo md_alien3aRomDesc[] = { - { "mpr-15061.bin", 0x080000, 0xa3b00d6e, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-15061.bin", 0x080000, 0xa3b00d6e, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_alien3a) @@ -2823,7 +2823,7 @@ struct BurnDriver BurnDrvmd_alien3a = { // Alien Soldier (Euro) static struct BurnRomInfo md_aliensolRomDesc[] = { - { "alien soldier (euro).bin", 0x200000, 0x0496e06c, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "alien soldier (euro).bin", 0x200000, 0x0496e06c, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_aliensol) @@ -2841,7 +2841,7 @@ struct BurnDriver BurnDrvmd_aliensol = { // Alien Soldier (Jpn) static struct BurnRomInfo md_aliensoljRomDesc[] = { - { "alien soldier (jpn).bin", 0x200000, 0x90fa1539, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "alien soldier (jpn).bin", 0x200000, 0x90fa1539, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_aliensolj) @@ -2859,7 +2859,7 @@ struct BurnDriver BurnDrvmd_aliensolj = { // Alien Storm (World) static struct BurnRomInfo md_astormRomDesc[] = { - { "mpr-13941.bin", 0x080000, 0xf5ac8de5, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-13941.bin", 0x080000, 0xf5ac8de5, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_astorm) @@ -2877,7 +2877,7 @@ struct BurnDriver BurnDrvmd_astorm = { // Alisia Dragoon (Jpn) static struct BurnRomInfo md_alisiadjRomDesc[] = { - { "alisia dragoon (jpn).bin", 0x100000, 0x4d476722, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "alisia dragoon (jpn).bin", 0x100000, 0x4d476722, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_alisiadj) @@ -2895,7 +2895,7 @@ struct BurnDriver BurnDrvmd_alisiadj = { // Alisia Dragoon (USA) static struct BurnRomInfo md_alisiaduRomDesc[] = { - { "alisia dragoon (usa).bin", 0x100000, 0xd28d5c40, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "alisia dragoon (usa).bin", 0x100000, 0xd28d5c40, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_alisiadu) @@ -2913,7 +2913,7 @@ struct BurnDriver BurnDrvmd_alisiadu = { // Altered Beast (Euro, USA) static struct BurnRomInfo md_altbeastRomDesc[] = { - { "mpr-12538.bin", 0x080000, 0x154d59bb, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-12538.bin", 0x080000, 0x154d59bb, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_altbeast) @@ -2931,7 +2931,7 @@ struct BurnDriver BurnDrvmd_altbeast = { // Juuouki (Jpn, v1.1) static struct BurnRomInfo md_juuoukiRomDesc[] = { - { "juuouki (jpn) (v1.1).bin", 0x080000, 0xb2233e87, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "juuouki (jpn) (v1.1).bin", 0x080000, 0xb2233e87, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_juuouki) @@ -2949,7 +2949,7 @@ struct BurnDriver BurnDrvmd_juuouki = { // Juuouki (Jpn) static struct BurnRomInfo md_juuouki1RomDesc[] = { - { "juuouki (jpn).bin", 0x080000, 0x1b7c96c0, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "juuouki (jpn).bin", 0x080000, 0x1b7c96c0, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_juuouki1) @@ -2967,7 +2967,7 @@ struct BurnDriver BurnDrvmd_juuouki1 = { // American Gladiators (USA) static struct BurnRomInfo md_amergladRomDesc[] = { - { "american gladiators (usa).bin", 0x100000, 0x9952fa85, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "american gladiators (usa).bin", 0x100000, 0x9952fa85, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_amerglad) @@ -2985,7 +2985,7 @@ struct BurnDriver BurnDrvmd_amerglad = { // Andre Agassi Tennis (USA) static struct BurnRomInfo md_agassiuRomDesc[] = { - { "andre agassi tennis (usa).bin", 0x080000, 0xe755dd51, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "andre agassi tennis (usa).bin", 0x080000, 0xe755dd51, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_agassiu) @@ -3003,7 +3003,7 @@ struct BurnDriver BurnDrvmd_agassiu = { // Andre Agassi Tennis (USA, Prototype) static struct BurnRomInfo md_agassiupRomDesc[] = { - { "andre agassi tennis (usa) (beta).bin", 0x080000, 0x3bbf700d, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "andre agassi tennis (usa) (beta).bin", 0x080000, 0x3bbf700d, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_agassiup) @@ -3021,7 +3021,7 @@ struct BurnDriver BurnDrvmd_agassiup = { // Animaniacs (Euro) static struct BurnRomInfo md_animaniaRomDesc[] = { - { "fx014a1.bin", 0x100000, 0x92b6f255, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "fx014a1.bin", 0x100000, 0x92b6f255, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_animania) @@ -3039,7 +3039,7 @@ struct BurnDriver BurnDrvmd_animania = { // Animaniacs (USA) static struct BurnRomInfo md_animaniauRomDesc[] = { - { "animaniacs (usa).bin", 0x100000, 0x86224d86, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "animaniacs (usa).bin", 0x100000, 0x86224d86, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_animaniau) @@ -3057,7 +3057,7 @@ struct BurnDriver BurnDrvmd_animaniau = { // Out of This World (USA) static struct BurnRomInfo md_ootwRomDesc[] = { - { "out of this world (usa).bin", 0x100000, 0x2da36e01, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "out of this world (usa).bin", 0x100000, 0x2da36e01, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_ootw) @@ -3075,7 +3075,7 @@ struct BurnDriver BurnDrvmd_ootw = { // Out of this World (Prototype) static struct BurnRomInfo md_ootwpRomDesc[] = { - { "out of this world (beta).bin", 0x100000, 0x3aad905a, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "out of this world (beta).bin", 0x100000, 0x3aad905a, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_ootwp) @@ -3093,7 +3093,7 @@ struct BurnDriver BurnDrvmd_ootwp = { // Aq Renkan Awa (Chi) static struct BurnRomInfo md_aqrenkRomDesc[] = { - { "aq renkan awa (chi) (unl).bin", 0x100000, 0x2c6cbd77, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "aq renkan awa (chi) (unl).bin", 0x100000, 0x2c6cbd77, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_aqrenk) @@ -3111,7 +3111,7 @@ struct BurnDriver BurnDrvmd_aqrenk = { // The Aquatic Games Starring James Pond and the Aquabats (Euro, USA) static struct BurnRomInfo md_aquagameRomDesc[] = { - { "aqua01.bin", 0x080000, 0x400f4ba7, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "aqua01.bin", 0x080000, 0x400f4ba7, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_aquagame) @@ -3129,7 +3129,7 @@ struct BurnDriver BurnDrvmd_aquagame = { // Arch Rivals (Euro, USA) static struct BurnRomInfo md_archrivlRomDesc[] = { - { "mpr-14764.bin", 0x080000, 0xe389d7e7, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-14764.bin", 0x080000, 0xe389d7e7, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_archrivl) @@ -3147,7 +3147,7 @@ struct BurnDriver BurnDrvmd_archrivl = { // Arcus Odyssey (USA) static struct BurnRomInfo md_arcusRomDesc[] = { - { "arcus odyssey (usa).bin", 0x100000, 0xbc4d9b20, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "arcus odyssey (usa).bin", 0x100000, 0xbc4d9b20, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_arcus) @@ -3165,7 +3165,7 @@ struct BurnDriver BurnDrvmd_arcus = { // Arcus Odyssey (Jpn) static struct BurnRomInfo md_arcusjRomDesc[] = { - { "arcus odyssey (jpn).bin", 0x100000, 0x41c5fb4f, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "arcus odyssey (jpn).bin", 0x100000, 0x41c5fb4f, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_arcusj) @@ -3183,7 +3183,7 @@ struct BurnDriver BurnDrvmd_arcusj = { // Disney's Ariel the Little Mermaid (Euro, USA) static struct BurnRomInfo md_arielRomDesc[] = { - { "mpr-15153.bin", 0x080000, 0x58e297df, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-15153.bin", 0x080000, 0x58e297df, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_ariel) @@ -3201,7 +3201,7 @@ struct BurnDriver BurnDrvmd_ariel = { // Arnold Palmer Tournament Golf (Euro, USA) static struct BurnRomInfo md_arnoldpRomDesc[] = { - { "mpr-12645.bin", 0x080000, 0x35b995ef, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-12645.bin", 0x080000, 0x35b995ef, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_arnoldp) @@ -3219,7 +3219,7 @@ struct BurnDriver BurnDrvmd_arnoldp = { // Naomichi Ozaki no Super Masters (Jpn) static struct BurnRomInfo md_smastersRomDesc[] = { - { "naomichi ozaki no super masters (jpn).bin", 0x080000, 0x088ba825, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "naomichi ozaki no super masters (jpn).bin", 0x080000, 0x088ba825, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_smasters) @@ -3237,7 +3237,7 @@ struct BurnDriver BurnDrvmd_smasters = { // Arrow Flash (World) static struct BurnRomInfo md_arrowRomDesc[] = { - { "mpr-13396.bin", 0x080000, 0xd49f8444, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-13396.bin", 0x080000, 0xd49f8444, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_arrow) @@ -3255,7 +3255,7 @@ struct BurnDriver BurnDrvmd_arrow = { // Arrow Flash (World, Alt) static struct BurnRomInfo md_arrow1RomDesc[] = { - { "arrow flash (world) (alt).bin", 0x080000, 0x4d89e66b, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "arrow flash (world) (alt).bin", 0x080000, 0x4d89e66b, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_arrow1) @@ -3273,7 +3273,7 @@ struct BurnDriver BurnDrvmd_arrow1 = { // Art of Fighting (Euro) static struct BurnRomInfo md_aofRomDesc[] = { - { "art of fighting (euro).bin", 0x200000, 0x9970c422, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "art of fighting (euro).bin", 0x200000, 0x9970c422, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_aof) @@ -3291,7 +3291,7 @@ struct BurnDriver BurnDrvmd_aof = { // Art of Fighting (Prototype, 19940711) static struct BurnRomInfo md_aofpRomDesc[] = { - { "art of fighting (prototype - jul 11, 1994).bin", 0x200000, 0x19ce567d, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "art of fighting (prototype - jul 11, 1994).bin", 0x200000, 0x19ce567d, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_aofp) @@ -3309,7 +3309,7 @@ struct BurnDriver BurnDrvmd_aofp = { // Art of Fighting (USA) static struct BurnRomInfo md_aofuRomDesc[] = { - { "art of fighting (usa).bin", 0x200000, 0xc9a57e07, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "art of fighting (usa).bin", 0x200000, 0xc9a57e07, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_aofu) @@ -3327,7 +3327,7 @@ struct BurnDriver BurnDrvmd_aofu = { // Ryuuko no Ken (Jpn) static struct BurnRomInfo md_ryukokenRomDesc[] = { - { "ryuuko no ken (jpn).bin", 0x200000, 0x054cf5f6, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "ryuuko no ken (jpn).bin", 0x200000, 0x054cf5f6, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_ryukoken) @@ -3345,7 +3345,7 @@ struct BurnDriver BurnDrvmd_ryukoken = { // Astérix and the Great Rescue (Euro) static struct BurnRomInfo md_astergreRomDesc[] = { - { "mpr-15961+mpr-15962.bin", 0x200000, 0x4735fee6, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-15961+mpr-15962.bin", 0x200000, 0x4735fee6, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_astergre) @@ -3363,7 +3363,7 @@ struct BurnDriver BurnDrvmd_astergre = { // Astérix and the Great Rescue (USA) static struct BurnRomInfo md_astergreuRomDesc[] = { - { "asterix and the great rescue (usa).bin", 0x200000, 0x7f112cd8, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "asterix and the great rescue (usa).bin", 0x200000, 0x7f112cd8, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_astergreu) @@ -3381,7 +3381,7 @@ struct BurnDriver BurnDrvmd_astergreu = { // Astérix and the Power of the Gods (Euro) static struct BurnRomInfo md_asterpgRomDesc[] = { - { "mpr-17719.bin", 0x200000, 0x4ff1d83f, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-17719.bin", 0x200000, 0x4ff1d83f, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_asterpg) @@ -3399,7 +3399,7 @@ struct BurnDriver BurnDrvmd_asterpg = { // Astérix and the Power of the Gods (Euro, Prototype) static struct BurnRomInfo md_asterpgpRomDesc[] = { - { "asterix and the power of the gods (euro) (beta).bin", 0x200000, 0x45c8b5b7, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "asterix and the power of the gods (euro) (beta).bin", 0x200000, 0x45c8b5b7, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_asterpgp) @@ -3417,7 +3417,7 @@ struct BurnDriver BurnDrvmd_asterpgp = { // Atomic Robo-Kid (USA) static struct BurnRomInfo md_atomroboRomDesc[] = { - { "atomic robo-kid (usa).bin", 0x080000, 0x7cd8169e, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "atomic robo-kid (usa).bin", 0x080000, 0x7cd8169e, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_atomrobo) @@ -3435,7 +3435,7 @@ struct BurnDriver BurnDrvmd_atomrobo = { // Atomic Robo-Kid (Jpn) static struct BurnRomInfo md_atomrobojRomDesc[] = { - { "mpr-13483.bin", 0x080000, 0xe833067e, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-13483.bin", 0x080000, 0xe833067e, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_atomroboj) @@ -3453,7 +3453,7 @@ struct BurnDriver BurnDrvmd_atomroboj = { // Atomic Runner (Euro) static struct BurnRomInfo md_atomrunRomDesc[] = { - { "mpr-15286.bin", 0x100000, 0xb3c05418, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-15286.bin", 0x100000, 0xb3c05418, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_atomrun) @@ -3471,7 +3471,7 @@ struct BurnDriver BurnDrvmd_atomrun = { // Atomic Runner (USA) static struct BurnRomInfo md_atomrunuRomDesc[] = { - { "atomic runner (usa).bin", 0x100000, 0x0677c210, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "atomic runner (usa).bin", 0x100000, 0x0677c210, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_atomrunu) @@ -3489,7 +3489,7 @@ struct BurnDriver BurnDrvmd_atomrunu = { // Chelnov (Jpn) static struct BurnRomInfo md_chelnovRomDesc[] = { - { "chelnov (jpn).bin", 0x100000, 0xb2fe74d8, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "chelnov (jpn).bin", 0x100000, 0xb2fe74d8, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_chelnov) @@ -3507,7 +3507,7 @@ struct BurnDriver BurnDrvmd_chelnov = { // ATP Tour Championship Tennis (Euro) static struct BurnRomInfo md_atptourRomDesc[] = { - { "atp tour (euro).bin", 0x200000, 0x1a3da8c5, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "atp tour (euro).bin", 0x200000, 0x1a3da8c5, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_atptour) @@ -3525,7 +3525,7 @@ struct BurnDriver BurnDrvmd_atptour = { // ATP Tour Championship Tennis (Prototype, 19940802) static struct BurnRomInfo md_atptourp4RomDesc[] = { - { "atp tour championship tennis (prototype - aug 02, 1994).bin", 0x200000, 0x686a9fa1, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "atp tour championship tennis (prototype - aug 02, 1994).bin", 0x200000, 0x686a9fa1, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_atptourp4) @@ -3543,7 +3543,7 @@ struct BurnDriver BurnDrvmd_atptourp4 = { // ATP Tour Championship Tennis (Prototype, 19940805) static struct BurnRomInfo md_atptourp3RomDesc[] = { - { "atp tour championship tennis (prototype - aug 05, 1994).bin", 0x200000, 0xa1fef967, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "atp tour championship tennis (prototype - aug 05, 1994).bin", 0x200000, 0xa1fef967, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_atptourp3) @@ -3561,7 +3561,7 @@ struct BurnDriver BurnDrvmd_atptourp3 = { // ATP Tour Championship Tennis (Prototype, 19940808) static struct BurnRomInfo md_atptourp2RomDesc[] = { - { "atp tour championship tennis (prototype - aug 08, 1994).bin", 0x200000, 0xe6398864, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "atp tour championship tennis (prototype - aug 08, 1994).bin", 0x200000, 0xe6398864, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_atptourp2) @@ -3579,7 +3579,7 @@ struct BurnDriver BurnDrvmd_atptourp2 = { // ATP Tour Championship Tennis (Prototype, 19940719) static struct BurnRomInfo md_atptourp6RomDesc[] = { - { "atp tour championship tennis (prototype - jul 19, 1994).bin", 0x200000, 0xcb927488, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "atp tour championship tennis (prototype - jul 19, 1994).bin", 0x200000, 0xcb927488, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_atptourp6) @@ -3597,7 +3597,7 @@ struct BurnDriver BurnDrvmd_atptourp6 = { // ATP Tour Championship Tennis (Prototype, 19940723) static struct BurnRomInfo md_atptourp5RomDesc[] = { - { "atp tour championship tennis (prototype - jul 23, 1994).bin", 0x200000, 0xa15d5051, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "atp tour championship tennis (prototype - jul 23, 1994).bin", 0x200000, 0xa15d5051, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_atptourp5) @@ -3615,7 +3615,7 @@ struct BurnDriver BurnDrvmd_atptourp5 = { // ATP Tour Championship Tennis (Prototype, 19940509) static struct BurnRomInfo md_atptourp7RomDesc[] = { - { "atp tour championship tennis (prototype - may 09, 1994).bin", 0x200000, 0xb17a8dbc, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "atp tour championship tennis (prototype - may 09, 1994).bin", 0x200000, 0xb17a8dbc, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_atptourp7) @@ -3633,7 +3633,7 @@ struct BurnDriver BurnDrvmd_atptourp7 = { // ATP Tour Championship Tennis (Prototype, 19940908) static struct BurnRomInfo md_atptourp1RomDesc[] = { - { "atp tour championship tennis (prototype - sep 08, 1994).bin", 0x200000, 0xb83f4ca4, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "atp tour championship tennis (prototype - sep 08, 1994).bin", 0x200000, 0xb83f4ca4, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_atptourp1) @@ -3651,7 +3651,7 @@ struct BurnDriver BurnDrvmd_atptourp1 = { // ATP Tour Championship Tennis (USA) static struct BurnRomInfo md_atptouruRomDesc[] = { - { "atp tour championship tennis (usa).bin", 0x200000, 0x8c822884, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "atp tour championship tennis (usa).bin", 0x200000, 0x8c822884, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_atptouru) @@ -3669,7 +3669,7 @@ struct BurnDriver BurnDrvmd_atptouru = { // Australian Rugby League (Euro) static struct BurnRomInfo md_austrarlRomDesc[] = { - { "australian rugby league (euro).bin", 0x200000, 0xac5bc26a, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "australian rugby league (euro).bin", 0x200000, 0xac5bc26a, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_austrarl) @@ -3687,7 +3687,7 @@ struct BurnDriver BurnDrvmd_austrarl = { // Awesome Possum (USA) static struct BurnRomInfo md_awepossmRomDesc[] = { - { "awesome possum (usa).bin", 0x200000, 0x1f07577f, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "awesome possum (usa).bin", 0x200000, 0x1f07577f, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_awepossm) @@ -3705,7 +3705,7 @@ struct BurnDriver BurnDrvmd_awepossm = { // Awesome Possum (USA, Prototype) static struct BurnRomInfo md_awepossmpRomDesc[] = { - { "awesome possum (usa) (beta).bin", 0x200000, 0x0158dc53, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "awesome possum (usa) (beta).bin", 0x200000, 0x0158dc53, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_awepossmp) @@ -3723,7 +3723,7 @@ struct BurnDriver BurnDrvmd_awepossmp = { // Aworg (Jpn, SegaNet) static struct BurnRomInfo md_aworgRomDesc[] = { - { "aworg (jpn) (sn).bin", 0x040000, 0x069c27c1, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "aworg (jpn) (sn).bin", 0x040000, 0x069c27c1, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_aworg) @@ -3741,7 +3741,7 @@ struct BurnDriver BurnDrvmd_aworg = { // AWS Pro Moves Soccer (USA) static struct BurnRomInfo md_awsproRomDesc[] = { - { "aws pro moves soccer (usa).bin", 0x080000, 0x707017e5, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "aws pro moves soccer (usa).bin", 0x080000, 0x707017e5, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_awspro) @@ -3759,7 +3759,7 @@ struct BurnDriver BurnDrvmd_awspro = { // Ayrton Senna's Super Monaco GP II (Euro, Jpn) static struct BurnRomInfo md_smgp2RomDesc[] = { - { "mpr-14861.bin", 0x100000, 0x60af0f76, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-14861.bin", 0x100000, 0x60af0f76, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_smgp2) @@ -3777,7 +3777,7 @@ struct BurnDriver BurnDrvmd_smgp2 = { // Ayrton Senna's Super Monaco GP II (USA) static struct BurnRomInfo md_smgp2uRomDesc[] = { - { "ayrton senna's super monaco gp ii (usa).bin", 0x100000, 0xeac8ded6, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "ayrton senna's super monaco gp ii (usa).bin", 0x100000, 0xeac8ded6, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_smgp2u) @@ -3795,7 +3795,7 @@ struct BurnDriver BurnDrvmd_smgp2u = { // B.O.B. (Euro, USA) static struct BurnRomInfo md_bobRomDesc[] = { - { "b.o.b. (euro, usa).bin", 0x100000, 0xeaa2acb7, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "b.o.b. (euro, usa).bin", 0x100000, 0xeaa2acb7, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_bob) @@ -3813,7 +3813,7 @@ struct BurnDriver BurnDrvmd_bob = { // B.O.B. (USA, Prototype) static struct BurnRomInfo md_bobpRomDesc[] = { - { "b.o.b. (usa) (beta).bin", 0x100000, 0xe3e8421e, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "b.o.b. (usa) (beta).bin", 0x100000, 0xe3e8421e, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_bobp) @@ -3831,7 +3831,7 @@ struct BurnDriver BurnDrvmd_bobp = { // Space Funky B.O.B. (Jpn) static struct BurnRomInfo md_spacebobRomDesc[] = { - { "space funky b.o.b. (jpn).bin", 0x100000, 0xe9310d3b, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "space funky b.o.b. (jpn).bin", 0x100000, 0xe9310d3b, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_spacebob) @@ -3849,7 +3849,7 @@ struct BurnDriver BurnDrvmd_spacebob = { // Baby Boom (Prototype, 19940811) static struct BurnRomInfo md_babyboomRomDesc[] = { - { "baby boom (prototype - aug 11, 1994).bin", 0x200000, 0xbd697054, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "baby boom (prototype - aug 11, 1994).bin", 0x200000, 0xbd697054, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_babyboom) @@ -3867,7 +3867,7 @@ struct BurnDriver BurnDrvmd_babyboom = { // Baby Boom (Prototype, 19940603) static struct BurnRomInfo md_babyboom1RomDesc[] = { - { "baby boom (prototype - jun 03, 1994).bin", 0x200000, 0xc0d97f6f, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "baby boom (prototype - jun 03, 1994).bin", 0x200000, 0xc0d97f6f, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_babyboom1) @@ -3885,7 +3885,7 @@ struct BurnDriver BurnDrvmd_babyboom1 = { // Baby Boom (Prototype, 19940606) static struct BurnRomInfo md_babyboom2RomDesc[] = { - { "baby boom (prototype - jun 06, 1994).bin", 0x200000, 0x6e0cf48d, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "baby boom (prototype - jun 06, 1994).bin", 0x200000, 0x6e0cf48d, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_babyboom2) @@ -3903,7 +3903,7 @@ struct BurnDriver BurnDrvmd_babyboom2 = { // Baby's Day Out (USA, Prototype) static struct BurnRomInfo md_babydRomDesc[] = { - { "baby's day out (usa) (prototype).bin", 0x100000, 0xb2e7cc49, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "baby's day out (usa) (prototype).bin", 0x100000, 0xb2e7cc49, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_babyd) @@ -3921,7 +3921,7 @@ struct BurnDriver BurnDrvmd_babyd = { // Baby's Day Out (USA, Prototype, Earlier) static struct BurnRomInfo md_babydoRomDesc[] = { - { "baby's day out (usa) (prototype) (earlier).bin", 0x100000, 0x459b891c, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "baby's day out (usa) (prototype) (earlier).bin", 0x100000, 0x459b891c, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_babydo) @@ -3939,7 +3939,7 @@ struct BurnDriver BurnDrvmd_babydo = { // Back to the Future Part III (Euro) static struct BurnRomInfo md_backtof3RomDesc[] = { - { "mpr-14328.bin", 0x080000, 0x2737f92e, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-14328.bin", 0x080000, 0x2737f92e, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_backtof3) @@ -3957,7 +3957,7 @@ struct BurnDriver BurnDrvmd_backtof3 = { // Back to the Future Part III (USA) static struct BurnRomInfo md_backtof3uRomDesc[] = { - { "back to the future part iii (usa).bin", 0x080000, 0x66a388c3, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "back to the future part iii (usa).bin", 0x080000, 0x66a388c3, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_backtof3u) @@ -3975,7 +3975,7 @@ struct BurnDriver BurnDrvmd_backtof3u = { // Bahamut Senki (Jpn) static struct BurnRomInfo md_bahamutsRomDesc[] = { - { "mpr-13677.bin", 0x080000, 0xb1e268da, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-13677.bin", 0x080000, 0xb1e268da, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_bahamuts) @@ -3993,7 +3993,7 @@ struct BurnDriver BurnDrvmd_bahamuts = { // Ball Jacks (Euro, Jpn) static struct BurnRomInfo md_balljackRomDesc[] = { - { "ball jacks (euro, jpn).bin", 0x040000, 0xf5c3c54f, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "ball jacks (euro, jpn).bin", 0x040000, 0xf5c3c54f, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_balljack) @@ -4011,7 +4011,7 @@ struct BurnDriver BurnDrvmd_balljack = { // Ballz 3D (Euro, USA) static struct BurnRomInfo md_ballz3dRomDesc[] = { - { "ballz 3d - fighting at its ballziest (euro, usa).bin", 0x200000, 0xb362b705, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "ballz 3d - fighting at its ballziest (euro, usa).bin", 0x200000, 0xb362b705, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_ballz3d) @@ -4029,7 +4029,7 @@ struct BurnDriver BurnDrvmd_ballz3d = { // Barbie Super Model (USA) static struct BurnRomInfo md_barbiesmRomDesc[] = { - { "barbie super model (usa).bin", 0x100000, 0x81c9662b, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "barbie super model (usa).bin", 0x100000, 0x81c9662b, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_barbiesm) @@ -4047,7 +4047,7 @@ struct BurnDriver BurnDrvmd_barbiesm = { // Barbie Vacation Adventure (USA, Prototype) static struct BurnRomInfo md_barbvacRomDesc[] = { - { "barbie vacation adventure (usa) (prototype).bin", 0x100000, 0x10e0ba69, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "barbie vacation adventure (usa) (prototype).bin", 0x100000, 0x10e0ba69, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_barbvac) @@ -4065,7 +4065,7 @@ struct BurnDriver BurnDrvmd_barbvac = { // Barkley Shut Up and Jam! (Euro, USA) static struct BurnRomInfo md_barkleyRomDesc[] = { - { "barkley shut up and jam! (euro, usa).bin", 0x100000, 0x63fbf497, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "barkley shut up and jam! (euro, usa).bin", 0x100000, 0x63fbf497, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_barkley) @@ -4083,7 +4083,7 @@ struct BurnDriver BurnDrvmd_barkley = { // Barkley Shut Up and Jam! 2 (USA) static struct BurnRomInfo md_barkley2RomDesc[] = { - { "barkley shut up and jam! 2 (usa).bin", 0x200000, 0x321bb6bd, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "barkley shut up and jam! 2 (usa).bin", 0x200000, 0x321bb6bd, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_barkley2) @@ -4101,7 +4101,7 @@ struct BurnDriver BurnDrvmd_barkley2 = { // Barkley Shut Up and Jam! 2 (USA, Prototype) static struct BurnRomInfo md_barkley2pRomDesc[] = { - { "barkley shut up and jam! 2 (usa) (beta).bin", 0x200000, 0xde27357b, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "barkley shut up and jam! 2 (usa) (beta).bin", 0x200000, 0xde27357b, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_barkley2p) @@ -4119,7 +4119,7 @@ struct BurnDriver BurnDrvmd_barkley2p = { // Barney's Hide & Seek Game (USA) static struct BurnRomInfo md_barneyRomDesc[] = { - { "barney's hide & seek game (usa).bin", 0x100000, 0x1efa9d53, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "barney's hide & seek game (usa).bin", 0x100000, 0x1efa9d53, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_barney) @@ -4137,7 +4137,7 @@ struct BurnDriver BurnDrvmd_barney = { // Barver Battle Saga - Tai Kong Zhan Shi (Chi) static struct BurnRomInfo md_barverRomDesc[] = { - { "barver battle saga - tai kong zhan shi (chi) (unl).bin", 0x200000, 0xd37a37c6, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "barver battle saga - tai kong zhan shi (chi) (unl).bin", 0x200000, 0xd37a37c6, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_barver) @@ -4147,7 +4147,7 @@ struct BurnDriver BurnDrvmd_barver = { "md_barver", NULL, NULL, NULL, "199?", "Barver Battle Saga - Tai Kong Zhan Shi (Chi)\0", NULL, "", "Sega Megadrive", NULL, NULL, NULL, NULL, - BDF_GAME_WORKING | BDF_16BIT_ONLY, 2, HARDWARE_SEGA_MEGADRIVE, GBF_MISC, 0, + BDF_GAME_WORKING | BDF_16BIT_ONLY, 2, HARDWARE_SEGA_MEGADRIVE | HARDWARE_SEGA_MEGADRIVE_PCB_SEGA_SRAM, GBF_MISC, 0, MegadriveGetZipName, md_barverRomInfo, md_barverRomName, NULL, NULL, MegadriveInputInfo, MegadriveDIPInfo, MegadriveInit, MegadriveExit, MegadriveFrame, NULL, MegadriveScan, &bMegadriveRecalcPalette, 0x100, 320, 224, 4, 3 @@ -4155,7 +4155,7 @@ struct BurnDriver BurnDrvmd_barver = { // BASS Masters Classic (USA) static struct BurnRomInfo md_bassmcRomDesc[] = { - { "bass masters classic (usa).bin", 0x200000, 0xcf1ff00a, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "bass masters classic (usa).bin", 0x200000, 0xcf1ff00a, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_bassmc) @@ -4173,7 +4173,7 @@ struct BurnDriver BurnDrvmd_bassmc = { // BASS Masters Classic - Pro Edition (USA) static struct BurnRomInfo md_bassmproRomDesc[] = { - { "bass masters classic - pro edition (usa).bin", 0x200000, 0x9eddeb3d, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "bass masters classic - pro edition (usa).bin", 0x200000, 0x9eddeb3d, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_bassmpro) @@ -4191,7 +4191,7 @@ struct BurnDriver BurnDrvmd_bassmpro = { // Batman (Jpn) static struct BurnRomInfo md_batmanjRomDesc[] = { - { "batman (jpn).bin", 0x080000, 0xd7b4febf, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "batman (jpn).bin", 0x080000, 0xd7b4febf, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_batmanj) @@ -4209,7 +4209,7 @@ struct BurnDriver BurnDrvmd_batmanj = { // Batman (USA) static struct BurnRomInfo md_batmanuRomDesc[] = { - { "batman (usa).bin", 0x080000, 0x017410ae, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "batman (usa).bin", 0x080000, 0x017410ae, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_batmanu) @@ -4227,7 +4227,7 @@ struct BurnDriver BurnDrvmd_batmanu = { // Batman - Revenge of the Joker (USA) static struct BurnRomInfo md_batmanrjRomDesc[] = { - { "batman - revenge of the joker (usa).bin", 0x100000, 0xcaa044a1, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "batman - revenge of the joker (usa).bin", 0x100000, 0xcaa044a1, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_batmanrj) @@ -4245,7 +4245,7 @@ struct BurnDriver BurnDrvmd_batmanrj = { // Batman Forever (World) static struct BurnRomInfo md_batmanfRomDesc[] = { - { "batman forever (world).bin", 0x300000, 0x8b723d01, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "batman forever (world).bin", 0x300000, 0x8b723d01, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_batmanf) @@ -4263,7 +4263,7 @@ struct BurnDriver BurnDrvmd_batmanf = { // Battle Golfer Yui (Jpn) static struct BurnRomInfo md_battlyuiRomDesc[] = { - { "battle golfer yui (jpn).bin", 0x080000, 0x4aa03e4e, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "battle golfer yui (jpn).bin", 0x080000, 0x4aa03e4e, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_battlyui) @@ -4281,7 +4281,7 @@ struct BurnDriver BurnDrvmd_battlyui = { // Battle Mania Daiginjou (Jpn, Kor) static struct BurnRomInfo md_btlmanidRomDesc[] = { - { "battle mania daiginjou (jpn, kor).bin", 0x100000, 0x312fa0f2, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "battle mania daiginjou (jpn, kor).bin", 0x100000, 0x312fa0f2, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_btlmanid) @@ -4299,7 +4299,7 @@ struct BurnDriver BurnDrvmd_btlmanid = { // Battle Squadron (Euro, USA) static struct BurnRomInfo md_battlesqRomDesc[] = { - { "battle squadron (euro, usa).bin", 0x080000, 0x0feaa8bf, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "battle squadron (euro, usa).bin", 0x080000, 0x0feaa8bf, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_battlesq) @@ -4317,7 +4317,7 @@ struct BurnDriver BurnDrvmd_battlesq = { // Battlemaster (USA) static struct BurnRomInfo md_battlemsRomDesc[] = { - { "battlemaster (usa).bin", 0x080000, 0xfd2b35e3, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "battlemaster (usa).bin", 0x080000, 0xfd2b35e3, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_battlems) @@ -4335,7 +4335,7 @@ struct BurnDriver BurnDrvmd_battlems = { // BattleTech (USA) static struct BurnRomInfo md_btechRomDesc[] = { - { "battletech - a game of armored combat (usa).bin", 0x200000, 0x409e5d14, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "battletech - a game of armored combat (usa).bin", 0x200000, 0x409e5d14, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_btech) @@ -4353,7 +4353,7 @@ struct BurnDriver BurnDrvmd_btech = { // Battletoads & Double Dragon - The Ultimate Team (USA) static struct BurnRomInfo md_btoadsddRomDesc[] = { - { "battletoads & double dragon (usa).bin", 0x100000, 0x8239dd17, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "battletoads & double dragon (usa).bin", 0x100000, 0x8239dd17, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_btoadsdd) @@ -4371,7 +4371,7 @@ struct BurnDriver BurnDrvmd_btoadsdd = { // Battletoads (World) static struct BurnRomInfo md_btoadsRomDesc[] = { - { "battletoads (world).bin", 0x080000, 0xd10e103a, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "battletoads (world).bin", 0x080000, 0xd10e103a, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_btoads) @@ -4389,7 +4389,7 @@ struct BurnDriver BurnDrvmd_btoads = { // Beastball (Prototype) static struct BurnRomInfo md_beastbalRomDesc[] = { - { "beast ball.bin", 0x0fb8e0, 0x6a176576, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "beast ball.bin", 0x0fb8e0, 0x6a176576, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_beastbal) @@ -4407,7 +4407,7 @@ struct BurnDriver BurnDrvmd_beastbal = { // Beast Wrestler (USA) static struct BurnRomInfo md_beastwRomDesc[] = { - { "beast wrestler (usa).bin", 0x100000, 0x0ca5bb64, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "beast wrestler (usa).bin", 0x100000, 0x0ca5bb64, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_beastw) @@ -4425,7 +4425,7 @@ struct BurnDriver BurnDrvmd_beastw = { // Beast Warriors (Jpn) static struct BurnRomInfo md_beastwjRomDesc[] = { - { "beast warriors (jpn).bin", 0x100000, 0x4646c694, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "beast warriors (jpn).bin", 0x100000, 0x4646c694, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_beastwj) @@ -4443,7 +4443,7 @@ struct BurnDriver BurnDrvmd_beastwj = { // Disney's Beauty and the Beast - Belle's Quest (USA) static struct BurnRomInfo md_beautyRomDesc[] = { - { "beauty and the beast - belle's quest (usa).bin", 0x100000, 0xbefb6fae, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "beauty and the beast - belle's quest (usa).bin", 0x100000, 0xbefb6fae, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_beauty) @@ -4461,7 +4461,7 @@ struct BurnDriver BurnDrvmd_beauty = { // Disney's Beauty and the Beast - Roar of the Beast (USA) static struct BurnRomInfo md_beautyrbRomDesc[] = { - { "beauty and the beast - roar of the beast (usa).bin", 0x100000, 0x13e7b519, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "beauty and the beast - roar of the beast (usa).bin", 0x100000, 0x13e7b519, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_beautyrb) @@ -4479,7 +4479,7 @@ struct BurnDriver BurnDrvmd_beautyrb = { // Beavis and Butt-Head (Euro) static struct BurnRomInfo md_beavisRomDesc[] = { - { "beavis and butt-head (euro).bin", 0x200000, 0xc7b6435e, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "beavis and butt-head (euro).bin", 0x200000, 0xc7b6435e, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_beavis) @@ -4497,7 +4497,7 @@ struct BurnDriver BurnDrvmd_beavis = { // Beavis and Butt-Head (USA) static struct BurnRomInfo md_beavisuRomDesc[] = { - { "beavis and butt-head (usa).bin", 0x200000, 0xf5d7b948, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "beavis and butt-head (usa).bin", 0x200000, 0xf5d7b948, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_beavisu) @@ -4515,7 +4515,7 @@ struct BurnDriver BurnDrvmd_beavisu = { // Beavis and Butt-Head (USA, Prototype) static struct BurnRomInfo md_beavisupRomDesc[] = { - { "beavis and butt-head (usa) (beta).bin", 0x200000, 0x81ed5335, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "beavis and butt-head (usa) (beta).bin", 0x200000, 0x81ed5335, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_beavisup) @@ -4533,7 +4533,7 @@ struct BurnDriver BurnDrvmd_beavisup = { // The Berenstain Bears' Camping Adventure (USA) static struct BurnRomInfo md_berensRomDesc[] = { - { "berenstain bears' camping adventure, the (usa).bin", 0x100000, 0x1f86237b, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "berenstain bears' camping adventure, the (usa).bin", 0x100000, 0x1f86237b, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_berens) @@ -4551,7 +4551,7 @@ struct BurnDriver BurnDrvmd_berens = { // The Berenstain Bears' Camping Adventure (Prototype, 19940428) static struct BurnRomInfo md_berensp19RomDesc[] = { - { "berenstain bears' camping adventure, the (prototype - apr 28, 1994).bin", 0x100000, 0xf222e946, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "berenstain bears' camping adventure, the (prototype - apr 28, 1994).bin", 0x100000, 0xf222e946, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_berensp19) @@ -4569,7 +4569,7 @@ struct BurnDriver BurnDrvmd_berensp19 = { // The Berenstain Bears' Camping Adventure (Prototype, 19940429) static struct BurnRomInfo md_berensp18RomDesc[] = { - { "berenstain bears' camping adventure, the (prototype - apr 29, 1994).bin", 0x100000, 0xe21493b4, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "berenstain bears' camping adventure, the (prototype - apr 29, 1994).bin", 0x100000, 0xe21493b4, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_berensp18) @@ -4587,7 +4587,7 @@ struct BurnDriver BurnDrvmd_berensp18 = { // The Berenstain Bears' Camping Adventure (Prototype, 19940801) static struct BurnRomInfo md_berensp05RomDesc[] = { - { "berenstain bears' camping adventure, the (prototype - aug 01, 1994).bin", 0x100000, 0xb7cd465c, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "berenstain bears' camping adventure, the (prototype - aug 01, 1994).bin", 0x100000, 0xb7cd465c, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_berensp05) @@ -4605,7 +4605,7 @@ struct BurnDriver BurnDrvmd_berensp05 = { // The Berenstain Bears' Camping Adventure (Prototype, 19940802) static struct BurnRomInfo md_berensp04RomDesc[] = { - { "berenstain bears' camping adventure, the (prototype - aug 02, 1994).bin", 0x100000, 0x383ad564, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "berenstain bears' camping adventure, the (prototype - aug 02, 1994).bin", 0x100000, 0x383ad564, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_berensp04) @@ -4623,7 +4623,7 @@ struct BurnDriver BurnDrvmd_berensp04 = { // The Berenstain Bears' Camping Adventure (Prototype, 19940803) static struct BurnRomInfo md_berensp03RomDesc[] = { - { "berenstain bears' camping adventure, the (prototype - aug 03, 1994).bin", 0x100000, 0x18f268a6, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "berenstain bears' camping adventure, the (prototype - aug 03, 1994).bin", 0x100000, 0x18f268a6, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_berensp03) @@ -4641,7 +4641,7 @@ struct BurnDriver BurnDrvmd_berensp03 = { // The Berenstain Bears' Camping Adventure (Prototype, 19940805) static struct BurnRomInfo md_berensp02RomDesc[] = { - { "berenstain bears' camping adventure, the (prototype - aug 05, 1994).bin", 0x100000, 0x24159b6f, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "berenstain bears' camping adventure, the (prototype - aug 05, 1994).bin", 0x100000, 0x24159b6f, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_berensp02) @@ -4659,7 +4659,7 @@ struct BurnDriver BurnDrvmd_berensp02 = { // The Berenstain Bears' Camping Adventure (Prototype, 19940808) static struct BurnRomInfo md_berensp01RomDesc[] = { - { "berenstain bears' camping adventure, the (prototype - aug 08, 1994).bin", 0x100000, 0x58b6b0fc, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "berenstain bears' camping adventure, the (prototype - aug 08, 1994).bin", 0x100000, 0x58b6b0fc, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_berensp01) @@ -4677,7 +4677,7 @@ struct BurnDriver BurnDrvmd_berensp01 = { // The Berenstain Bears' Camping Adventure (Prototype, 19940709) static struct BurnRomInfo md_berensp08RomDesc[] = { - { "berenstain bears' camping adventure, the (prototype - jul 09, 1994).bin", 0x100000, 0xbf6aa405, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "berenstain bears' camping adventure, the (prototype - jul 09, 1994).bin", 0x100000, 0xbf6aa405, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_berensp08) @@ -4695,7 +4695,7 @@ struct BurnDriver BurnDrvmd_berensp08 = { // The Berenstain Bears' Camping Adventure (Prototype, 19940716) static struct BurnRomInfo md_berensp07RomDesc[] = { - { "berenstain bears' camping adventure, the (prototype - jul 16, 1994).bin", 0x100000, 0xc84aad8e, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "berenstain bears' camping adventure, the (prototype - jul 16, 1994).bin", 0x100000, 0xc84aad8e, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_berensp07) @@ -4713,7 +4713,7 @@ struct BurnDriver BurnDrvmd_berensp07 = { // The Berenstain Bears' Camping Adventure (Prototype, 19940720) static struct BurnRomInfo md_berensp06RomDesc[] = { - { "berenstain bears' camping adventure, the (prototype - jul 20, 1994).bin", 0x100000, 0xabee4c5e, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "berenstain bears' camping adventure, the (prototype - jul 20, 1994).bin", 0x100000, 0xabee4c5e, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_berensp06) @@ -4731,7 +4731,7 @@ struct BurnDriver BurnDrvmd_berensp06 = { // The Berenstain Bears' Camping Adventure (Prototype, 19940602) static struct BurnRomInfo md_berensp10RomDesc[] = { - { "berenstain bears' camping adventure, the (prototype - jun 02, 1994).bin", 0x100000, 0x83cf19e4, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "berenstain bears' camping adventure, the (prototype - jun 02, 1994).bin", 0x100000, 0x83cf19e4, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_berensp10) @@ -4749,7 +4749,7 @@ struct BurnDriver BurnDrvmd_berensp10 = { // The Berenstain Bears' Camping Adventure (Prototype, 19940610) static struct BurnRomInfo md_berensp09RomDesc[] = { - { "berenstain bears' camping adventure, the (prototype - jun 10, 1994).bin", 0x100000, 0xa748e2cf, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "berenstain bears' camping adventure, the (prototype - jun 10, 1994).bin", 0x100000, 0xa748e2cf, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_berensp09) @@ -4767,7 +4767,7 @@ struct BurnDriver BurnDrvmd_berensp09 = { // The Berenstain Bears' Camping Adventure (Prototype, 19940323) static struct BurnRomInfo md_berensp20RomDesc[] = { - { "berenstain bears' camping adventure, the (prototype - mar 23, 1994).bin", 0x100000, 0xbfbcd7cc, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "berenstain bears' camping adventure, the (prototype - mar 23, 1994).bin", 0x100000, 0xbfbcd7cc, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_berensp20) @@ -4785,7 +4785,7 @@ struct BurnDriver BurnDrvmd_berensp20 = { // The Berenstain Bears' Camping Adventure (Prototype, 19940506) static struct BurnRomInfo md_berensp17RomDesc[] = { - { "berenstain bears' camping adventure, the (prototype - may 06, 1994).bin", 0x100000, 0x713c14d8, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "berenstain bears' camping adventure, the (prototype - may 06, 1994).bin", 0x100000, 0x713c14d8, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_berensp17) @@ -4803,7 +4803,7 @@ struct BurnDriver BurnDrvmd_berensp17 = { // The Berenstain Bears' Camping Adventure (Prototype, 19940511) static struct BurnRomInfo md_berensp16RomDesc[] = { - { "berenstain bears' camping adventure, the (prototype - may 11, 1994).bin", 0x100000, 0xf7b81c6a, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "berenstain bears' camping adventure, the (prototype - may 11, 1994).bin", 0x100000, 0xf7b81c6a, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_berensp16) @@ -4821,7 +4821,7 @@ struct BurnDriver BurnDrvmd_berensp16 = { // The Berenstain Bears' Camping Adventure (Prototype, 19940517) static struct BurnRomInfo md_berensp15RomDesc[] = { - { "berenstain bears' camping adventure, the (prototype - may 17, 1994).bin", 0x100000, 0xe1855ade, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "berenstain bears' camping adventure, the (prototype - may 17, 1994).bin", 0x100000, 0xe1855ade, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_berensp15) @@ -4839,7 +4839,7 @@ struct BurnDriver BurnDrvmd_berensp15 = { // The Berenstain Bears' Camping Adventure (Prototype, 19940519) static struct BurnRomInfo md_berensp14RomDesc[] = { - { "berenstain bears' camping adventure, the (prototype - may 19, 1994).bin", 0x100000, 0x07c9f71f, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "berenstain bears' camping adventure, the (prototype - may 19, 1994).bin", 0x100000, 0x07c9f71f, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_berensp14) @@ -4857,7 +4857,7 @@ struct BurnDriver BurnDrvmd_berensp14 = { // The Berenstain Bears' Camping Adventure (Prototype, 19940523) static struct BurnRomInfo md_berensp13RomDesc[] = { - { "berenstain bears' camping adventure, the (prototype - may 23, 1994).bin", 0x100000, 0x913887b7, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "berenstain bears' camping adventure, the (prototype - may 23, 1994).bin", 0x100000, 0x913887b7, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_berensp13) @@ -4875,7 +4875,7 @@ struct BurnDriver BurnDrvmd_berensp13 = { // The Berenstain Bears' Camping Adventure (Prototype, 19940526) static struct BurnRomInfo md_berensp12RomDesc[] = { - { "berenstain bears' camping adventure, the (prototype - may 26, 1994).bin", 0x100000, 0xd33c0fa4, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "berenstain bears' camping adventure, the (prototype - may 26, 1994).bin", 0x100000, 0xd33c0fa4, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_berensp12) @@ -4893,7 +4893,7 @@ struct BurnDriver BurnDrvmd_berensp12 = { // The Berenstain Bears' Camping Adventure (Prototype, 19940530) static struct BurnRomInfo md_berensp11RomDesc[] = { - { "berenstain bears' camping adventure, the (prototype - may 30, 1994).bin", 0x100000, 0x9c3bf429, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "berenstain bears' camping adventure, the (prototype - may 30, 1994).bin", 0x100000, 0x9c3bf429, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_berensp11) @@ -4911,7 +4911,7 @@ struct BurnDriver BurnDrvmd_berensp11 = { // Best of the Best - Championship Karate (USA) static struct BurnRomInfo md_bestofRomDesc[] = { - { "best of the best - championship karate (usa).bin", 0x100000, 0xc3d6a5d4, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "best of the best - championship karate (usa).bin", 0x100000, 0xc3d6a5d4, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_bestof) @@ -4929,7 +4929,7 @@ struct BurnDriver BurnDrvmd_bestof = { // Best of the Best - Championship Karate (Euro, Prototype) static struct BurnRomInfo md_bestofpRomDesc[] = { - { "best of the best - championship karate (euro) (beta).bin", 0x100000, 0xf842240b, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "best of the best - championship karate (euro) (beta).bin", 0x100000, 0xf842240b, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_bestofp) @@ -4947,7 +4947,7 @@ struct BurnDriver BurnDrvmd_bestofp = { // The Kick Boxing (Jpn, Kor) static struct BurnRomInfo md_kickboxRomDesc[] = { - { "mpr-15333.bin", 0x100000, 0x9bdc230c, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-15333.bin", 0x100000, 0x9bdc230c, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_kickbox) @@ -4965,7 +4965,7 @@ struct BurnDriver BurnDrvmd_kickbox = { // Beyond Zero Tolerance (USA, Prototype) static struct BurnRomInfo md_beyondztRomDesc[] = { - { "beyond zero tolerance (usa) (prototype).bin", 0x200000, 0xc61ed2ed, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "beyond zero tolerance (usa) (prototype).bin", 0x200000, 0xc61ed2ed, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_beyondzt) @@ -4983,7 +4983,7 @@ struct BurnDriver BurnDrvmd_beyondzt = { // Bible Adventures (USA) static struct BurnRomInfo md_bibleadvRomDesc[] = { - { "bible adventures (usa) (unl).bin", 0x080000, 0x64446b77, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "bible adventures (usa) (unl).bin", 0x080000, 0x64446b77, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_bibleadv) @@ -5001,7 +5001,7 @@ struct BurnDriver BurnDrvmd_bibleadv = { // Bill Walsh College Football (Euro, USA) static struct BurnRomInfo md_billwlshRomDesc[] = { - { "bwcf01.bin", 0x100000, 0x3ed83362, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "bwcf01.bin", 0x100000, 0x3ed83362, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_billwlsh) @@ -5019,7 +5019,7 @@ struct BurnDriver BurnDrvmd_billwlsh = { // Bill Walsh College Football 95 (USA) static struct BurnRomInfo md_billwl95RomDesc[] = { - { "bill walsh college football 95 (usa).bin", 0x200000, 0xa582f45a, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "bill walsh college football 95 (usa).bin", 0x200000, 0xa582f45a, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_billwl95) @@ -5037,7 +5037,7 @@ struct BurnDriver BurnDrvmd_billwl95 = { // Bimini Run (USA) static struct BurnRomInfo md_biminiRomDesc[] = { - { "bimini run (usa).bin", 0x080000, 0xd4dc5188, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "bimini run (usa).bin", 0x080000, 0xd4dc5188, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_bimini) @@ -5055,7 +5055,7 @@ struct BurnDriver BurnDrvmd_bimini = { // Bio Hazard Battle (Euro, USA) static struct BurnRomInfo md_biohazrbRomDesc[] = { - { "mpr-15204.bin", 0x100000, 0x95b0ea2b, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-15204.bin", 0x100000, 0x95b0ea2b, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_biohazrb) @@ -5073,7 +5073,7 @@ struct BurnDriver BurnDrvmd_biohazrb = { // Bio Hazard Battle (USA, Prototype) static struct BurnRomInfo md_biohazrbpRomDesc[] = { - { "bio hazard battle (usa) (beta).bin", 0x100000, 0xdd10dd1a, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "bio hazard battle (usa) (beta).bin", 0x100000, 0xdd10dd1a, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_biohazrbp) @@ -5091,7 +5091,7 @@ struct BurnDriver BurnDrvmd_biohazrbp = { // Crying - Aseimei Sensou (Jpn) static struct BurnRomInfo md_cryingRomDesc[] = { - { "crying - aseimei sensou (jpn).bin", 0x100000, 0x4aba1d6a, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "crying - aseimei sensou (jpn).bin", 0x100000, 0x4aba1d6a, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_crying) @@ -5109,7 +5109,7 @@ struct BurnDriver BurnDrvmd_crying = { // Blades of Vengeance (Euro, USA) static struct BurnRomInfo md_bladevenRomDesc[] = { - { "blades of vengeance (euro, usa).bin", 0x100000, 0x74c65a49, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "blades of vengeance (euro, usa).bin", 0x100000, 0x74c65a49, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_bladeven) @@ -5127,7 +5127,7 @@ struct BurnDriver BurnDrvmd_bladeven = { // Blaster Master 2 (USA) static struct BurnRomInfo md_bmaster2RomDesc[] = { - { "blaster master 2 (usa).bin", 0x100000, 0xc11e4ba1, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "blaster master 2 (usa).bin", 0x100000, 0xc11e4ba1, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_bmaster2) @@ -5145,7 +5145,7 @@ struct BurnDriver BurnDrvmd_bmaster2 = { // Blaster Master 2 (USA, Prototype) static struct BurnRomInfo md_bmaster2pRomDesc[] = { - { "blaster master 2 (usa) (beta).bin", 0x100000, 0x08f78c70, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "blaster master 2 (usa) (beta).bin", 0x100000, 0x08f78c70, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_bmaster2p) @@ -5163,7 +5163,7 @@ struct BurnDriver BurnDrvmd_bmaster2p = { // Blockbuster World Video Game Championship II (USA) static struct BurnRomInfo md_blockbRomDesc[] = { - { "blockbuster world video game championship ii (usa).bin", 0x400000, 0x4385e366, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "blockbuster world video game championship ii (usa).bin", 0x400000, 0x4385e366, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_blockb) @@ -5181,7 +5181,7 @@ struct BurnDriver BurnDrvmd_blockb = { // Blockout (World) static struct BurnRomInfo md_blockoutRomDesc[] = { - { "bloc-u1_blo03+bloc-u2_blo03.bin,mpr-14247.bin", 0x020000, 0x5e2966f1, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "bloc-u1_blo03+bloc-u2_blo03.bin,mpr-14247.bin", 0x020000, 0x5e2966f1, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_blockout) @@ -5199,7 +5199,7 @@ struct BurnDriver BurnDrvmd_blockout = { // Bloodshot ~ Battle Frenzy (Euro) static struct BurnRomInfo md_bloodshtRomDesc[] = { - { "es210.bin", 0x200000, 0xf9f2bceb, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "es210.bin", 0x200000, 0xf9f2bceb, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_bloodsht) @@ -5217,7 +5217,7 @@ struct BurnDriver BurnDrvmd_bloodsht = { // Blue Almanac (Jpn) static struct BurnRomInfo md_bluealmaRomDesc[] = { - { "blue almanac (jpn).bin", 0x100000, 0x7222ebb3, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "blue almanac (jpn).bin", 0x100000, 0x7222ebb3, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_bluealma) @@ -5235,7 +5235,7 @@ struct BurnDriver BurnDrvmd_bluealma = { // Body Count (Euro) static struct BurnRomInfo md_bodycoRomDesc[] = { - { "body count (euro).bin", 0x100000, 0x3575a030, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "body count (euro).bin", 0x100000, 0x3575a030, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_bodyco) @@ -5253,7 +5253,7 @@ struct BurnDriver BurnDrvmd_bodyco = { // Body Count (Bra) static struct BurnRomInfo md_bodycobRomDesc[] = { - { "mpr-16252 w51.ic1", 0x100000, 0x649607d1, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-16252 w51.ic1", 0x100000, 0x649607d1, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_bodycob) @@ -5271,7 +5271,7 @@ struct BurnDriver BurnDrvmd_bodycob = { // Body Count (Euro, Prototype) static struct BurnRomInfo md_bodycopRomDesc[] = { - { "body count (euro) (beta).bin", 0x100000, 0xb4ffb6ce, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "body count (euro) (beta).bin", 0x100000, 0xb4ffb6ce, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_bodycop) @@ -5289,7 +5289,7 @@ struct BurnDriver BurnDrvmd_bodycop = { // Body Count (USA, Prototype, 19940208) static struct BurnRomInfo md_bodycop4RomDesc[] = { - { "body count (prototype - feb 08, 1994).bin", 0x0ff900, 0xc5fed897, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "body count (prototype - feb 08, 1994).bin", 0x0ff900, 0xc5fed897, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_bodycop4) @@ -5307,7 +5307,7 @@ struct BurnDriver BurnDrvmd_bodycop4 = { // Body Count (USA, Prototype, 19940127) static struct BurnRomInfo md_bodycop5RomDesc[] = { - { "body count (prototype - jan 27, 1994).bin", 0x100000, 0x66ca4e71, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "body count (prototype - jan 27, 1994).bin", 0x100000, 0x66ca4e71, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_bodycop5) @@ -5325,7 +5325,7 @@ struct BurnDriver BurnDrvmd_bodycop5 = { // Body Count (USA, Prototype, 19940303) static struct BurnRomInfo md_bodycop3RomDesc[] = { - { "body count (prototype - mar 03, 1994).bin", 0x100000, 0x6abc6e77, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "body count (prototype - mar 03, 1994).bin", 0x100000, 0x6abc6e77, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_bodycop3) @@ -5343,7 +5343,7 @@ struct BurnDriver BurnDrvmd_bodycop3 = { // Body Count (USA, Prototype, 19940308) static struct BurnRomInfo md_bodycop2RomDesc[] = { - { "body count (prototype - mar 08, 1994).bin", 0x100000, 0x8965213f, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "body count (prototype - mar 08, 1994).bin", 0x100000, 0x8965213f, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_bodycop2) @@ -5361,7 +5361,7 @@ struct BurnDriver BurnDrvmd_bodycop2 = { // Bonanza Bros. (Euro, Jpn, Rev. A) static struct BurnRomInfo md_bnzabrosRomDesc[] = { - { "mpr-13905a.bin", 0x080000, 0xc6aac589, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-13905a.bin", 0x080000, 0xc6aac589, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_bnzabros) @@ -5379,7 +5379,7 @@ struct BurnDriver BurnDrvmd_bnzabros = { // Bonanza Bros. (Euro, Jpn) static struct BurnRomInfo md_bnzabros1RomDesc[] = { - { "bonanza bros. (euro, jpn).bin", 0x080000, 0xadf6476c, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "bonanza bros. (euro, jpn).bin", 0x080000, 0xadf6476c, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_bnzabros1) @@ -5397,7 +5397,7 @@ struct BurnDriver BurnDrvmd_bnzabros1 = { // Bonanza Bros. (USA, Kor) static struct BurnRomInfo md_bnzabrosuRomDesc[] = { - { "bonanza bros. (usa, kor).bin", 0x080000, 0x20d1ad4c, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "bonanza bros. (usa, kor).bin", 0x080000, 0x20d1ad4c, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_bnzabrosu) @@ -5415,7 +5415,7 @@ struct BurnDriver BurnDrvmd_bnzabrosu = { // Bonkers (Euro, USA) static struct BurnRomInfo md_bonkersRomDesc[] = { - { "bonkers (euro, usa).bin", 0x100000, 0xd1e66017, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "bonkers (euro, usa).bin", 0x100000, 0xd1e66017, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_bonkers) @@ -5433,7 +5433,7 @@ struct BurnDriver BurnDrvmd_bonkers = { // Bonkers (USA, Prototype, 19940328) static struct BurnRomInfo md_bonkersp5RomDesc[] = { - { "bonkers (prototype - mar 28, 1994).bin", 0x100000, 0xcd67c588, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "bonkers (prototype - mar 28, 1994).bin", 0x100000, 0xcd67c588, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_bonkersp5) @@ -5451,7 +5451,7 @@ struct BurnDriver BurnDrvmd_bonkersp5 = { // Bonkers (USA, Prototype, 19940503) static struct BurnRomInfo md_bonkersp4RomDesc[] = { - { "bonkers (prototype - may 03, 1994).bin", 0x100000, 0xe4cd0d61, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "bonkers (prototype - may 03, 1994).bin", 0x100000, 0xe4cd0d61, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_bonkersp4) @@ -5469,7 +5469,7 @@ struct BurnDriver BurnDrvmd_bonkersp4 = { // Bonkers (USA, Prototype, 19941004) static struct BurnRomInfo md_bonkersp3RomDesc[] = { - { "bonkers (prototype - oct 04, 1994).bin", 0x100000, 0x913cc834, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "bonkers (prototype - oct 04, 1994).bin", 0x100000, 0x913cc834, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_bonkersp3) @@ -5487,7 +5487,7 @@ struct BurnDriver BurnDrvmd_bonkersp3 = { // Bonkers (USA, Prototype, 19941025) static struct BurnRomInfo md_bonkersp2RomDesc[] = { - { "bonkers (prototype - oct 25, 1994).bin", 0x100000, 0x3e5edc4f, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "bonkers (prototype - oct 25, 1994).bin", 0x100000, 0x3e5edc4f, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_bonkersp2) @@ -5505,7 +5505,7 @@ struct BurnDriver BurnDrvmd_bonkersp2 = { // Bonkers (USA, Prototype, 19941029) static struct BurnRomInfo md_bonkersp1RomDesc[] = { - { "bonkers (prototype - oct 29, 1994).bin", 0x100000, 0x7b84793e, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "bonkers (prototype - oct 29, 1994).bin", 0x100000, 0x7b84793e, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_bonkersp1) @@ -5523,7 +5523,7 @@ struct BurnDriver BurnDrvmd_bonkersp1 = { // Boogerman - A Pick and Flick Adventure (Euro) static struct BurnRomInfo md_boogerRomDesc[] = { - { "boogerman - a pick and flick adventure (euro).bin", 0x300000, 0xdbc4340c, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "boogerman - a pick and flick adventure (euro).bin", 0x300000, 0xdbc4340c, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_booger) @@ -5541,7 +5541,7 @@ struct BurnDriver BurnDrvmd_booger = { // Boogerman - A Pick and Flick Adventure (USA) static struct BurnRomInfo md_boogeruRomDesc[] = { - { "boogerman - a pick and flick adventure (usa).bin", 0x300000, 0x1a7a2bec, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "boogerman - a pick and flick adventure (usa).bin", 0x300000, 0x1a7a2bec, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_boogeru) @@ -5559,7 +5559,7 @@ struct BurnDriver BurnDrvmd_boogeru = { // Boxing Legends of the Ring (USA) static struct BurnRomInfo md_boxinglgRomDesc[] = { - { "boxing legends of the ring (usa).bin", 0x100000, 0x00f225ac, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "boxing legends of the ring (usa).bin", 0x100000, 0x00f225ac, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_boxinglg) @@ -5577,7 +5577,7 @@ struct BurnDriver BurnDrvmd_boxinglg = { // Chavez II (USA) static struct BurnRomInfo md_chavez2RomDesc[] = { - { "chavez ii (usa).bin", 0x100000, 0x5bc0dbb8, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "chavez ii (usa).bin", 0x100000, 0x5bc0dbb8, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_chavez2) @@ -5595,7 +5595,7 @@ struct BurnDriver BurnDrvmd_chavez2 = { // Bram Stoker's Dracula (Euro) static struct BurnRomInfo md_draculaRomDesc[] = { - { "bram stoker's dracula (euro).bin", 0x100000, 0x9ba5a063, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "bram stoker's dracula (euro).bin", 0x100000, 0x9ba5a063, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_dracula) @@ -5613,7 +5613,7 @@ struct BurnDriver BurnDrvmd_dracula = { // Bram Stoker's Dracula (USA) static struct BurnRomInfo md_draculauRomDesc[] = { - { "bram stoker's dracula (usa).bin", 0x100000, 0x077084a6, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "bram stoker's dracula (usa).bin", 0x100000, 0x077084a6, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_draculau) @@ -5631,7 +5631,7 @@ struct BurnDriver BurnDrvmd_draculau = { // Brett Hull Hockey '95 (USA) static struct BurnRomInfo md_bretthRomDesc[] = { - { "brett hull hockey '95 (usa).bin", 0x200000, 0xf7775a09, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "brett hull hockey '95 (usa).bin", 0x200000, 0xf7775a09, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_bretth) @@ -5649,7 +5649,7 @@ struct BurnDriver BurnDrvmd_bretth = { // Brian Lara Cricket (Euro, 199506) static struct BurnRomInfo md_brianlarRomDesc[] = { - { "brian lara cricket (euro) (june 1995).bin", 0x100000, 0x408cf5c3, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "brian lara cricket (euro) (june 1995).bin", 0x100000, 0x408cf5c3, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_brianlar) @@ -5667,7 +5667,7 @@ struct BurnDriver BurnDrvmd_brianlar = { // Brian Lara Cricket (Euro, 199503) static struct BurnRomInfo md_brianlar1RomDesc[] = { - { "brian lara cricket (euro) (march 1995).bin", 0x100000, 0x90f5c2b7, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "brian lara cricket (euro) (march 1995).bin", 0x100000, 0x90f5c2b7, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_brianlar1) @@ -5685,7 +5685,7 @@ struct BurnDriver BurnDrvmd_brianlar1 = { // Brian Lara Cricket 96 (Euro, 199604) static struct BurnRomInfo md_brianl96RomDesc[] = { - { "brian lara cricket 96 (euro) (april 1996).bin", 0x100000, 0xfe52f7e1, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "brian lara cricket 96 (euro) (april 1996).bin", 0x100000, 0xfe52f7e1, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_brianl96) @@ -5703,7 +5703,7 @@ struct BurnDriver BurnDrvmd_brianl96 = { // Brian Lara Cricket 96 (Euro, 199603) static struct BurnRomInfo md_brianl96aRomDesc[] = { - { "mdbl_9844.bin", 0x100000, 0xfa3024af, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mdbl_9844.bin", 0x100000, 0xfa3024af, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_brianl96a) @@ -5721,7 +5721,7 @@ struct BurnDriver BurnDrvmd_brianl96a = { // Brutal - Paws of Fury (Euro) static struct BurnRomInfo md_brutalRomDesc[] = { - { "brutal - paws of fury (euro).bin", 0x200000, 0x7e9a8d32, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "brutal - paws of fury (euro).bin", 0x200000, 0x7e9a8d32, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_brutal) @@ -5739,7 +5739,7 @@ struct BurnDriver BurnDrvmd_brutal = { // Brutal - Paws of Fury (USA) static struct BurnRomInfo md_brutaluRomDesc[] = { - { "brutal - paws of fury (usa).bin", 0x200000, 0x98d502cd, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "brutal - paws of fury (usa).bin", 0x200000, 0x98d502cd, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_brutalu) @@ -5757,7 +5757,7 @@ struct BurnDriver BurnDrvmd_brutalu = { // Bubba'n'Stix (Euro) static struct BurnRomInfo md_bubbaRomDesc[] = { - { "bubba'n'stix (euro).bin", 0x100000, 0xb467432e, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "bubba'n'stix (euro).bin", 0x100000, 0xb467432e, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_bubba) @@ -5775,7 +5775,7 @@ struct BurnDriver BurnDrvmd_bubba = { // Bubba'n'Stix (Euro, Prototype) static struct BurnRomInfo md_bubbapRomDesc[] = { - { "bubba'n'stix (euro) (beta).bin", 0x100000, 0xa8731cb4, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "bubba'n'stix (euro) (beta).bin", 0x100000, 0xa8731cb4, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_bubbap) @@ -5793,7 +5793,7 @@ struct BurnDriver BurnDrvmd_bubbap = { // Bubba'n'Stix (USA) static struct BurnRomInfo md_bubbauRomDesc[] = { - { "bubba'n'stix - a strategy adventure (usa).bin", 0x100000, 0xd45cb46f, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "bubba'n'stix - a strategy adventure (usa).bin", 0x100000, 0xd45cb46f, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_bubbau) @@ -5811,7 +5811,7 @@ struct BurnDriver BurnDrvmd_bubbau = { // Bubble and Squeak (Euro) static struct BurnRomInfo md_bubblesqRomDesc[] = { - { "bubble and squeak (euro).bin", 0x080000, 0x86151bf1, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "bubble and squeak (euro).bin", 0x080000, 0x86151bf1, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_bubblesq) @@ -5829,7 +5829,7 @@ struct BurnDriver BurnDrvmd_bubblesq = { // Bubble and Squeak (USA) static struct BurnRomInfo md_bubblesquRomDesc[] = { - { "bubble and squeak (usa).bin", 0x080000, 0x28c4a006, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "bubble and squeak (usa).bin", 0x080000, 0x28c4a006, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_bubblesqu) @@ -5847,7 +5847,7 @@ struct BurnDriver BurnDrvmd_bubblesqu = { // Bubsy in Claws Encounters of the Furred Kind (Euro, USA) static struct BurnRomInfo md_bubsyRomDesc[] = { - { "bubsy in claws encounters of the furred kind (euro, usa).bin", 0x200000, 0x3e30d365, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "bubsy in claws encounters of the furred kind (euro, usa).bin", 0x200000, 0x3e30d365, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_bubsy) @@ -5865,7 +5865,7 @@ struct BurnDriver BurnDrvmd_bubsy = { // Bubsy II (Euro, USA) static struct BurnRomInfo md_bubsy2RomDesc[] = { - { "bu2sg.bin", 0x200000, 0xf8beff56, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "bu2sg.bin", 0x200000, 0xf8beff56, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_bubsy2) @@ -5883,7 +5883,7 @@ struct BurnDriver BurnDrvmd_bubsy2 = { // Buck Rogers - Countdown to Doomsday (Euro, USA) static struct BurnRomInfo md_buckrogRomDesc[] = { - { "buc05.bin", 0x100000, 0x44e3bfff, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "buc05.bin", 0x100000, 0x44e3bfff, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_buckrog) @@ -5901,7 +5901,7 @@ struct BurnDriver BurnDrvmd_buckrog = { // Budokan - The Martial Spirit (Euro) static struct BurnRomInfo md_budokanRomDesc[] = { - { "budokan - the martial spirit (euro).bin", 0x080000, 0x97add5bd, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "budokan - the martial spirit (euro).bin", 0x080000, 0x97add5bd, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_budokan) @@ -5919,7 +5919,7 @@ struct BurnDriver BurnDrvmd_budokan = { // Budokan - The Martial Spirit (USA) static struct BurnRomInfo md_budokanuRomDesc[] = { - { "budokan - the martial spirit (usa).bin", 0x080000, 0xacd9f5fc, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "budokan - the martial spirit (usa).bin", 0x080000, 0xacd9f5fc, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_budokanu) @@ -5937,7 +5937,7 @@ struct BurnDriver BurnDrvmd_budokanu = { // Bugs Bunny in Double Trouble (USA) static struct BurnRomInfo md_bugsbunuRomDesc[] = { - { "bugs bunny in double trouble (usa).bin", 0x200000, 0x365305a2, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "bugs bunny in double trouble (usa).bin", 0x200000, 0x365305a2, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_bugsbunu) @@ -5955,7 +5955,7 @@ struct BurnDriver BurnDrvmd_bugsbunu = { // Bulls versus Blazers and the NBA Playoffs (Euro, USA) static struct BurnRomInfo md_bullvsblRomDesc[] = { - { "bulls versus blazers and the nba playoffs (euro, usa).bin", 0x100000, 0xd4e4b4e8, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "bulls versus blazers and the nba playoffs (euro, usa).bin", 0x100000, 0xd4e4b4e8, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_bullvsbl) @@ -5973,7 +5973,7 @@ struct BurnDriver BurnDrvmd_bullvsbl = { // Bulls Vs Lakers and the NBA Playoffs (Euro, USA) static struct BurnRomInfo md_bullvslaRomDesc[] = { - { "bulls vs lakers and the nba playoffs (euro, usa).bin", 0x100000, 0xe56023a0, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "bulls vs lakers and the nba playoffs (euro, usa).bin", 0x100000, 0xe56023a0, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_bullvsla) @@ -5991,7 +5991,7 @@ struct BurnDriver BurnDrvmd_bullvsla = { // Burning Force (Euro) static struct BurnRomInfo md_burnforcRomDesc[] = { - { "burning force (euro).bin", 0x080000, 0x776ff6ff, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "burning force (euro).bin", 0x080000, 0x776ff6ff, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_burnforc) @@ -6009,7 +6009,7 @@ struct BurnDriver BurnDrvmd_burnforc = { // Burning Force (Jpn) static struct BurnRomInfo md_burnforcjRomDesc[] = { - { "burning force (jpn).bin", 0x080000, 0x0c1deb47, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "burning force (jpn).bin", 0x080000, 0x0c1deb47, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_burnforcj) @@ -6027,7 +6027,7 @@ struct BurnDriver BurnDrvmd_burnforcj = { // Burning Force (USA) static struct BurnRomInfo md_burnforcuRomDesc[] = { - { "burning force (usa).bin", 0x080000, 0xbdc8f02c, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "burning force (usa).bin", 0x080000, 0xbdc8f02c, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_burnforcu) @@ -6045,7 +6045,7 @@ struct BurnDriver BurnDrvmd_burnforcu = { // Cadash (USA, Asia, Kor) static struct BurnRomInfo md_cadashRomDesc[] = { - { "cadash (usa, asia, kor).bin", 0x080000, 0x13bdf374, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "cadash (usa, asia, kor).bin", 0x080000, 0x13bdf374, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_cadash) @@ -6063,7 +6063,7 @@ struct BurnDriver BurnDrvmd_cadash = { // Caesars Palace (USA) static struct BurnRomInfo md_caesarsRomDesc[] = { - { "caesars palace (usa).bin", 0x080000, 0x8fdaa9bb, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "caesars palace (usa).bin", 0x080000, 0x8fdaa9bb, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_caesars) @@ -6081,7 +6081,7 @@ struct BurnDriver BurnDrvmd_caesars = { // Cal Ripken Jr. Baseball (USA) static struct BurnRomInfo md_calripknRomDesc[] = { - { "cal ripken jr. baseball (usa).bin", 0x100000, 0x9b1c96c0, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "cal ripken jr. baseball (usa).bin", 0x100000, 0x9b1c96c0, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_calripkn) @@ -6099,7 +6099,7 @@ struct BurnDriver BurnDrvmd_calripkn = { // Cal.50 - Caliber Fifty (USA) static struct BurnRomInfo md_cal50RomDesc[] = { - { "caliber .50 (usa).bin", 0x100000, 0x44f4fa05, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "caliber .50 (usa).bin", 0x100000, 0x44f4fa05, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_cal50) @@ -6117,7 +6117,7 @@ struct BurnDriver BurnDrvmd_cal50 = { // California Games (Euro, USA) static struct BurnRomInfo md_calgamesRomDesc[] = { - { "mpr-14372.bin", 0x080000, 0x43b1b672, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-14372.bin", 0x080000, 0x43b1b672, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_calgames) @@ -6135,7 +6135,7 @@ struct BurnDriver BurnDrvmd_calgames = { // Cannon Fodder (Euro) static struct BurnRomInfo md_cfodderRomDesc[] = { - { "cannon fodder (euro).bin", 0x180000, 0xad217654, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "cannon fodder (euro).bin", 0x180000, 0xad217654, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_cfodder) @@ -6153,7 +6153,7 @@ struct BurnDriver BurnDrvmd_cfodder = { // Captain America and the Avengers (Euro) static struct BurnRomInfo md_captavenRomDesc[] = { - { "mpr-15499.bin", 0x100000, 0x43225612, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-15499.bin", 0x100000, 0x43225612, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_captaven) @@ -6171,7 +6171,7 @@ struct BurnDriver BurnDrvmd_captaven = { // Captain America and the Avengers (USA) static struct BurnRomInfo md_captavenuRomDesc[] = { - { "captain america and the avengers (usa).bin", 0x100000, 0xe0639ca2, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "captain america and the avengers (usa).bin", 0x100000, 0xe0639ca2, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_captavenu) @@ -6189,7 +6189,7 @@ struct BurnDriver BurnDrvmd_captavenu = { // Captain America and the Avengers (USA, Prototype) static struct BurnRomInfo md_captavenupRomDesc[] = { - { "captain america and the avengers (usa) (beta).bin", 0x100000, 0xbaac59c0, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "captain america and the avengers (usa) (beta).bin", 0x100000, 0xbaac59c0, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_captavenup) @@ -6207,7 +6207,7 @@ struct BurnDriver BurnDrvmd_captavenup = { // Captain Lang (Jpn) static struct BurnRomInfo md_captlangRomDesc[] = { - { "captain lang (japan).bin", 0x100000, 0x61ba8199, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "captain lang (japan).bin", 0x100000, 0x61ba8199, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_captlang) @@ -6225,7 +6225,7 @@ struct BurnDriver BurnDrvmd_captlang = { // Captain Planet and the Planeteers (Euro) static struct BurnRomInfo md_captplanRomDesc[] = { - { "captain planet and the planeteers (euro).bin", 0x080000, 0x7672efa5, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "captain planet and the planeteers (euro).bin", 0x080000, 0x7672efa5, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_captplan) @@ -6243,7 +6243,7 @@ struct BurnDriver BurnDrvmd_captplan = { // Captain Planet and the Planeteers (USA) static struct BurnRomInfo md_captplanuRomDesc[] = { - { "captain planet and the planeteers (usa).bin", 0x080000, 0xbf2cbd3a, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "captain planet and the planeteers (usa).bin", 0x080000, 0xbf2cbd3a, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_captplanu) @@ -6261,7 +6261,7 @@ struct BurnDriver BurnDrvmd_captplanu = { // Castle of Illusion Starring Mickey Mouse (Euro, USA) static struct BurnRomInfo md_castlillRomDesc[] = { - { "castle of illusion starring mickey mouse (euro, usa).bin", 0x080000, 0xba4e9fd0, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "castle of illusion starring mickey mouse (euro, usa).bin", 0x080000, 0xba4e9fd0, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_castlill) @@ -6279,7 +6279,7 @@ struct BurnDriver BurnDrvmd_castlill = { // Castle of Illusion - Fushigi no Oshiro Daibouken (Jpn) static struct BurnRomInfo md_castlilljRomDesc[] = { - { "mpr-13498.bin", 0x080000, 0xce8333c6, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-13498.bin", 0x080000, 0xce8333c6, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_castlillj) @@ -6297,7 +6297,7 @@ struct BurnDriver BurnDrvmd_castlillj = { // Castlevania - The New Generation (Euro) static struct BurnRomInfo md_cvaniaRomDesc[] = { - { "castlevania - the new generation (euro).bin", 0x100000, 0x4dd4e4a5, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "castlevania - the new generation (euro).bin", 0x100000, 0x4dd4e4a5, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_cvania) @@ -6315,7 +6315,7 @@ struct BurnDriver BurnDrvmd_cvania = { // Castlevania - The New Generation (Euro, Prototype) static struct BurnRomInfo md_cvaniapRomDesc[] = { - { "castlevania - the new generation (euro) (beta).bin", 0x100000, 0x84cd103a, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "castlevania - the new generation (euro) (beta).bin", 0x100000, 0x84cd103a, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_cvaniap) @@ -6333,7 +6333,7 @@ struct BurnDriver BurnDrvmd_cvaniap = { // Castlevania - Bloodlines (USA) static struct BurnRomInfo md_cvaniauRomDesc[] = { - { "castlevania - bloodlines (usa).bin", 0x100000, 0xfb1ea6df, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "castlevania - bloodlines (usa).bin", 0x100000, 0xfb1ea6df, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_cvaniau) @@ -6351,7 +6351,7 @@ struct BurnDriver BurnDrvmd_cvaniau = { // Akumajou Dracula - Vampire Killer (Jpn) static struct BurnRomInfo md_akumajoRomDesc[] = { - { "akumajou dracula - vampire killer (jpn).bin", 0x100000, 0x91b57d2b, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "akumajou dracula - vampire killer (jpn).bin", 0x100000, 0x91b57d2b, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_akumajo) @@ -6369,7 +6369,7 @@ struct BurnDriver BurnDrvmd_akumajo = { // Centurion - Defender of Rome (Euro, USA) static struct BurnRomInfo md_centurRomDesc[] = { - { "centurion - defender of rome (euro, usa).bin", 0x0c0000, 0x21283b14, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "centurion - defender of rome (euro, usa).bin", 0x0c0000, 0x21283b14, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_centur) @@ -6387,7 +6387,7 @@ struct BurnDriver BurnDrvmd_centur = { // Chakan (Euro, USA) static struct BurnRomInfo md_chakanRomDesc[] = { - { "chakan (euro, usa).bin", 0x100000, 0x046a48de, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "chakan (euro, usa).bin", 0x100000, 0x046a48de, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_chakan) @@ -6405,7 +6405,7 @@ struct BurnDriver BurnDrvmd_chakan = { // Champions World Class Soccer (World) static struct BurnRomInfo md_champwcsRomDesc[] = { - { "s357.bin", 0x100000, 0x883e33db, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "s357.bin", 0x100000, 0x883e33db, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_champwcs) @@ -6423,7 +6423,7 @@ struct BurnDriver BurnDrvmd_champwcs = { // Championship Bowling (USA) static struct BurnRomInfo md_champbwlRomDesc[] = { - { "championship bowling (usa).bin", 0x080000, 0x1bf92520, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "championship bowling (usa).bin", 0x080000, 0x1bf92520, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_champbwl) @@ -6441,7 +6441,7 @@ struct BurnDriver BurnDrvmd_champbwl = { // Boogie Woogie Bowling (Jpn) static struct BurnRomInfo md_boogieRomDesc[] = { - { "boogie woogie bowling (jpn).bin", 0x080000, 0xccf52828, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "boogie woogie bowling (jpn).bin", 0x080000, 0xccf52828, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_boogie) @@ -6459,7 +6459,7 @@ struct BurnDriver BurnDrvmd_boogie = { // Championship Pool (USA) static struct BurnRomInfo md_champoolRomDesc[] = { - { "championship pool (usa).bin", 0x100000, 0x253512cf, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "championship pool (usa).bin", 0x100000, 0x253512cf, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_champool) @@ -6477,7 +6477,7 @@ struct BurnDriver BurnDrvmd_champool = { // Championship Pro-Am (USA) static struct BurnRomInfo md_cproamRomDesc[] = { - { "championship pro-am (usa).bin", 0x040000, 0xb496de28, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "championship pro-am (usa).bin", 0x040000, 0xb496de28, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_cproam) @@ -6495,7 +6495,7 @@ struct BurnDriver BurnDrvmd_cproam = { // Chao Ji Da Fu Weng (Chi) static struct BurnRomInfo md_cjfuwengRomDesc[] = { - { "chao ji da fu weng (chi) (unl).bin", 0x100000, 0x2e2ea687, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "chao ji da fu weng (chi) (unl).bin", 0x100000, 0x2e2ea687, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_cjfuweng) @@ -6505,7 +6505,7 @@ struct BurnDriver BurnDrvmd_cjfuweng = { "md_cjfuweng", NULL, NULL, NULL, "199?", "Chao Ji Da Fu Weng (Chi)\0", NULL, "Gametec?", "Sega Megadrive", NULL, NULL, NULL, NULL, - BDF_GAME_WORKING | BDF_16BIT_ONLY, 2, HARDWARE_SEGA_MEGADRIVE, GBF_MISC, 0, + BDF_GAME_WORKING | BDF_16BIT_ONLY, 2, HARDWARE_SEGA_MEGADRIVE | HARDWARE_SEGA_MEGADRIVE_PCB_SEGA_SRAM, GBF_MISC, 0, MegadriveGetZipName, md_cjfuwengRomInfo, md_cjfuwengRomName, NULL, NULL, MegadriveInputInfo, MegadriveDIPInfo, MegadriveInit, MegadriveExit, MegadriveFrame, NULL, MegadriveScan, &bMegadriveRecalcPalette, 0x100, 320, 224, 4, 3 @@ -6513,7 +6513,7 @@ struct BurnDriver BurnDrvmd_cjfuweng = { // The Chaos Engine (Euro) static struct BurnRomInfo md_chaosengRomDesc[] = { - { "chaos engine, the (euro).bin", 0x180000, 0xbd9eecf4, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "chaos engine, the (euro).bin", 0x180000, 0xbd9eecf4, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_chaoseng) @@ -6531,7 +6531,7 @@ struct BurnDriver BurnDrvmd_chaoseng = { // Soldiers of Fortune (USA) static struct BurnRomInfo md_soldfortRomDesc[] = { - { "soldiers of fortune (usa).bin", 0x180000, 0xa84d28a1, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "soldiers of fortune (usa).bin", 0x180000, 0xa84d28a1, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_soldfort) @@ -6549,7 +6549,7 @@ struct BurnDriver BurnDrvmd_soldfort = { // The Chaos Engine 2 (Euro, Prototype) static struct BurnRomInfo md_chaosen2RomDesc[] = { - { "chaos engine 2, the (euro) (prototype).bin", 0x100000, 0x3fb045c2, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "chaos engine 2, the (euro) (prototype).bin", 0x100000, 0x3fb045c2, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_chaosen2) @@ -6567,7 +6567,7 @@ struct BurnDriver BurnDrvmd_chaosen2 = { // Chase H.Q. II (USA) static struct BurnRomInfo md_chasehq2RomDesc[] = { - { "chase h.q. ii (usa).bin", 0x080000, 0xf39e4bf2, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "chase h.q. ii (usa).bin", 0x080000, 0xf39e4bf2, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_chasehq2) @@ -6585,7 +6585,7 @@ struct BurnDriver BurnDrvmd_chasehq2 = { // Super H.Q. (Jpn) static struct BurnRomInfo md_superhqRomDesc[] = { - { "super h.q. (jpn).bin", 0x080000, 0xab2c52b0, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "super h.q. (jpn).bin", 0x080000, 0xab2c52b0, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_superhq) @@ -6603,7 +6603,7 @@ struct BurnDriver BurnDrvmd_superhq = { // Cheese Cat-Astrophe Starring Speedy Gonzales (Euro) static struct BurnRomInfo md_cheeseRomDesc[] = { - { "cheese cat-astrophe starring speedy gonzales (euro).bin", 0x200000, 0xff634b28, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "cheese cat-astrophe starring speedy gonzales (euro).bin", 0x200000, 0xff634b28, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_cheese) @@ -6621,7 +6621,7 @@ struct BurnDriver BurnDrvmd_cheese = { // Chester Cheetah - Too Cool to Fool (USA) static struct BurnRomInfo md_chesterRomDesc[] = { - { "chester cheetah - too cool to fool (usa).bin", 0x100000, 0x250e3ec3, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "chester cheetah - too cool to fool (usa).bin", 0x100000, 0x250e3ec3, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_chester) @@ -6639,7 +6639,7 @@ struct BurnDriver BurnDrvmd_chester = { // Chester Cheetah - Wild Wild Quest (USA) static struct BurnRomInfo md_chesterwRomDesc[] = { - { "chester cheetah - wild wild quest (usa).bin", 0x100000, 0xb97b735d, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "chester cheetah - wild wild quest (usa).bin", 0x100000, 0xb97b735d, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_chesterw) @@ -6657,7 +6657,7 @@ struct BurnDriver BurnDrvmd_chesterw = { // Chi Chi's Pro Challenge Golf (USA) static struct BurnRomInfo md_chichiRomDesc[] = { - { "chi chi's pro challenge golf (usa).bin", 0x100000, 0x9c3973a4, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "chi chi's pro challenge golf (usa).bin", 0x100000, 0x9c3973a4, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_chichi) @@ -6675,7 +6675,7 @@ struct BurnDriver BurnDrvmd_chichi = { // Chibi Maruko-chan - Wakuwaku Shopping (Jpn) static struct BurnRomInfo md_chibimRomDesc[] = { - { "chibi maruko-chan - wakuwaku shopping (jpn).bin", 0x080000, 0x91a144b8, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "chibi maruko-chan - wakuwaku shopping (jpn).bin", 0x080000, 0x91a144b8, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_chibim) @@ -6693,7 +6693,7 @@ struct BurnDriver BurnDrvmd_chibim = { // Chiki Chiki Boys (Euro, USA) static struct BurnRomInfo md_chikiRomDesc[] = { - { "chiki chiki boys (euro, usa).bin", 0x100000, 0x813a7d62, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "chiki chiki boys (euro, usa).bin", 0x100000, 0x813a7d62, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_chiki) @@ -6711,7 +6711,7 @@ struct BurnDriver BurnDrvmd_chiki = { // Chiki Chiki Boys (Jpn, Kor) static struct BurnRomInfo md_chikijRomDesc[] = { - { "chiki chiki boys (jpn, kor).bin", 0x100000, 0x06918c17, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "chiki chiki boys (jpn, kor).bin", 0x100000, 0x06918c17, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_chikij) @@ -6729,7 +6729,7 @@ struct BurnDriver BurnDrvmd_chikij = { // Chinese Chess static struct BurnRomInfo md_chinesecRomDesc[] = { - { "chinese chess (unl).bin", 0x080000, 0x475215a0, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "chinese chess (unl).bin", 0x080000, 0x475215a0, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_chinesec) @@ -6747,7 +6747,7 @@ struct BurnDriver BurnDrvmd_chinesec = { // Chuck Rock (Euro) static struct BurnRomInfo md_chuckrckRomDesc[] = { - { "chuck rock (euro).bin", 0x100000, 0x7cd40bea, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "chuck rock (euro).bin", 0x100000, 0x7cd40bea, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_chuckrck) @@ -6765,7 +6765,7 @@ struct BurnDriver BurnDrvmd_chuckrck = { // Chuck Rock (USA) static struct BurnRomInfo md_chuckrckuRomDesc[] = { - { "chuck rock (usa).bin", 0x100000, 0xf8ac454a, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "chuck rock (usa).bin", 0x100000, 0xf8ac454a, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_chuckrcku) @@ -6783,7 +6783,7 @@ struct BurnDriver BurnDrvmd_chuckrcku = { // Chuck Rock II - Son of Chuck (Euro) static struct BurnRomInfo md_chukrck2RomDesc[] = { - { "chuck rock ii - son of chuck (euro).bin", 0x100000, 0x1ade9488, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "chuck rock ii - son of chuck (euro).bin", 0x100000, 0x1ade9488, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_chukrck2) @@ -6801,7 +6801,7 @@ struct BurnDriver BurnDrvmd_chukrck2 = { // Chuck Rock II (Jpn) static struct BurnRomInfo md_chukrck2jRomDesc[] = { - { "chuck rock ii (jpn).bin", 0x100000, 0xbfd24be8, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "chuck rock ii (jpn).bin", 0x100000, 0xbfd24be8, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_chukrck2j) @@ -6819,7 +6819,7 @@ struct BurnDriver BurnDrvmd_chukrck2j = { // Chuck Rock II - Son of Chuck (USA) static struct BurnRomInfo md_chukrck2uRomDesc[] = { - { "chuck rock ii - son of chuck (usa).bin", 0x100000, 0x408b1cdb, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "chuck rock ii - son of chuck (usa).bin", 0x100000, 0x408b1cdb, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_chukrck2u) @@ -6837,7 +6837,7 @@ struct BurnDriver BurnDrvmd_chukrck2u = { // Chuck Rock II - Son of Chuck (USA, Prototype) static struct BurnRomInfo md_chukrck2upRomDesc[] = { - { "chuck rock ii - son of chuck (usa) (beta).bin", 0x100000, 0xd6a3b324, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "chuck rock ii - son of chuck (usa) (beta).bin", 0x100000, 0xd6a3b324, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_chukrck2up) @@ -6855,7 +6855,7 @@ struct BurnDriver BurnDrvmd_chukrck2up = { // Chuck's Excellent Art Tool Animator (USA) static struct BurnRomInfo md_excelartRomDesc[] = { - { "chuck's excellent art tool animator (usa) (unl).bin", 0x060000, 0x6360ee58, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "chuck's excellent art tool animator (usa) (unl).bin", 0x060000, 0x6360ee58, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_excelart) @@ -6873,7 +6873,7 @@ struct BurnDriver BurnDrvmd_excelart = { // Classic Collection (Euro) static struct BurnRomInfo md_classiccRomDesc[] = { - { "classic collection (euro).bin", 0x200000, 0x73f948b1, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "classic collection (euro).bin", 0x200000, 0x73f948b1, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_classicc) @@ -6891,7 +6891,7 @@ struct BurnDriver BurnDrvmd_classicc = { // Clay Fighter (Euro) static struct BurnRomInfo md_clayfghtRomDesc[] = { - { "mpr-17510.bin", 0x200000, 0x1aaf7707, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-17510.bin", 0x200000, 0x1aaf7707, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_clayfght) @@ -6909,7 +6909,7 @@ struct BurnDriver BurnDrvmd_clayfght = { // Clay Fighter (USA) static struct BurnRomInfo md_clayfghtuRomDesc[] = { - { "clay fighter (usa).bin", 0x200000, 0xb12c1bc1, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "clay fighter (usa).bin", 0x200000, 0xb12c1bc1, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_clayfghtu) @@ -6927,7 +6927,7 @@ struct BurnDriver BurnDrvmd_clayfghtu = { // Cliffhanger (Euro) static struct BurnRomInfo md_cliffhRomDesc[] = { - { "cliffhanger (euro).bin", 0x100000, 0x35bff1fd, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "cliffhanger (euro).bin", 0x100000, 0x35bff1fd, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_cliffh) @@ -6945,7 +6945,7 @@ struct BurnDriver BurnDrvmd_cliffh = { // Cliffhanger (Prototype) static struct BurnRomInfo md_cliffhpRomDesc[] = { - { "cliffhanger (beta).bin", 0x100000, 0x628251fd, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "cliffhanger (beta).bin", 0x100000, 0x628251fd, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_cliffhp) @@ -6963,7 +6963,7 @@ struct BurnDriver BurnDrvmd_cliffhp = { // Cliffhanger (USA) static struct BurnRomInfo md_cliffhuRomDesc[] = { - { "cliffhanger (usa).bin", 0x100000, 0x9cbf44d3, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "cliffhanger (usa).bin", 0x100000, 0x9cbf44d3, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_cliffhu) @@ -6981,7 +6981,7 @@ struct BurnDriver BurnDrvmd_cliffhu = { // Clue (USA) static struct BurnRomInfo md_clueRomDesc[] = { - { "clue (usa).bin", 0x080000, 0x7753a296, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "clue (usa).bin", 0x080000, 0x7753a296, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_clue) @@ -6999,7 +6999,7 @@ struct BurnDriver BurnDrvmd_clue = { // Coach K College Basketball (USA) static struct BurnRomInfo md_coachkRomDesc[] = { - { "coach k college basketball (usa).bin", 0x200000, 0x67c309c6, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "coach k college basketball (usa).bin", 0x200000, 0x67c309c6, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_coachk) @@ -7017,7 +7017,7 @@ struct BurnDriver BurnDrvmd_coachk = { // College Football USA 96 (USA) static struct BurnRomInfo md_colleg96RomDesc[] = { - { "college football usa 96 (usa).bin", 0x200000, 0xb9075385, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "college football usa 96 (usa).bin", 0x200000, 0xb9075385, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_colleg96) @@ -7035,7 +7035,7 @@ struct BurnDriver BurnDrvmd_colleg96 = { // College Football USA 97 (USA) static struct BurnRomInfo md_colleg97RomDesc[] = { - { "college football usa 97 (usa).bin", 0x200000, 0x2ebb90a3, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "college football usa 97 (usa).bin", 0x200000, 0x2ebb90a3, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_colleg97) @@ -7053,7 +7053,7 @@ struct BurnDriver BurnDrvmd_colleg97 = { // College Football's National Championship (USA) static struct BurnRomInfo md_collncRomDesc[] = { - { "college football's national championship (usa).bin", 0x200000, 0x172c5dbb, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "college football's national championship (usa).bin", 0x200000, 0x172c5dbb, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_collnc) @@ -7071,7 +7071,7 @@ struct BurnDriver BurnDrvmd_collnc = { // College Football's National Championship (Prototype, 19940413) static struct BurnRomInfo md_collncp19RomDesc[] = { - { "college football's national championship (prototype - apr 13, 1994).bin", 0x200000, 0xd9772def, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "college football's national championship (prototype - apr 13, 1994).bin", 0x200000, 0xd9772def, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_collncp19) @@ -7089,7 +7089,7 @@ struct BurnDriver BurnDrvmd_collncp19 = { // College Football's National Championship (Prototype, 19940418) static struct BurnRomInfo md_collncp18RomDesc[] = { - { "college football's national championship (prototype - apr 18, 1994).bin", 0x200000, 0xe0a1705f, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "college football's national championship (prototype - apr 18, 1994).bin", 0x200000, 0xe0a1705f, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_collncp18) @@ -7107,7 +7107,7 @@ struct BurnDriver BurnDrvmd_collncp18 = { // College Football's National Championship (Prototype, 19940419) static struct BurnRomInfo md_collncp17RomDesc[] = { - { "college football's national championship (prototype - apr 19, 1994).bin", 0x200000, 0xd5fe66c3, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "college football's national championship (prototype - apr 19, 1994).bin", 0x200000, 0xd5fe66c3, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_collncp17) @@ -7125,7 +7125,7 @@ struct BurnDriver BurnDrvmd_collncp17 = { // College Football's National Championship (Prototype, 19940429) static struct BurnRomInfo md_collncp16RomDesc[] = { - { "college football's national championship (prototype - apr 29, 1994).bin", 0x200000, 0x99da1973, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "college football's national championship (prototype - apr 29, 1994).bin", 0x200000, 0x99da1973, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_collncp16) @@ -7143,7 +7143,7 @@ struct BurnDriver BurnDrvmd_collncp16 = { // College Football's National Championship (Prototype, 19940601) static struct BurnRomInfo md_collncp08RomDesc[] = { - { "college football's national championship (prototype - jun 01, 1994).bin", 0x200000, 0x994dbc8f, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "college football's national championship (prototype - jun 01, 1994).bin", 0x200000, 0x994dbc8f, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_collncp08) @@ -7161,7 +7161,7 @@ struct BurnDriver BurnDrvmd_collncp08 = { // College Football's National Championship (Prototype, 19940603) static struct BurnRomInfo md_collncp07RomDesc[] = { - { "college football's national championship (prototype - jun 03, 1994).bin", 0x200000, 0x9ca29321, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "college football's national championship (prototype - jun 03, 1994).bin", 0x200000, 0x9ca29321, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_collncp07) @@ -7179,7 +7179,7 @@ struct BurnDriver BurnDrvmd_collncp07 = { // College Football's National Championship (Prototype, 19940607) static struct BurnRomInfo md_collncp06RomDesc[] = { - { "college football's national championship (prototype - jun 07, 1994).bin", 0x200000, 0xb40b791e, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "college football's national championship (prototype - jun 07, 1994).bin", 0x200000, 0xb40b791e, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_collncp06) @@ -7197,7 +7197,7 @@ struct BurnDriver BurnDrvmd_collncp06 = { // College Football's National Championship (Prototype, 19940608) static struct BurnRomInfo md_collncp05RomDesc[] = { - { "college football's national championship (prototype - jun 08, 1994).bin", 0x200000, 0xd008debc, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "college football's national championship (prototype - jun 08, 1994).bin", 0x200000, 0xd008debc, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_collncp05) @@ -7215,7 +7215,7 @@ struct BurnDriver BurnDrvmd_collncp05 = { // College Football's National Championship (Prototype, 19940614) static struct BurnRomInfo md_collncp04RomDesc[] = { - { "college football's national championship (prototype - jun 14, 1994).bin", 0x200000, 0xecef7de7, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "college football's national championship (prototype - jun 14, 1994).bin", 0x200000, 0xecef7de7, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_collncp04) @@ -7233,7 +7233,7 @@ struct BurnDriver BurnDrvmd_collncp04 = { // College Football's National Championship (Prototype, 19940615) static struct BurnRomInfo md_collncp03RomDesc[] = { - { "college football's national championship (prototype - jun 15, 1994).bin", 0x200000, 0xc7e5a998, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "college football's national championship (prototype - jun 15, 1994).bin", 0x200000, 0xc7e5a998, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_collncp03) @@ -7251,7 +7251,7 @@ struct BurnDriver BurnDrvmd_collncp03 = { // College Football's National Championship (Prototype, 19940618) static struct BurnRomInfo md_collncp02RomDesc[] = { - { "college football's national championship (prototype - jun 18, 1994).bin", 0x200000, 0x74988a9d, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "college football's national championship (prototype - jun 18, 1994).bin", 0x200000, 0x74988a9d, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_collncp02) @@ -7269,7 +7269,7 @@ struct BurnDriver BurnDrvmd_collncp02 = { // College Football's National Championship (Prototype, 19940620) static struct BurnRomInfo md_collncp01RomDesc[] = { - { "college football's national championship (prototype - jun 20, 1994).bin", 0x200000, 0x898c17fa, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "college football's national championship (prototype - jun 20, 1994).bin", 0x200000, 0x898c17fa, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_collncp01) @@ -7287,7 +7287,7 @@ struct BurnDriver BurnDrvmd_collncp01 = { // College Football's National Championship (Prototype, 19940503) static struct BurnRomInfo md_collncp15RomDesc[] = { - { "college football's national championship (prototype - may 03, 1994).bin", 0x200000, 0xdb1a3f66, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "college football's national championship (prototype - may 03, 1994).bin", 0x200000, 0xdb1a3f66, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_collncp15) @@ -7305,7 +7305,7 @@ struct BurnDriver BurnDrvmd_collncp15 = { // College Football's National Championship (Prototype, 19940506) static struct BurnRomInfo md_collncp14RomDesc[] = { - { "college football's national championship (prototype - may 06, 1994).bin", 0x200000, 0x0a538e75, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "college football's national championship (prototype - may 06, 1994).bin", 0x200000, 0x0a538e75, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_collncp14) @@ -7323,7 +7323,7 @@ struct BurnDriver BurnDrvmd_collncp14 = { // College Football's National Championship (Prototype, 19940511-A) static struct BurnRomInfo md_collncp13RomDesc[] = { - { "college football's national championship (prototype - may 11, 1994 - a).bin", 0x200000, 0xce65b294, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "college football's national championship (prototype - may 11, 1994 - a).bin", 0x200000, 0xce65b294, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_collncp13) @@ -7341,7 +7341,7 @@ struct BurnDriver BurnDrvmd_collncp13 = { // College Football's National Championship (Prototype, 19940517-A) static struct BurnRomInfo md_collncp12RomDesc[] = { - { "college football's national championship (prototype - may 17, 1994 - a).bin", 0x200000, 0x8cfd4c86, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "college football's national championship (prototype - may 17, 1994 - a).bin", 0x200000, 0x8cfd4c86, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_collncp12) @@ -7359,7 +7359,7 @@ struct BurnDriver BurnDrvmd_collncp12 = { // College Football's National Championship (Prototype, 19940520) static struct BurnRomInfo md_collncp11RomDesc[] = { - { "college football's national championship (prototype - may 20, 1994).bin", 0x200000, 0xf285385e, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "college football's national championship (prototype - may 20, 1994).bin", 0x200000, 0xf285385e, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_collncp11) @@ -7377,7 +7377,7 @@ struct BurnDriver BurnDrvmd_collncp11 = { // College Football's National Championship (Prototype, 19940525) static struct BurnRomInfo md_collncp10RomDesc[] = { - { "college football's national championship (prototype - may 25, 1994).bin", 0x200000, 0x482e334a, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "college football's national championship (prototype - may 25, 1994).bin", 0x200000, 0x482e334a, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_collncp10) @@ -7395,7 +7395,7 @@ struct BurnDriver BurnDrvmd_collncp10 = { // College Football's National Championship (Prototype, 19940531) static struct BurnRomInfo md_collncp09RomDesc[] = { - { "college football's national championship (prototype - may 31, 1994).bin", 0x200000, 0xc6766745, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "college football's national championship (prototype - may 31, 1994).bin", 0x200000, 0xc6766745, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_collncp09) @@ -7413,7 +7413,7 @@ struct BurnDriver BurnDrvmd_collncp09 = { // College Football's National Championship II (USA) static struct BurnRomInfo md_collnc2RomDesc[] = { - { "college football's national championship ii (usa).bin", 0x200000, 0x65b64413, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "college football's national championship ii (usa).bin", 0x200000, 0x65b64413, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_collnc2) @@ -7431,7 +7431,7 @@ struct BurnDriver BurnDrvmd_collnc2 = { // College Slam (USA) static struct BurnRomInfo md_collslamRomDesc[] = { - { "college slam (usa).bin", 0x400000, 0x96a42431, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "college slam (usa).bin", 0x400000, 0x96a42431, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_collslam) @@ -7449,7 +7449,7 @@ struct BurnDriver BurnDrvmd_collslam = { // Columns (World, v1.1) static struct BurnRomInfo md_columnsRomDesc[] = { - { "columns (world) (v1.1).bin", 0x020000, 0xd783c244, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "columns (world) (v1.1).bin", 0x020000, 0xd783c244, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_columns) @@ -7467,7 +7467,7 @@ struct BurnDriver BurnDrvmd_columns = { // Columns (World) static struct BurnRomInfo md_columns1RomDesc[] = { - { "mpr-13193.bin", 0x020000, 0x03163d7a, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-13193.bin", 0x020000, 0x03163d7a, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_columns1) @@ -7485,7 +7485,7 @@ struct BurnDriver BurnDrvmd_columns1 = { // Columns III - Revenge of Columns (USA) static struct BurnRomInfo md_columns3RomDesc[] = { - { "columns iii - revenge of columns (usa).bin", 0x080000, 0xdc678f6d, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "columns iii - revenge of columns (usa).bin", 0x080000, 0xdc678f6d, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_columns3) @@ -7503,7 +7503,7 @@ struct BurnDriver BurnDrvmd_columns3 = { // Columns III - Taiketsu! Columns World (Jpn, Kor) static struct BurnRomInfo md_columns3jRomDesc[] = { - { "columns iii - taiketsu! columns world (jpn, kor).bin", 0x080000, 0xcd07462f, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "columns iii - taiketsu! columns world (jpn, kor).bin", 0x080000, 0xcd07462f, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_columns3j) @@ -7521,7 +7521,7 @@ struct BurnDriver BurnDrvmd_columns3j = { // Combat Aces (Prototype) static struct BurnRomInfo md_combatRomDesc[] = { - { "combat aces (beta).bin", 0x080000, 0x84560d5a, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "combat aces (beta).bin", 0x080000, 0x84560d5a, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_combat) @@ -7539,7 +7539,7 @@ struct BurnDriver BurnDrvmd_combat = { // Combat Cars (Euro, USA) static struct BurnRomInfo md_combatcaRomDesc[] = { - { "combat cars (euro, usa).bin", 0x100000, 0xe439b101, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "combat cars (euro, usa).bin", 0x100000, 0xe439b101, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_combatca) @@ -7557,7 +7557,7 @@ struct BurnDriver BurnDrvmd_combatca = { // Comix Zone (Euro) static struct BurnRomInfo md_comixRomDesc[] = { - { "mpr-18301.bin", 0x200000, 0x1318e923, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-18301.bin", 0x200000, 0x1318e923, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_comix) @@ -7575,7 +7575,7 @@ struct BurnDriver BurnDrvmd_comix = { // Comix Zone (Euro, Prototype, 19950628) static struct BurnRomInfo md_comixpRomDesc[] = { - { "comix zone (euro) (prototype - jun 28, 1995).bin", 0x200000, 0x939efd4c, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "comix zone (euro) (prototype - jun 28, 1995).bin", 0x200000, 0x939efd4c, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_comixp) @@ -7593,7 +7593,7 @@ struct BurnDriver BurnDrvmd_comixp = { // Comix Zone (Jpn) static struct BurnRomInfo md_comixjRomDesc[] = { - { "comix zone (jpn).bin", 0x200000, 0x7a6027b8, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "comix zone (jpn).bin", 0x200000, 0x7a6027b8, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_comixj) @@ -7611,7 +7611,7 @@ struct BurnDriver BurnDrvmd_comixj = { // Comix Zone (Euro, Prototype, 19950712) static struct BurnRomInfo md_comixup01RomDesc[] = { - { "comix zone (prototype - jul 12, 1995).bin", 0x200000, 0xe28c89c1, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "comix zone (prototype - jul 12, 1995).bin", 0x200000, 0xe28c89c1, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_comixup01) @@ -7629,7 +7629,7 @@ struct BurnDriver BurnDrvmd_comixup01 = { // Comix Zone (USA, Prototype, 19950601-B) static struct BurnRomInfo md_comixup08RomDesc[] = { - { "comix zone (prototype - jun 01, 1995 - b).bin", 0x200000, 0xbbe03cb6, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "comix zone (prototype - jun 01, 1995 - b).bin", 0x200000, 0xbbe03cb6, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_comixup08) @@ -7647,7 +7647,7 @@ struct BurnDriver BurnDrvmd_comixup08 = { // Comix Zone (USA, Prototype, 19950601-C) static struct BurnRomInfo md_comixup07RomDesc[] = { - { "comix zone (prototype - jun 01, 1995 - c).bin", 0x200000, 0x413b9a94, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "comix zone (prototype - jun 01, 1995 - c).bin", 0x200000, 0x413b9a94, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_comixup07) @@ -7665,7 +7665,7 @@ struct BurnDriver BurnDrvmd_comixup07 = { // Comix Zone (USA, Prototype, 19950601-D) static struct BurnRomInfo md_comixup06RomDesc[] = { - { "comix zone (prototype - jun 01, 1995 - d).bin", 0x200000, 0x9ae93c9d, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "comix zone (prototype - jun 01, 1995 - d).bin", 0x200000, 0x9ae93c9d, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_comixup06) @@ -7683,7 +7683,7 @@ struct BurnDriver BurnDrvmd_comixup06 = { // Comix Zone (USA, Prototype, 19950601) static struct BurnRomInfo md_comixup05RomDesc[] = { - { "comix zone (prototype - jun 01, 1995).bin", 0x200000, 0xba506835, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "comix zone (prototype - jun 01, 1995).bin", 0x200000, 0xba506835, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_comixup05) @@ -7701,7 +7701,7 @@ struct BurnDriver BurnDrvmd_comixup05 = { // Comix Zone (USA, Prototype, 19950602-B) static struct BurnRomInfo md_comixup04RomDesc[] = { - { "comix zone (prototype - jun 02, 1995 - b).bin", 0x200000, 0xb5f0dae5, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "comix zone (prototype - jun 02, 1995 - b).bin", 0x200000, 0xb5f0dae5, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_comixup04) @@ -7719,7 +7719,7 @@ struct BurnDriver BurnDrvmd_comixup04 = { // Comix Zone (USA, Prototype, 19950602) static struct BurnRomInfo md_comixup03RomDesc[] = { - { "comix zone (prototype - jun 02, 1995).bin", 0x200000, 0x1a4abcf3, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "comix zone (prototype - jun 02, 1995).bin", 0x200000, 0x1a4abcf3, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_comixup03) @@ -7737,7 +7737,7 @@ struct BurnDriver BurnDrvmd_comixup03 = { // Comix Zone (USA, Prototype, 19950603) static struct BurnRomInfo md_comixup02RomDesc[] = { - { "comix zone (prototype - jun 03, 1995).bin", 0x200000, 0xaff32614, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "comix zone (prototype - jun 03, 1995).bin", 0x200000, 0xaff32614, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_comixup02) @@ -7755,7 +7755,7 @@ struct BurnDriver BurnDrvmd_comixup02 = { // Comix Zone (Prototype, 19950526) static struct BurnRomInfo md_comixup10RomDesc[] = { - { "comix zone (prototype - may 26, 1995).bin", 0x200000, 0x36029a1f, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "comix zone (prototype - may 26, 1995).bin", 0x200000, 0x36029a1f, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_comixup10) @@ -7773,7 +7773,7 @@ struct BurnDriver BurnDrvmd_comixup10 = { // Comix Zone (Prototype, 19950530) static struct BurnRomInfo md_comixup09RomDesc[] = { - { "comix zone (prototype - may 30, 1995).bin", 0x200000, 0xa72eca2c, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "comix zone (prototype - may 30, 1995).bin", 0x200000, 0xa72eca2c, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_comixup09) @@ -7791,7 +7791,7 @@ struct BurnDriver BurnDrvmd_comixup09 = { // Comix Zone (Kor, Prototype, 19950609) static struct BurnRomInfo md_comixkpRomDesc[] = { - { "comix zone (kor) (prototype - jun 09, 1995).bin", 0x200000, 0xe45a15f4, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "comix zone (kor) (prototype - jun 09, 1995).bin", 0x200000, 0xe45a15f4, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_comixkp) @@ -7809,7 +7809,7 @@ struct BurnDriver BurnDrvmd_comixkp = { // Comix Zone (Sega Channel, Prototype, 19950612) static struct BurnRomInfo md_comixscRomDesc[] = { - { "comix zone (sega channel) (prototype - jun 12, 1995).bin", 0x200000, 0xc77db9e1, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "comix zone (sega channel) (prototype - jun 12, 1995).bin", 0x200000, 0xc77db9e1, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_comixsc) @@ -7827,7 +7827,7 @@ struct BurnDriver BurnDrvmd_comixsc = { // Comix Zone (USA) static struct BurnRomInfo md_comixuRomDesc[] = { - { "comix zone (usa).bin", 0x200000, 0x17da0354, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "comix zone (usa).bin", 0x200000, 0x17da0354, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_comixu) @@ -7845,7 +7845,7 @@ struct BurnDriver BurnDrvmd_comixu = { // Comix Zone (USA, Prototype) static struct BurnRomInfo md_comixupRomDesc[] = { - { "comix zone (usa) (beta).bin", 0x200000, 0x2efcb6ee, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "comix zone (usa) (beta).bin", 0x200000, 0x2efcb6ee, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_comixup) @@ -7863,7 +7863,7 @@ struct BurnDriver BurnDrvmd_comixup = { // Congo (Prototype) static struct BurnRomInfo md_congoRomDesc[] = { - { "congo (unknown) (prototype).bin", 0x0f7d36, 0x13746716, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "congo (unknown) (prototype).bin", 0x0f7d36, 0x13746716, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_congo) @@ -7881,7 +7881,7 @@ struct BurnDriver BurnDrvmd_congo = { // Cool Spot (Euro) static struct BurnRomInfo md_coolspotRomDesc[] = { - { "mpr-15477.bin", 0x100000, 0x5f09fa41, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-15477.bin", 0x100000, 0x5f09fa41, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_coolspot) @@ -7899,7 +7899,7 @@ struct BurnDriver BurnDrvmd_coolspot = { // Cool Spot (Jpn, Kor) static struct BurnRomInfo md_coolspotjRomDesc[] = { - { "cool spot (jpn, kor).bin", 0x100000, 0xe869efb1, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "cool spot (jpn, kor).bin", 0x100000, 0xe869efb1, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_coolspotj) @@ -7917,7 +7917,7 @@ struct BurnDriver BurnDrvmd_coolspotj = { // Cool Spot (USA) static struct BurnRomInfo md_coolspotuRomDesc[] = { - { "cool spot (usa).bin", 0x100000, 0xf024c1a1, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "cool spot (usa).bin", 0x100000, 0xf024c1a1, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_coolspotu) @@ -7935,7 +7935,7 @@ struct BurnDriver BurnDrvmd_coolspotu = { // Cool Spot (USA, Prototype) static struct BurnRomInfo md_coolspotupRomDesc[] = { - { "cool spot (usa) (beta).bin", 0x100000, 0x0ebaa4a8, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "cool spot (usa) (beta).bin", 0x100000, 0x0ebaa4a8, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_coolspotup) @@ -7953,7 +7953,7 @@ struct BurnDriver BurnDrvmd_coolspotup = { // Corporation (Euro) static struct BurnRomInfo md_corporatRomDesc[] = { - { "mpr-15065.bin", 0x100000, 0xa80d18aa, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-15065.bin", 0x100000, 0xa80d18aa, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_corporat) @@ -7971,7 +7971,7 @@ struct BurnDriver BurnDrvmd_corporat = { // Cyber-Cop (USA) static struct BurnRomInfo md_cybercopRomDesc[] = { - { "cyber-cop (usa).bin", 0x100000, 0x01e719c8, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "cyber-cop (usa).bin", 0x100000, 0x01e719c8, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_cybercop) @@ -7989,7 +7989,7 @@ struct BurnDriver BurnDrvmd_cybercop = { // Cosmic Spacehead (Euro, USA) static struct BurnRomInfo md_cosmicRomDesc[] = { - { "cosmic spacehead (euro, usa).bin", 0x100000, 0xc593d31c, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "cosmic spacehead (euro, usa).bin", 0x100000, 0xc593d31c, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_cosmic) @@ -8007,7 +8007,7 @@ struct BurnDriver BurnDrvmd_cosmic = { // Crack Down (Euro, Jpn, Rev. A) static struct BurnRomInfo md_crkdownRomDesc[] = { - { "mpr-13578a.bin", 0x080000, 0xd012a47a, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-13578a.bin", 0x080000, 0xd012a47a, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_crkdown) @@ -8025,7 +8025,7 @@ struct BurnDriver BurnDrvmd_crkdown = { // Crack Down (Euro, Jpn) static struct BurnRomInfo md_crkdown1RomDesc[] = { - { "crack down (euro, jpn).bin", 0x080000, 0x538aaa5d, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "crack down (euro, jpn).bin", 0x080000, 0x538aaa5d, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_crkdown1) @@ -8043,7 +8043,7 @@ struct BurnDriver BurnDrvmd_crkdown1 = { // Crack Down (USA) static struct BurnRomInfo md_crkdownuRomDesc[] = { - { "crack down (usa).bin", 0x080000, 0xb9ce9051, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "crack down (usa).bin", 0x080000, 0xb9ce9051, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_crkdownu) @@ -8061,7 +8061,7 @@ struct BurnDriver BurnDrvmd_crkdownu = { // Crayon Shin-chan - Arashi o Yobu Enji (Jpn) static struct BurnRomInfo md_crayonRomDesc[] = { - { "crayon shin-chan - arashi o yobu enji (jpn).bin", 0x200000, 0x97fc42d2, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "crayon shin-chan - arashi o yobu enji (jpn).bin", 0x200000, 0x97fc42d2, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_crayon) @@ -8079,7 +8079,7 @@ struct BurnDriver BurnDrvmd_crayon = { // Cross Fire (USA) static struct BurnRomInfo md_xfireRomDesc[] = { - { "cross fire (usa).bin", 0x080000, 0xcc73f3a9, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "cross fire (usa).bin", 0x080000, 0xcc73f3a9, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_xfire) @@ -8097,7 +8097,7 @@ struct BurnDriver BurnDrvmd_xfire = { // Super Airwolf (Jpn) static struct BurnRomInfo md_superairRomDesc[] = { - { "mpr-13814.bin", 0x080000, 0xfa451982, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-13814.bin", 0x080000, 0xfa451982, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_superair) @@ -8115,7 +8115,7 @@ struct BurnDriver BurnDrvmd_superair = { // Crue Ball (Euro, USA) static struct BurnRomInfo md_crueballRomDesc[] = { - { "crue06.bin", 0x080000, 0x4b195fc0, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "crue06.bin", 0x080000, 0x4b195fc0, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_crueball) @@ -8133,7 +8133,7 @@ struct BurnDriver BurnDrvmd_crueball = { // Crue Ball (Jpn) static struct BurnRomInfo md_crueballjRomDesc[] = { - { "crue ball (jpn).bin", 0x080000, 0x514c53e2, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "crue ball (jpn).bin", 0x080000, 0x514c53e2, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_crueballj) @@ -8151,7 +8151,7 @@ struct BurnDriver BurnDrvmd_crueballj = { // Twisted Flipper (USA, Prototype) static struct BurnRomInfo md_twistedfRomDesc[] = { - { "twisted flipper (usa) (beta).bin", 0x080000, 0x6dd47554, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "twisted flipper (usa) (beta).bin", 0x080000, 0x6dd47554, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_twistedf) @@ -8169,7 +8169,7 @@ struct BurnDriver BurnDrvmd_twistedf = { // Crystal's Pony Tale (USA) static struct BurnRomInfo md_crystlptRomDesc[] = { - { "crystal's pony tale (usa).bin", 0x100000, 0x6cf7a4df, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "crystal's pony tale (usa).bin", 0x100000, 0x6cf7a4df, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_crystlpt) @@ -8187,7 +8187,7 @@ struct BurnDriver BurnDrvmd_crystlpt = { // Crystal's Pony Tale (USA, Prototype, 19940701) static struct BurnRomInfo md_crystlptp06RomDesc[] = { - { "crystal's pony tale (prototype - jul 01, 1994).bin", 0x100000, 0x16ac2e4f, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "crystal's pony tale (prototype - jul 01, 1994).bin", 0x100000, 0x16ac2e4f, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_crystlptp06) @@ -8205,7 +8205,7 @@ struct BurnDriver BurnDrvmd_crystlptp06 = { // Crystal's Pony Tale (USA, Prototype, 19940702) static struct BurnRomInfo md_crystlptp05RomDesc[] = { - { "crystal's pony tale (prototype - jul 02, 1994).bin", 0x100000, 0x24bc4354, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "crystal's pony tale (prototype - jul 02, 1994).bin", 0x100000, 0x24bc4354, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_crystlptp05) @@ -8223,7 +8223,7 @@ struct BurnDriver BurnDrvmd_crystlptp05 = { // Crystal's Pony Tale (USA, Prototype, 19940703) static struct BurnRomInfo md_crystlptp04RomDesc[] = { - { "crystal's pony tale (prototype - jul 03, 1994).bin", 0x100000, 0x6d67a87c, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "crystal's pony tale (prototype - jul 03, 1994).bin", 0x100000, 0x6d67a87c, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_crystlptp04) @@ -8241,7 +8241,7 @@ struct BurnDriver BurnDrvmd_crystlptp04 = { // Crystal's Pony Tale (USA, Prototype, 19940712-B) static struct BurnRomInfo md_crystlptp03RomDesc[] = { - { "crystal's pony tale (prototype - jul 12, 1994 - b).bin", 0x100000, 0x3577dc72, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "crystal's pony tale (prototype - jul 12, 1994 - b).bin", 0x100000, 0x3577dc72, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_crystlptp03) @@ -8259,7 +8259,7 @@ struct BurnDriver BurnDrvmd_crystlptp03 = { // Crystal's Pony Tale (USA, Prototype, 19940712) static struct BurnRomInfo md_crystlptp02RomDesc[] = { - { "crystal's pony tale (prototype - jul 12, 1994).bin", 0x0ff554, 0x2bfc0a53, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "crystal's pony tale (prototype - jul 12, 1994).bin", 0x0ff554, 0x2bfc0a53, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_crystlptp02) @@ -8277,7 +8277,7 @@ struct BurnDriver BurnDrvmd_crystlptp02 = { // Crystal's Pony Tale (USA, Prototype, 19940713) static struct BurnRomInfo md_crystlptp01RomDesc[] = { - { "crystal's pony tale (prototype - jul 13, 1994).bin", 0x100000, 0xc67b6dba, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "crystal's pony tale (prototype - jul 13, 1994).bin", 0x100000, 0xc67b6dba, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_crystlptp01) @@ -8295,7 +8295,7 @@ struct BurnDriver BurnDrvmd_crystlptp01 = { // Crystal's Pony Tale (USA, Prototype, 19940601) static struct BurnRomInfo md_crystlptp12RomDesc[] = { - { "crystal's pony tale (prototype - jun 01, 1994).bin", 0x100000, 0x14c6347c, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "crystal's pony tale (prototype - jun 01, 1994).bin", 0x100000, 0x14c6347c, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_crystlptp12) @@ -8313,7 +8313,7 @@ struct BurnDriver BurnDrvmd_crystlptp12 = { // Crystal's Pony Tale (USA, Prototype, 19940606) static struct BurnRomInfo md_crystlptp11RomDesc[] = { - { "crystal's pony tale (prototype - jun 06, 1994).bin", 0x100000, 0x83e8cac9, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "crystal's pony tale (prototype - jun 06, 1994).bin", 0x100000, 0x83e8cac9, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_crystlptp11) @@ -8331,7 +8331,7 @@ struct BurnDriver BurnDrvmd_crystlptp11 = { // Crystal's Pony Tale (USA, Prototype, 19940610) static struct BurnRomInfo md_crystlptp10RomDesc[] = { - { "crystal's pony tale (prototype - jun 10, 1994).bin", 0x100000, 0x9e1dd267, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "crystal's pony tale (prototype - jun 10, 1994).bin", 0x100000, 0x9e1dd267, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_crystlptp10) @@ -8349,7 +8349,7 @@ struct BurnDriver BurnDrvmd_crystlptp10 = { // Crystal's Pony Tale (USA, Prototype, 19940623) static struct BurnRomInfo md_crystlptp09RomDesc[] = { - { "crystal's pony tale (prototype - jun 23, 1994).bin", 0x100000, 0x4ccc19af, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "crystal's pony tale (prototype - jun 23, 1994).bin", 0x100000, 0x4ccc19af, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_crystlptp09) @@ -8367,7 +8367,7 @@ struct BurnDriver BurnDrvmd_crystlptp09 = { // Crystal's Pony Tale (USA, Prototype, 19940628) static struct BurnRomInfo md_crystlptp08RomDesc[] = { - { "crystal's pony tale (prototype - jun 28, 1994).bin", 0x100000, 0x03be7f66, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "crystal's pony tale (prototype - jun 28, 1994).bin", 0x100000, 0x03be7f66, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_crystlptp08) @@ -8385,7 +8385,7 @@ struct BurnDriver BurnDrvmd_crystlptp08 = { // Crystal's Pony Tale (USA, Prototype, 19940630) static struct BurnRomInfo md_crystlptp07RomDesc[] = { - { "crystal's pony tale (prototype - jun 30, 1994).bin", 0x100000, 0xdd8c73fb, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "crystal's pony tale (prototype - jun 30, 1994).bin", 0x100000, 0xdd8c73fb, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_crystlptp07) @@ -8403,7 +8403,7 @@ struct BurnDriver BurnDrvmd_crystlptp07 = { // Crystal's Pony Tale (USA, Prototype, 19940511) static struct BurnRomInfo md_crystlptp15RomDesc[] = { - { "crystal's pony tale (prototype - may 11, 1994).bin", 0x100000, 0xeac9d74b, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "crystal's pony tale (prototype - may 11, 1994).bin", 0x100000, 0xeac9d74b, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_crystlptp15) @@ -8421,7 +8421,7 @@ struct BurnDriver BurnDrvmd_crystlptp15 = { // Crystal's Pony Tale (USA, Prototype, 19940519) static struct BurnRomInfo md_crystlptp14RomDesc[] = { - { "crystal's pony tale (prototype - may 19, 1994).bin", 0x100000, 0xdc50b741, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "crystal's pony tale (prototype - may 19, 1994).bin", 0x100000, 0xdc50b741, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_crystlptp14) @@ -8439,7 +8439,7 @@ struct BurnDriver BurnDrvmd_crystlptp14 = { // Crystal's Pony Tale (USA, Prototype, 19940526) static struct BurnRomInfo md_crystlptp13RomDesc[] = { - { "crystal's pony tale (prototype - may 26, 1994).bin", 0x100000, 0xa2eaba55, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "crystal's pony tale (prototype - may 26, 1994).bin", 0x100000, 0xa2eaba55, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_crystlptp13) @@ -8457,7 +8457,7 @@ struct BurnDriver BurnDrvmd_crystlptp13 = { // Curse (Jpn) static struct BurnRomInfo md_curseRomDesc[] = { - { "curse (jpn).bin", 0x080000, 0xa4fbf9a9, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "curse (jpn).bin", 0x080000, 0xa4fbf9a9, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_curse) @@ -8475,7 +8475,7 @@ struct BurnDriver BurnDrvmd_curse = { // Cutie Suzuki no Ringside Angel (Jpn) static struct BurnRomInfo md_cutiesuzRomDesc[] = { - { "cutie suzuki no ringside angel (jpn).bin", 0x080000, 0x13795dca, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "cutie suzuki no ringside angel (jpn).bin", 0x080000, 0x13795dca, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_cutiesuz) @@ -8493,7 +8493,7 @@ struct BurnDriver BurnDrvmd_cutiesuz = { // CutThroat Island (Euro, USA) static struct BurnRomInfo md_cutthrRomDesc[] = { - { "cutthroat island (euro, usa).bin", 0x200000, 0xebabbc70, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "cutthroat island (euro, usa).bin", 0x200000, 0xebabbc70, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_cutthr) @@ -8511,7 +8511,7 @@ struct BurnDriver BurnDrvmd_cutthr = { // CutThroat Island (Prototye) static struct BurnRomInfo md_cutthrpRomDesc[] = { - { "cipreview.bin", 0x200000, 0x7f4939f2, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "cipreview.bin", 0x200000, 0x7f4939f2, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_cutthrp) @@ -8529,7 +8529,7 @@ struct BurnDriver BurnDrvmd_cutthrp = { // CyberBall (World) static struct BurnRomInfo md_cyberbalRomDesc[] = { - { "mpr-13201.bin", 0x080000, 0x76120e96, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-13201.bin", 0x080000, 0x76120e96, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_cyberbal) @@ -8547,7 +8547,7 @@ struct BurnDriver BurnDrvmd_cyberbal = { // Cyborg Justice (Euro, USA) static struct BurnRomInfo md_cyborgjRomDesc[] = { - { "mpr-15468.bin", 0x080000, 0xab0d1269, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-15468.bin", 0x080000, 0xab0d1269, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_cyborgj) @@ -8565,7 +8565,7 @@ struct BurnDriver BurnDrvmd_cyborgj = { // Cyborg Justice (Prototype) static struct BurnRomInfo md_cyborgjpRomDesc[] = { - { "cyborg justice (beta).bin", 0x080000, 0x91daf11e, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "cyborg justice (beta).bin", 0x080000, 0x91daf11e, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_cyborgjp) @@ -8583,7 +8583,7 @@ struct BurnDriver BurnDrvmd_cyborgjp = { // Daffy Duck in Hollywood (Euro) static struct BurnRomInfo md_daffyRomDesc[] = { - { "daffy duck in hollywood (euro).bin", 0x200000, 0x1fdc66b0, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "daffy duck in hollywood (euro).bin", 0x200000, 0x1fdc66b0, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_daffy) @@ -8601,7 +8601,7 @@ struct BurnDriver BurnDrvmd_daffy = { // Daffy Duck in Hollywood (Euro, Prototype) static struct BurnRomInfo md_daffypRomDesc[] = { - { "daffy duck in hollywood (euro) (beta).bin", 0x200000, 0x0eaa4740, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "daffy duck in hollywood (euro) (beta).bin", 0x200000, 0x0eaa4740, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_daffyp) @@ -8619,7 +8619,7 @@ struct BurnDriver BurnDrvmd_daffyp = { // Dahna Megami Tanjou (Jpn) static struct BurnRomInfo md_dahnamRomDesc[] = { - { "dahna megami tanjou (jpn).bin", 0x100000, 0x4602584f, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "dahna megami tanjou (jpn).bin", 0x100000, 0x4602584f, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_dahnam) @@ -8637,7 +8637,7 @@ struct BurnDriver BurnDrvmd_dahnam = { // Dahna (Kor) static struct BurnRomInfo md_dahnamkRomDesc[] = { - { "mpr-14636.bin", 0x100000, 0x10829ea1, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-14636.bin", 0x100000, 0x10829ea1, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_dahnamk) @@ -8655,7 +8655,7 @@ struct BurnDriver BurnDrvmd_dahnamk = { // Hercules static struct BurnRomInfo md_herculesRomDesc[] = { - { "hercules (unl).bin", 0x100000, 0xff75d9d0, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "hercules (unl).bin", 0x100000, 0xff75d9d0, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_hercules) @@ -8673,7 +8673,7 @@ struct BurnDriver BurnDrvmd_hercules = { // Dangerous Seed (Jpn) static struct BurnRomInfo md_dangseedRomDesc[] = { - { "dangerous seed (jpn).bin", 0x080000, 0xa2990031, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "dangerous seed (jpn).bin", 0x080000, 0xa2990031, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_dangseed) @@ -8691,7 +8691,7 @@ struct BurnDriver BurnDrvmd_dangseed = { // Dark Castle (Euro, USA) static struct BurnRomInfo md_darkcastRomDesc[] = { - { "dark castle (euro, usa).bin", 0x080000, 0x0464aca4, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "dark castle (euro, usa).bin", 0x080000, 0x0464aca4, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_darkcast) @@ -8709,7 +8709,7 @@ struct BurnDriver BurnDrvmd_darkcast = { // Darwin 4081 (Jpn, Kor) static struct BurnRomInfo md_darwinRomDesc[] = { - { "darwin 4081 (jpn, kor).bin", 0x080000, 0x7a33b0cb, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "darwin 4081 (jpn, kor).bin", 0x080000, 0x7a33b0cb, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_darwin) @@ -8727,7 +8727,7 @@ struct BurnDriver BurnDrvmd_darwin = { // Dashin' Desperadoes (USA) static struct BurnRomInfo md_dashdesRomDesc[] = { - { "dashin' desperadoes (usa).bin", 0x100000, 0xdcb76fb7, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "dashin' desperadoes (usa).bin", 0x100000, 0xdcb76fb7, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_dashdes) @@ -8745,7 +8745,7 @@ struct BurnDriver BurnDrvmd_dashdes = { // Dashin' Desperadoes (Euro, Prototype) static struct BurnRomInfo md_dashdesp1RomDesc[] = { - { "dashin' desperadoes (usa) (beta).bin", 0x100000, 0x98d224a5, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "dashin' desperadoes (usa) (beta).bin", 0x100000, 0x98d224a5, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_dashdesp1) @@ -8763,7 +8763,7 @@ struct BurnDriver BurnDrvmd_dashdesp1 = { // Dashin' Desperadoes (USA, Prototype) static struct BurnRomInfo md_dashdesp2RomDesc[] = { - { "dashin' desperadoes (beta).bin", 0x100000, 0xadaffc3f, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "dashin' desperadoes (beta).bin", 0x100000, 0xadaffc3f, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_dashdesp2) @@ -8781,7 +8781,7 @@ struct BurnDriver BurnDrvmd_dashdesp2 = { // David Crane's Amazing Tennis (USA) static struct BurnRomInfo md_amazntenRomDesc[] = { - { "david crane's amazing tennis (usa).bin", 0x100000, 0x9177088c, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "david crane's amazing tennis (usa).bin", 0x100000, 0x9177088c, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_amaznten) @@ -8799,7 +8799,7 @@ struct BurnDriver BurnDrvmd_amaznten = { // David Robinson's Supreme Court (Euro, USA) static struct BurnRomInfo md_drscRomDesc[] = { - { "mpr-14835.bin", 0x080000, 0x512b7599, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-14835.bin", 0x080000, 0x512b7599, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_drsc) @@ -8817,7 +8817,7 @@ struct BurnDriver BurnDrvmd_drsc = { // David Robinson Basketball (Jpn) static struct BurnRomInfo md_drscjRomDesc[] = { - { "david robinson basketball (jpn).bin", 0x080000, 0x56164b00, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "david robinson basketball (jpn).bin", 0x080000, 0x56164b00, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_drscj) @@ -8835,7 +8835,7 @@ struct BurnDriver BurnDrvmd_drscj = { // Davis Cup World Tour (Euro, USA, 199307) static struct BurnRomInfo md_daviscupRomDesc[] = { - { "davis cup world tour (euro, usa) (july 1993).bin", 0x100000, 0x894686f0, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "davis cup world tour (euro, usa) (july 1993).bin", 0x100000, 0x894686f0, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_daviscup) @@ -8853,7 +8853,7 @@ struct BurnDriver BurnDrvmd_daviscup = { // Davis Cup World Tour (Euro, USA, 199306) static struct BurnRomInfo md_daviscupaRomDesc[] = { - { "davis cup world tour (euro, usa) (june 1993).bin", 0x100000, 0x7c6b0646, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "davis cup world tour (euro, usa) (june 1993).bin", 0x100000, 0x7c6b0646, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_daviscupa) @@ -8871,7 +8871,7 @@ struct BurnDriver BurnDrvmd_daviscupa = { // Davis Cup World Tour Tennis 2 (Prototype 1) static struct BurnRomInfo md_daviscp2RomDesc[] = { - { "davis cup world tour tennis 2 (beta 1).bin", 0x200000, 0x6f4183c0, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "davis cup world tour tennis 2 (beta 1).bin", 0x200000, 0x6f4183c0, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_daviscp2) @@ -8889,7 +8889,7 @@ struct BurnDriver BurnDrvmd_daviscp2 = { // Davis Cup II (USA, Prototype) static struct BurnRomInfo md_daviscp2aRomDesc[] = { - { "davis cup ii (usa) (prototype).bin", 0x200000, 0x76f2bed8, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "davis cup ii (usa) (prototype).bin", 0x200000, 0x76f2bed8, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_daviscp2a) @@ -8907,7 +8907,7 @@ struct BurnDriver BurnDrvmd_daviscp2a = { // Daze Before Christmas (Oceania) static struct BurnRomInfo md_dazexmasRomDesc[] = { - { "daze before christmas (aus).bin", 0x200000, 0xb95e25c9, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "daze before christmas (aus).bin", 0x200000, 0xb95e25c9, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_dazexmas) @@ -8925,7 +8925,7 @@ struct BurnDriver BurnDrvmd_dazexmas = { // Daze Before Christmas (Oceania, Prototype) static struct BurnRomInfo md_dazexmaspRomDesc[] = { - { "daze before christmas (aus) (beta).bin", 0x200000, 0x317c9491, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "daze before christmas (aus) (beta).bin", 0x200000, 0x317c9491, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_dazexmasp) @@ -8943,7 +8943,7 @@ struct BurnDriver BurnDrvmd_dazexmasp = { // Deadly Moves (USA) static struct BurnRomInfo md_deadlymvRomDesc[] = { - { "deadly moves (usa).bin", 0x100000, 0x35cbd237, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "deadly moves (usa).bin", 0x100000, 0x35cbd237, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_deadlymv) @@ -8961,7 +8961,7 @@ struct BurnDriver BurnDrvmd_deadlymv = { // Power Athlete (Jpn, Kor) static struct BurnRomInfo md_powerathRomDesc[] = { - { "power athlete (jpn, kor).bin", 0x100000, 0xb41b77cf, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "power athlete (jpn, kor).bin", 0x100000, 0xb41b77cf, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_powerath) @@ -8979,7 +8979,7 @@ struct BurnDriver BurnDrvmd_powerath = { // The Death and Return of Superman (USA) static struct BurnRomInfo md_deathretRomDesc[] = { - { "death and return of superman, the (usa).bin", 0x200000, 0x982242d3, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "death and return of superman, the (usa).bin", 0x200000, 0x982242d3, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_deathret) @@ -8997,7 +8997,7 @@ struct BurnDriver BurnDrvmd_deathret = { // Death Duel (USA) static struct BurnRomInfo md_deathdlRomDesc[] = { - { "death duel (usa).bin", 0x100000, 0xa9804dcc, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "death duel (usa).bin", 0x100000, 0xa9804dcc, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_deathdl) @@ -9015,7 +9015,7 @@ struct BurnDriver BurnDrvmd_deathdl = { // DecapAttack (Euro, USA, Kor) static struct BurnRomInfo md_decapattRomDesc[] = { - { "mpr-14249.bin", 0x080000, 0x73dc0dd8, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-14249.bin", 0x080000, 0x73dc0dd8, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_decapatt) @@ -9033,7 +9033,7 @@ struct BurnDriver BurnDrvmd_decapatt = { // Demolition Man (Euro, USA) static struct BurnRomInfo md_demomanRomDesc[] = { - { "demolition man (euro, usa).bin", 0x200000, 0x5ff71877, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "demolition man (euro, usa).bin", 0x200000, 0x5ff71877, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_demoman) @@ -9051,7 +9051,7 @@ struct BurnDriver BurnDrvmd_demoman = { // Demolition Man (USA, Prototype) static struct BurnRomInfo md_demomanpRomDesc[] = { - { "demolition man (usa) (beta).bin", 0x200000, 0x57ffad7a, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "demolition man (usa) (beta).bin", 0x200000, 0x57ffad7a, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_demomanp) @@ -9069,7 +9069,7 @@ struct BurnDriver BurnDrvmd_demomanp = { // Desert Demolition (Euro, USA) static struct BurnRomInfo md_desrtdemRomDesc[] = { - { "desert demolition starring road runner and wile e. coyote (euro, usa).bin", 0x100000, 0xc287343d, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "desert demolition starring road runner and wile e. coyote (euro, usa).bin", 0x100000, 0xc287343d, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_desrtdem) @@ -9087,7 +9087,7 @@ struct BurnDriver BurnDrvmd_desrtdem = { // Desert Demolition (Prototype, 19941206) static struct BurnRomInfo md_desrtdemp9RomDesc[] = { - { "desert demolition (prototype - dec 06, 1994).bin", 0x0ed0ad, 0xd27fe9e5, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "desert demolition (prototype - dec 06, 1994).bin", 0x0ed0ad, 0xd27fe9e5, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_desrtdemp9) @@ -9105,7 +9105,7 @@ struct BurnDriver BurnDrvmd_desrtdemp9 = { // Desert Demolition (Prototype, 19941208) static struct BurnRomInfo md_desrtdemp8RomDesc[] = { - { "desert demolition (prototype - dec 08, 1994).bin", 0x0fdfb8, 0x69aaeab6, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "desert demolition (prototype - dec 08, 1994).bin", 0x0fdfb8, 0x69aaeab6, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_desrtdemp8) @@ -9123,7 +9123,7 @@ struct BurnDriver BurnDrvmd_desrtdemp8 = { // Desert Demolition (Prototype, 19941212-B) static struct BurnRomInfo md_desrtdemp7RomDesc[] = { - { "desert demolition (prototype - dec 12, 1994 - b).bin", 0x100000, 0x16f19283, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "desert demolition (prototype - dec 12, 1994 - b).bin", 0x100000, 0x16f19283, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_desrtdemp7) @@ -9141,7 +9141,7 @@ struct BurnDriver BurnDrvmd_desrtdemp7 = { // Desert Demolition (Prototype, 19941212) static struct BurnRomInfo md_desrtdemp6RomDesc[] = { - { "desert demolition (prototype - dec 12, 1994).bin", 0x0ec988, 0x5dad49d7, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "desert demolition (prototype - dec 12, 1994).bin", 0x0ec988, 0x5dad49d7, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_desrtdemp6) @@ -9159,7 +9159,7 @@ struct BurnDriver BurnDrvmd_desrtdemp6 = { // Desert Demolition (Prototype, 19941213) static struct BurnRomInfo md_desrtdemp5RomDesc[] = { - { "desert demolition (prototype - dec 13, 1994).bin", 0x0fde9c, 0x375dee15, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "desert demolition (prototype - dec 13, 1994).bin", 0x0fde9c, 0x375dee15, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_desrtdemp5) @@ -9177,7 +9177,7 @@ struct BurnDriver BurnDrvmd_desrtdemp5 = { // Desert Demolition (Prototype, 19941214) static struct BurnRomInfo md_desrtdemp4RomDesc[] = { - { "desert demolition (prototype - dec 14, 1994).bin", 0x0fde9c, 0x39f9f304, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "desert demolition (prototype - dec 14, 1994).bin", 0x0fde9c, 0x39f9f304, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_desrtdemp4) @@ -9195,7 +9195,7 @@ struct BurnDriver BurnDrvmd_desrtdemp4 = { // Desert Demolition (Prototype, 19941215) static struct BurnRomInfo md_desrtdemp3RomDesc[] = { - { "desert demolition (prototype - dec 15, 1994).bin", 0x0fde9c, 0x5109736a, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "desert demolition (prototype - dec 15, 1994).bin", 0x0fde9c, 0x5109736a, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_desrtdemp3) @@ -9213,7 +9213,7 @@ struct BurnDriver BurnDrvmd_desrtdemp3 = { // Desert Demolition (Prototype, 19941216) static struct BurnRomInfo md_desrtdemp2RomDesc[] = { - { "desert demolition (prototype - dec 16, 1994).bin", 0x100000, 0x573fabfb, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "desert demolition (prototype - dec 16, 1994).bin", 0x100000, 0x573fabfb, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_desrtdemp2) @@ -9231,7 +9231,7 @@ struct BurnDriver BurnDrvmd_desrtdemp2 = { // Desert Demolition (Prototype, 19941219) static struct BurnRomInfo md_desrtdemp1RomDesc[] = { - { "desert demolition (prototype - dec 19, 1994).bin", 0x0fde9c, 0xb0ece758, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "desert demolition (prototype - dec 19, 1994).bin", 0x0fde9c, 0xb0ece758, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_desrtdemp1) @@ -9249,7 +9249,7 @@ struct BurnDriver BurnDrvmd_desrtdemp1 = { // Desert Strike (Euro, USA) static struct BurnRomInfo md_dstrikeRomDesc[] = { - { "desert strike (euro, usa).bin", 0x100000, 0x67a9860b, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "desert strike (euro, usa).bin", 0x100000, 0x67a9860b, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_dstrike) @@ -9267,7 +9267,7 @@ struct BurnDriver BurnDrvmd_dstrike = { // Desert Strike (Jpn, Kor) static struct BurnRomInfo md_dstrikejRomDesc[] = { - { "desert strike (jpn, kor).bin", 0x100000, 0x1e740145, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "desert strike (jpn, kor).bin", 0x100000, 0x1e740145, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_dstrikej) @@ -9285,7 +9285,7 @@ struct BurnDriver BurnDrvmd_dstrikej = { // Devilish - The Next Possession (USA) static struct BurnRomInfo md_devilishRomDesc[] = { - { "devilish - the next possession (usa).bin", 0x080000, 0xd3f300ac, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "devilish - the next possession (usa).bin", 0x080000, 0xd3f300ac, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_devilish) @@ -9303,7 +9303,7 @@ struct BurnDriver BurnDrvmd_devilish = { // Bad Omen (Jpn, Kor) static struct BurnRomInfo md_badomenRomDesc[] = { - { "bad omen (jpn, kor).bin", 0x080000, 0x975693ce, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "bad omen (jpn, kor).bin", 0x080000, 0x975693ce, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_badomen) @@ -9321,7 +9321,7 @@ struct BurnDriver BurnDrvmd_badomen = { // Dial Q o Mawase! (Jpn) static struct BurnRomInfo md_dialqoRomDesc[] = { - { "dial q o mawase! (jpn) (unl).bin", 0x100000, 0xc632e5af, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "dial q o mawase! (jpn) (unl).bin", 0x100000, 0xc632e5af, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_dialqo) @@ -9339,7 +9339,7 @@ struct BurnDriver BurnDrvmd_dialqo = { // Dick Tracy (World) static struct BurnRomInfo md_dicktrRomDesc[] = { - { "mpr-13661.bin", 0x080000, 0xef887533, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-13661.bin", 0x080000, 0xef887533, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_dicktr) @@ -9357,7 +9357,7 @@ struct BurnDriver BurnDrvmd_dicktr = { // Dick Vitale's 'Awesome, Baby!' College Hoops (USA) static struct BurnRomInfo md_dickvitlRomDesc[] = { - { "dick vitale's 'awesome, baby!' college hoops (usa).bin", 0x200000, 0x1312cf22, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "dick vitale's 'awesome, baby!' college hoops (usa).bin", 0x200000, 0x1312cf22, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_dickvitl) @@ -9375,7 +9375,7 @@ struct BurnDriver BurnDrvmd_dickvitl = { // Dino Dini's Soccer (Euro) static struct BurnRomInfo md_dinodiniRomDesc[] = { - { "dino dini's soccer (euro).bin", 0x100000, 0x4608f53a, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "dino dini's soccer (euro).bin", 0x100000, 0x4608f53a, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_dinodini) @@ -9393,7 +9393,7 @@ struct BurnDriver BurnDrvmd_dinodini = { // Dino Land (USA) static struct BurnRomInfo md_dinolandRomDesc[] = { - { "dino land (usa).bin", 0x080000, 0x5fe351b8, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "dino land (usa).bin", 0x080000, 0x5fe351b8, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_dinoland) @@ -9411,7 +9411,7 @@ struct BurnDriver BurnDrvmd_dinoland = { // Chou Touryuu Retsuden - Dino Land (Jpn) static struct BurnRomInfo md_dinolandjRomDesc[] = { - { "chou touryuu retsuden - dino land (jpn).bin", 0x080000, 0x81f939de, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "chou touryuu retsuden - dino land (jpn).bin", 0x080000, 0x81f939de, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_dinolandj) @@ -9429,7 +9429,7 @@ struct BurnDriver BurnDrvmd_dinolandj = { // A Dinosaur's Tale (USA) static struct BurnRomInfo md_dinotaleRomDesc[] = { - { "dinosaur's tale, a (usa).bin", 0x100000, 0x70155b5b, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "dinosaur's tale, a (usa).bin", 0x100000, 0x70155b5b, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_dinotale) @@ -9447,7 +9447,7 @@ struct BurnDriver BurnDrvmd_dinotale = { // Tom Mason's Dinosaurs for Hire (USA) static struct BurnRomInfo md_dinohireRomDesc[] = { - { "dinosaurs for hire (usa).bin", 0x100000, 0x39351146, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "dinosaurs for hire (usa).bin", 0x100000, 0x39351146, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_dinohire) @@ -9465,7 +9465,7 @@ struct BurnDriver BurnDrvmd_dinohire = { // Tom Mason's Dinosaurs for Hire (Prototype, 19930426) static struct BurnRomInfo md_dinohirep3RomDesc[] = { - { "dinosaurs for hire (prototype - apr 26, 1993).bin", 0x100000, 0x54c77d3e, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "dinosaurs for hire (prototype - apr 26, 1993).bin", 0x100000, 0x54c77d3e, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_dinohirep3) @@ -9483,7 +9483,7 @@ struct BurnDriver BurnDrvmd_dinohirep3 = { // Tom Mason's Dinosaurs for Hire (Prototype, 19930427) static struct BurnRomInfo md_dinohirep2RomDesc[] = { - { "dinosaurs for hire (prototype - apr 27, 1993).bin", 0x100000, 0x16000453, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "dinosaurs for hire (prototype - apr 27, 1993).bin", 0x100000, 0x16000453, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_dinohirep2) @@ -9501,7 +9501,7 @@ struct BurnDriver BurnDrvmd_dinohirep2 = { // Tom Mason's Dinosaurs for Hire (Prototype, 19930502) static struct BurnRomInfo md_dinohirep1RomDesc[] = { - { "dinosaurs for hire (prototype - may 02, 1993).bin", 0x100000, 0x8954dee9, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "dinosaurs for hire (prototype - may 02, 1993).bin", 0x100000, 0x8954dee9, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_dinohirep1) @@ -9519,7 +9519,7 @@ struct BurnDriver BurnDrvmd_dinohirep1 = { // The Disney Collection - Mickey and Donald (Euro) static struct BurnRomInfo md_disneyclRomDesc[] = { - { "disney collection, the (euro).bin", 0x100000, 0xadfde883, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "disney collection, the (euro).bin", 0x100000, 0xadfde883, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_disneycl) @@ -9537,7 +9537,7 @@ struct BurnDriver BurnDrvmd_disneycl = { // Divine Sealing (Jpn) static struct BurnRomInfo md_divineRomDesc[] = { - { "divine sealing (jpn) (unl).bin", 0x100000, 0xca72973c, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "divine sealing (jpn) (unl).bin", 0x100000, 0xca72973c, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_divine) @@ -9555,7 +9555,7 @@ struct BurnDriver BurnDrvmd_divine = { // DJ Boy (Euro) static struct BurnRomInfo md_djboyRomDesc[] = { - { "mpr-14560.bin", 0x080000, 0x860e749a, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-14560.bin", 0x080000, 0x860e749a, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_djboy) @@ -9573,7 +9573,7 @@ struct BurnDriver BurnDrvmd_djboy = { // DJ Boy (Jpn) static struct BurnRomInfo md_djboyjRomDesc[] = { - { "dj boy (jpn).bin", 0x080000, 0x202abaa8, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "dj boy (jpn).bin", 0x080000, 0x202abaa8, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_djboyj) @@ -9591,7 +9591,7 @@ struct BurnDriver BurnDrvmd_djboyj = { // DJ Boy (USA) static struct BurnRomInfo md_djboyuRomDesc[] = { - { "dj boy (usa).bin", 0x080000, 0xdc9f02db, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "dj boy (usa).bin", 0x080000, 0xdc9f02db, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_djboyu) @@ -9609,7 +9609,7 @@ struct BurnDriver BurnDrvmd_djboyu = { // Ikazuse! Koi no Doki Doki Penguin Land MD (Jpn, SegaNet) static struct BurnRomInfo md_dokidokiRomDesc[] = { - { "ikazuse! koi no doki doki penguin land md (jpn) (sn).bin", 0x040000, 0x0053bfd6, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "ikazuse! koi no doki doki penguin land md (jpn) (sn).bin", 0x040000, 0x0053bfd6, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_dokidoki) @@ -9627,7 +9627,7 @@ struct BurnDriver BurnDrvmd_dokidoki = { // Ikazuse! Koi no Doki Doki Penguin Land MD (Jpn, Game no Kandume MegaCD Rip) static struct BurnRomInfo md_dokidokignkRomDesc[] = { - { "ikazuse! koi no doki doki penguin land md (jpn) (gnk).bin", 0x040000, 0x22736650, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "ikazuse! koi no doki doki penguin land md (jpn) (gnk).bin", 0x040000, 0x22736650, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_dokidokignk) @@ -9645,7 +9645,7 @@ struct BurnDriver BurnDrvmd_dokidokignk = { // Dominus (USA, Prototype) static struct BurnRomInfo md_dominusRomDesc[] = { - { "dominus (usa) (prototype).bin", 0x0c0000, 0x30006ebd, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "dominus (usa) (prototype).bin", 0x0c0000, 0x30006ebd, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_dominus) @@ -9663,7 +9663,7 @@ struct BurnDriver BurnDrvmd_dominus = { // Donald in Maui Mallard (Euro) static struct BurnRomInfo md_mauimallRomDesc[] = { - { "donald in maui mallard (euro).bin", 0x300000, 0xb2dd857f, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "donald in maui mallard (euro).bin", 0x300000, 0xb2dd857f, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_mauimall) @@ -9681,7 +9681,7 @@ struct BurnDriver BurnDrvmd_mauimall = { // Donald in Maui Mallard (Bra) static struct BurnRomInfo md_mauimallbRomDesc[] = { - { "mpr-19625-u.ic1", 0x300000, 0x5f9b9a48, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-19625-u.ic1", 0x300000, 0x5f9b9a48, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_mauimallb) @@ -9699,7 +9699,7 @@ struct BurnDriver BurnDrvmd_mauimallb = { // Doom Troopers - The Mutant Chronicles (USA) static struct BurnRomInfo md_doomtropRomDesc[] = { - { "doom troopers - the mutant chronicles (usa).bin", 0x200000, 0x11194414, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "doom troopers - the mutant chronicles (usa).bin", 0x200000, 0x11194414, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_doomtrop) @@ -9717,7 +9717,7 @@ struct BurnDriver BurnDrvmd_doomtrop = { // Doraemon - Yume Dorobou to 7-nin no Gozans (Jpn) static struct BurnRomInfo md_doraemonRomDesc[] = { - { "doraemon - yume dorobou to 7-nin no gozans (jpn).bin", 0x080000, 0xeeed1130, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "doraemon - yume dorobou to 7-nin no gozans (jpn).bin", 0x080000, 0xeeed1130, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_doraemon) @@ -9735,7 +9735,7 @@ struct BurnDriver BurnDrvmd_doraemon = { // Double Clutch (Euro) static struct BurnRomInfo md_doubleclRomDesc[] = { - { "double clutch (euro).bin", 0x040000, 0xd98c623c, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "double clutch (euro).bin", 0x040000, 0xd98c623c, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_doublecl) @@ -9753,7 +9753,7 @@ struct BurnDriver BurnDrvmd_doublecl = { // Double Dragon (Euro, USA) static struct BurnRomInfo md_ddragonRomDesc[] = { - { "double dragon (euro, usa).bin", 0x080000, 0x054f5d53, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "double dragon (euro, usa).bin", 0x080000, 0x054f5d53, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_ddragon) @@ -9771,7 +9771,7 @@ struct BurnDriver BurnDrvmd_ddragon = { // Double Dragon II - The Revenge (Jpn) static struct BurnRomInfo md_ddragon2RomDesc[] = { - { "double dragon ii - the revenge (jpn).bin", 0x080000, 0xa8bfdbd6, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "double dragon ii - the revenge (jpn).bin", 0x080000, 0xa8bfdbd6, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_ddragon2) @@ -9789,7 +9789,7 @@ struct BurnDriver BurnDrvmd_ddragon2 = { // Double Dragon 3 - The Arcade Game (Euro, USA) static struct BurnRomInfo md_ddragon3RomDesc[] = { - { "double dragon 3 - the arcade game (euro, usa).bin", 0x100000, 0xb36ab75c, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "double dragon 3 - the arcade game (euro, usa).bin", 0x100000, 0xb36ab75c, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_ddragon3) @@ -9807,7 +9807,7 @@ struct BurnDriver BurnDrvmd_ddragon3 = { // Double Dragon V - The Shadow Falls (USA) static struct BurnRomInfo md_ddragon5RomDesc[] = { - { "double dragon v - the shadow falls (usa).bin", 0x300000, 0x27e59e35, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "double dragon v - the shadow falls (usa).bin", 0x300000, 0x27e59e35, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_ddragon5) @@ -9825,7 +9825,7 @@ struct BurnDriver BurnDrvmd_ddragon5 = { // Dr. Robotnik's Mean Bean Machine (Euro) static struct BurnRomInfo md_drrobotnRomDesc[] = { - { "dr. robotnik's mean bean machine (euro).bin", 0x100000, 0x70680706, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "dr. robotnik's mean bean machine (euro).bin", 0x100000, 0x70680706, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_drrobotn) @@ -9843,7 +9843,7 @@ struct BurnDriver BurnDrvmd_drrobotn = { // Dr. Robotnik's Mean Bean Machine (USA, Prototype) static struct BurnRomInfo md_drrobotnupRomDesc[] = { - { "dr. robotnik's mean bean machine (usa) (beta).bin", 0x100000, 0x4d0e5273, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "dr. robotnik's mean bean machine (usa) (beta).bin", 0x100000, 0x4d0e5273, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_drrobotnup) @@ -9861,7 +9861,7 @@ struct BurnDriver BurnDrvmd_drrobotnup = { // Dr. Robotnik's Mean Bean Machine (USA) static struct BurnRomInfo md_drrobotnuRomDesc[] = { - { "dr. robotnik's mean bean machine (usa).bin", 0x100000, 0xc7ca517f, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "dr. robotnik's mean bean machine (usa).bin", 0x100000, 0xc7ca517f, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_drrobotnu) @@ -9879,7 +9879,7 @@ struct BurnDriver BurnDrvmd_drrobotnu = { // Dong Gu Ri Te Chi Jak Jeon (Kor) static struct BurnRomInfo md_dongguriRomDesc[] = { - { "dong gu ri te chi jak jeon (kor).bin", 0x100000, 0xe32f0b1c, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "dong gu ri te chi jak jeon (kor).bin", 0x100000, 0xe32f0b1c, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_dongguri) @@ -9897,7 +9897,7 @@ struct BurnDriver BurnDrvmd_dongguri = { // Dragon - The Bruce Lee Story (Euro) static struct BurnRomInfo md_dragonRomDesc[] = { - { "dragon - the bruce lee story (euro).bin", 0x200000, 0xfdeed51d, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "dragon - the bruce lee story (euro).bin", 0x200000, 0xfdeed51d, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_dragon) @@ -9915,7 +9915,7 @@ struct BurnDriver BurnDrvmd_dragon = { // Dragon - The Bruce Lee Story (USA) static struct BurnRomInfo md_dragonuRomDesc[] = { - { "dragon - the bruce lee story (usa).bin", 0x200000, 0xefe850e5, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "dragon - the bruce lee story (usa).bin", 0x200000, 0xefe850e5, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_dragonu) @@ -9933,7 +9933,7 @@ struct BurnDriver BurnDrvmd_dragonu = { // Dragon Ball Z - Buyuu Retsuden (Jpn) static struct BurnRomInfo md_dbzRomDesc[] = { - { "dragon ball z - buyuu retsuden (jpn).bin", 0x200000, 0xaf8f3371, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "dragon ball z - buyuu retsuden (jpn).bin", 0x200000, 0xaf8f3371, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_dbz) @@ -9951,7 +9951,7 @@ struct BurnDriver BurnDrvmd_dbz = { // Dragon Ball Z - L'Appel du Destin (Fra) static struct BurnRomInfo md_dbzfRomDesc[] = { - { "dragon ball z - l'appel du destin (france).bin", 0x200000, 0xf035c737, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "dragon ball z - l'appel du destin (france).bin", 0x200000, 0xf035c737, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_dbzf) @@ -9969,7 +9969,7 @@ struct BurnDriver BurnDrvmd_dbzf = { // Dragon Slayer - Eiyuu Densetsu (Jpn) static struct BurnRomInfo md_dslayedRomDesc[] = { - { "dragon slayer - eiyuu densetsu (jpn).bin", 0x200000, 0x01bc1604, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "dragon slayer - eiyuu densetsu (jpn).bin", 0x200000, 0x01bc1604, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_dslayed) @@ -9987,7 +9987,7 @@ struct BurnDriver BurnDrvmd_dslayed = { // Dragon Slayer - Eiyuu Densetsu II (Jpn) static struct BurnRomInfo md_dslayed2RomDesc[] = { - { "dragon slayer - eiyuu densetsu ii (jpn).bin", 0x200000, 0x46924dc3, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "dragon slayer - eiyuu densetsu ii (jpn).bin", 0x200000, 0x46924dc3, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_dslayed2) @@ -10005,7 +10005,7 @@ struct BurnDriver BurnDrvmd_dslayed2 = { // Dragon's Eye Plus - Shanghai III (Jpn) static struct BurnRomInfo md_shangh3RomDesc[] = { - { "dragon's eye plus - shanghai iii (jpn).bin", 0x040000, 0x81f0c3cf, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "dragon's eye plus - shanghai iii (jpn).bin", 0x040000, 0x81f0c3cf, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_shangh3) @@ -10023,7 +10023,7 @@ struct BurnDriver BurnDrvmd_shangh3 = { // Dragon's Fury (Euro, USA) static struct BurnRomInfo md_dfuryRomDesc[] = { - { "dragon's fury (euro, usa).bin", 0x080000, 0x58037bc6, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "dragon's fury (euro, usa).bin", 0x080000, 0x58037bc6, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_dfury) @@ -10041,7 +10041,7 @@ struct BurnDriver BurnDrvmd_dfury = { // Dragon's Lair (USA, Prototype) static struct BurnRomInfo md_dlairRomDesc[] = { - { "dragon's lair (usa, prototype).bin", 0x080000, 0xa33eb522, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "dragon's lair (usa, prototype).bin", 0x080000, 0xa33eb522, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_dlair) @@ -10059,7 +10059,7 @@ struct BurnDriver BurnDrvmd_dlair = { // Devil Crash MD (Jpn) static struct BurnRomInfo md_devlcrshRomDesc[] = { - { "devil crash md (jpn).bin", 0x080000, 0x4c4caad8, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "devil crash md (jpn).bin", 0x080000, 0x4c4caad8, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_devlcrsh) @@ -10077,7 +10077,7 @@ struct BurnDriver BurnDrvmd_devlcrsh = { // Dragon's Revenge (Euro, USA) static struct BurnRomInfo md_dragnrevRomDesc[] = { - { "dragon's revenge (euro, usa).bin", 0x100000, 0x841edbc0, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "dragon's revenge (euro, usa).bin", 0x100000, 0x841edbc0, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_dragnrev) @@ -10095,7 +10095,7 @@ struct BurnDriver BurnDrvmd_dragnrev = { // Dragon's Revenge (Jpn) static struct BurnRomInfo md_dragnrevjRomDesc[] = { - { "dragon's revenge (japan).bin", 0x100000, 0xd8d2efd7, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "dragon's revenge (japan).bin", 0x100000, 0xd8d2efd7, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_dragnrevj) @@ -10113,7 +10113,7 @@ struct BurnDriver BurnDrvmd_dragnrevj = { // Duke Nukem 3D (Bra) static struct BurnRomInfo md_dukenk3dRomDesc[] = { - { "duke nukem 3d (bra).bin", 0x400000, 0x6bd2accb, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "duke nukem 3d (bra).bin", 0x400000, 0x6bd2accb, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_dukenk3d) @@ -10131,7 +10131,7 @@ struct BurnDriver BurnDrvmd_dukenk3d = { // Dune II - Battle for Arrakis (Euro) static struct BurnRomInfo md_dune2RomDesc[] = { - { "dune ii - battle for arrakis (euro).bin", 0x100000, 0xb58ae71d, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "dune ii - battle for arrakis (euro).bin", 0x100000, 0xb58ae71d, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_dune2) @@ -10149,7 +10149,7 @@ struct BurnDriver BurnDrvmd_dune2 = { // Dune II - Kampf um den Wustenplaneten (Ger) static struct BurnRomInfo md_dune2gRomDesc[] = { - { "dune ii - kampf um den wustenplaneten (germany).bin", 0x100000, 0x39790728, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "dune ii - kampf um den wustenplaneten (germany).bin", 0x100000, 0x39790728, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_dune2g) @@ -10167,7 +10167,7 @@ struct BurnDriver BurnDrvmd_dune2g = { // Dune - The Battle for Arrakis (USA) static struct BurnRomInfo md_duneuRomDesc[] = { - { "dune - the battle for arrakis (usa).bin", 0x100000, 0x4dea40ba, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "dune - the battle for arrakis (usa).bin", 0x100000, 0x4dea40ba, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_duneu) @@ -10185,7 +10185,7 @@ struct BurnDriver BurnDrvmd_duneu = { // Dungeons & Dragons - Warriors of the Eternal Sun (Euro, USA) static struct BurnRomInfo md_ddwaresRomDesc[] = { - { "dungeons & dragons - warriors of the eternal sun (euro, usa).bin", 0x100000, 0xaf4a9cd7, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "dungeons & dragons - warriors of the eternal sun (euro, usa).bin", 0x100000, 0xaf4a9cd7, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_ddwares) @@ -10203,7 +10203,7 @@ struct BurnDriver BurnDrvmd_ddwares = { // Dyna Brothers (Jpn) static struct BurnRomInfo md_dynabrRomDesc[] = { - { "dyna brothers (jpn).bin", 0x100000, 0x360c1b20, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "dyna brothers (jpn).bin", 0x100000, 0x360c1b20, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_dynabr) @@ -10221,7 +10221,7 @@ struct BurnDriver BurnDrvmd_dynabr = { // Dyna Brothers 2 (Jpn) static struct BurnRomInfo md_dynabr2RomDesc[] = { - { "dyna brothers 2 (jpn).bin", 0x200000, 0x47e0a64e, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "dyna brothers 2 (jpn).bin", 0x200000, 0x47e0a64e, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_dynabr2) @@ -10239,7 +10239,7 @@ struct BurnDriver BurnDrvmd_dynabr2 = { // Dyna Brothers 2 - Sega Channel Special (Jpn, Sega Channel) static struct BurnRomInfo md_dynabr2spRomDesc[] = { - { "dyna brothers 2 - sega channel special (jpn).bin", 0x280000, 0xba3554bc, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "dyna brothers 2 - sega channel special (jpn).bin", 0x280000, 0xba3554bc, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_dynabr2sp) @@ -10257,7 +10257,7 @@ struct BurnDriver BurnDrvmd_dynabr2sp = { // Dynamite Duke (World, Rev. A) static struct BurnRomInfo md_dyndukeRomDesc[] = { - { "mpr-13438a.bin", 0x080000, 0x246f0bda, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-13438a.bin", 0x080000, 0x246f0bda, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_dynduke) @@ -10275,7 +10275,7 @@ struct BurnDriver BurnDrvmd_dynduke = { // Dynamite Duke (World) static struct BurnRomInfo md_dynduke1RomDesc[] = { - { "mpr-13438.bin", 0x080000, 0x39d01c8c, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-13438.bin", 0x080000, 0x39d01c8c, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_dynduke1) @@ -10293,7 +10293,7 @@ struct BurnDriver BurnDrvmd_dynduke1 = { // Dynamite Headdy (Euro, USA) static struct BurnRomInfo md_dheadRomDesc[] = { - { "mpr-16990.bin", 0x200000, 0x3dfeeb77, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-16990.bin", 0x200000, 0x3dfeeb77, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_dhead) @@ -10311,7 +10311,7 @@ struct BurnDriver BurnDrvmd_dhead = { // Dynamite Headdy (Jpn) static struct BurnRomInfo md_dheadjRomDesc[] = { - { "dynamite headdy (jpn).bin", 0x200000, 0xd03cdb53, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "dynamite headdy (jpn).bin", 0x200000, 0xd03cdb53, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_dheadj) @@ -10329,7 +10329,7 @@ struct BurnDriver BurnDrvmd_dheadj = { // Dynamite Headdy (Jpn, Prototype) static struct BurnRomInfo md_dheadjpRomDesc[] = { - { "dynamite headdy (jpn) (beta).bin", 0x200000, 0x5c25e934, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "dynamite headdy (jpn) (beta).bin", 0x200000, 0x5c25e934, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_dheadjp) @@ -10347,7 +10347,7 @@ struct BurnDriver BurnDrvmd_dheadjp = { // Dynamite Headdy (Prototype, 19940614-CABEZA) static struct BurnRomInfo md_dheadp3RomDesc[] = { - { "dynamite headdy (prototype - jun 14, 1994 - cabeza).bin", 0x200000, 0x971ef24c, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "dynamite headdy (prototype - jun 14, 1994 - cabeza).bin", 0x200000, 0x971ef24c, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_dheadp3) @@ -10365,7 +10365,7 @@ struct BurnDriver BurnDrvmd_dheadp3 = { // Dynamite Headdy (Prototype, 19940616) static struct BurnRomInfo md_dheadp2RomDesc[] = { - { "dynamite headdy (prototype - jun 16, 1994).bin", 0x200000, 0xf8a96719, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "dynamite headdy (prototype - jun 16, 1994).bin", 0x200000, 0xf8a96719, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_dheadp2) @@ -10383,7 +10383,7 @@ struct BurnDriver BurnDrvmd_dheadp2 = { // Dynamite Headdy (Prototype, 19940622) static struct BurnRomInfo md_dheadp1RomDesc[] = { - { "dynamite headdy (prototype - jun 22, 1994).bin", 0x200000, 0x61001ec8, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "dynamite headdy (prototype - jun 22, 1994).bin", 0x200000, 0x61001ec8, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_dheadp1) @@ -10401,7 +10401,7 @@ struct BurnDriver BurnDrvmd_dheadp1 = { // EA Hockey (Euro) static struct BurnRomInfo md_eahockeyRomDesc[] = { - { "ea hockey (euro).bin", 0x080000, 0x9bfc279c, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "ea hockey (euro).bin", 0x080000, 0x9bfc279c, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_eahockey) @@ -10419,7 +10419,7 @@ struct BurnDriver BurnDrvmd_eahockey = { // EA Hockey (Jpn) static struct BurnRomInfo md_eahockeyjRomDesc[] = { - { "ea hockey (jpn).bin", 0x080000, 0x9dcdc894, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "ea hockey (jpn).bin", 0x080000, 0x9dcdc894, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_eahockeyj) @@ -10437,7 +10437,7 @@ struct BurnDriver BurnDrvmd_eahockeyj = { // NHL Hockey (USA) static struct BurnRomInfo md_nhlRomDesc[] = { - { "nhl hockey (usa).bin", 0x080000, 0x2641653f, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "nhl hockey (usa).bin", 0x080000, 0x2641653f, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_nhl) @@ -10455,7 +10455,7 @@ struct BurnDriver BurnDrvmd_nhl = { // EA Sports Double Header (Euro) static struct BurnRomInfo md_easportsRomDesc[] = { - { "ea304.bin", 0x100000, 0xa0b54cbc, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "ea304.bin", 0x100000, 0xa0b54cbc, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_easports) @@ -10473,7 +10473,7 @@ struct BurnDriver BurnDrvmd_easports = { // Earnest Evans (USA) static struct BurnRomInfo md_earnestRomDesc[] = { - { "earnest evans (usa).bin", 0x100000, 0xa243816d, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "earnest evans (usa).bin", 0x100000, 0xa243816d, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_earnest) @@ -10491,7 +10491,7 @@ struct BurnDriver BurnDrvmd_earnest = { // Earthworm Jim (Euro) static struct BurnRomInfo md_ejimRomDesc[] = { - { "earthworm jim (euro).bin", 0x300000, 0x1c07b337, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "earthworm jim (euro).bin", 0x300000, 0x1c07b337, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_ejim) @@ -10509,7 +10509,7 @@ struct BurnDriver BurnDrvmd_ejim = { // Earthworm Jim (USA) static struct BurnRomInfo md_ejimuRomDesc[] = { - { "earthworm jim (usa).bin", 0x300000, 0xdf3acf59, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "earthworm jim (usa).bin", 0x300000, 0xdf3acf59, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_ejimu) @@ -10527,7 +10527,7 @@ struct BurnDriver BurnDrvmd_ejimu = { // Earthworm Jim 2 (Euro) static struct BurnRomInfo md_ejim2RomDesc[] = { - { "earthworm jim 2 (euro).bin", 0x300000, 0xaf235fdf, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "earthworm jim 2 (euro).bin", 0x300000, 0xaf235fdf, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_ejim2) @@ -10545,7 +10545,7 @@ struct BurnDriver BurnDrvmd_ejim2 = { // Earthworm Jim 2 (USA) static struct BurnRomInfo md_ejim2uRomDesc[] = { - { "earthworm jim 2 (usa).bin", 0x300000, 0xd57f8ba7, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "earthworm jim 2 (usa).bin", 0x300000, 0xd57f8ba7, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_ejim2u) @@ -10563,7 +10563,7 @@ struct BurnDriver BurnDrvmd_ejim2u = { // Ecco the Dolphin (Euro, USA, Kor) static struct BurnRomInfo md_eccoRomDesc[] = { - { "mpr-15265.bin", 0x100000, 0x45547390, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-15265.bin", 0x100000, 0x45547390, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_ecco) @@ -10581,7 +10581,7 @@ struct BurnDriver BurnDrvmd_ecco = { // Ecco the Dolphin (Jpn) static struct BurnRomInfo md_eccojRomDesc[] = { - { "mpr-15702.bin", 0x100000, 0x6520304d, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-15702.bin", 0x100000, 0x6520304d, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_eccoj) @@ -10599,7 +10599,7 @@ struct BurnDriver BurnDrvmd_eccoj = { // Ecco - The Tides of Time (Euro) static struct BurnRomInfo md_ecco2RomDesc[] = { - { "ecco - the tides of time (euro).bin", 0x200000, 0x7b1bf89c, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "ecco - the tides of time (euro).bin", 0x200000, 0x7b1bf89c, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_ecco2) @@ -10617,7 +10617,7 @@ struct BurnDriver BurnDrvmd_ecco2 = { // Ecco - The Tides of Time (USA, Prototype) static struct BurnRomInfo md_ecco2pRomDesc[] = { - { "ecco - the tides of time (beta).bin", 0x200000, 0x8db60749, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "ecco - the tides of time (beta).bin", 0x200000, 0x8db60749, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_ecco2p) @@ -10635,7 +10635,7 @@ struct BurnDriver BurnDrvmd_ecco2p = { // Ecco - The Tides of Time (USA, Prototype, Alt) static struct BurnRomInfo md_ecco2p1RomDesc[] = { - { "ecco - the tides of time (beta, alt).bin", 0x200000, 0x1d1470ea, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "ecco - the tides of time (beta, alt).bin", 0x200000, 0x1d1470ea, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_ecco2p1) @@ -10653,7 +10653,7 @@ struct BurnDriver BurnDrvmd_ecco2p1 = { // Ecco - The Tides of Time (USA, Prototype, 19940429) static struct BurnRomInfo md_ecco2p2RomDesc[] = { - { "ecco ii - the tides of time (prototype - apr 29, 1994).bin", 0x200000, 0x5af83ecb, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "ecco ii - the tides of time (prototype - apr 29, 1994).bin", 0x200000, 0x5af83ecb, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_ecco2p2) @@ -10671,7 +10671,7 @@ struct BurnDriver BurnDrvmd_ecco2p2 = { // Ecco the Dolphin II (Jpn) static struct BurnRomInfo md_ecco2jRomDesc[] = { - { "mpr-16996.bin", 0x200000, 0x062d439c, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-16996.bin", 0x200000, 0x062d439c, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_ecco2j) @@ -10689,7 +10689,7 @@ struct BurnDriver BurnDrvmd_ecco2j = { // Ecco - The Tides of Time (USA, Prototype X11, 19940413) static struct BurnRomInfo md_ecco2px11RomDesc[] = { - { "ecco - the tides of time (prototype x11 - apr 13, 1994).bin", 0x200000, 0xb5d64817, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "ecco - the tides of time (prototype x11 - apr 13, 1994).bin", 0x200000, 0xb5d64817, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_ecco2px11) @@ -10707,7 +10707,7 @@ struct BurnDriver BurnDrvmd_ecco2px11 = { // Ecco - The Tides of Time (USA) static struct BurnRomInfo md_ecco2uRomDesc[] = { - { "ecco - the tides of time (usa).bin", 0x200000, 0xccb21f98, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "ecco - the tides of time (usa).bin", 0x200000, 0xccb21f98, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_ecco2u) @@ -10725,7 +10725,7 @@ struct BurnDriver BurnDrvmd_ecco2u = { // Ecco Jr. (USA, Oceania, 199502) static struct BurnRomInfo md_eccojrRomDesc[] = { - { "ecco jr. (usa, aus) (february 1995).bin", 0x100000, 0x6c6f4b89, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "ecco jr. (usa, aus) (february 1995).bin", 0x100000, 0x6c6f4b89, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_eccojr) @@ -10743,7 +10743,7 @@ struct BurnDriver BurnDrvmd_eccojr = { // Ecco Jr. (USA, Oceania, 199503) static struct BurnRomInfo md_eccojr1RomDesc[] = { - { "ecco jr. (usa, aus) (march 1995).bin", 0x100000, 0x3c517975, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "ecco jr. (usa, aus) (march 1995).bin", 0x100000, 0x3c517975, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_eccojr1) @@ -10761,7 +10761,7 @@ struct BurnDriver BurnDrvmd_eccojr1 = { // El Viento (USA) static struct BurnRomInfo md_elvientoRomDesc[] = { - { "mpr-14336.bin", 0x100000, 0x070a1ceb, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-14336.bin", 0x100000, 0x070a1ceb, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_elviento) @@ -10779,7 +10779,7 @@ struct BurnDriver BurnDrvmd_elviento = { // El Viento (Jpn) static struct BurnRomInfo md_elvientojRomDesc[] = { - { "el viento (jpn).bin", 0x100000, 0x6091c36e, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "el viento (jpn).bin", 0x100000, 0x6091c36e, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_elvientoj) @@ -10797,7 +10797,7 @@ struct BurnDriver BurnDrvmd_elvientoj = { // Elemental Master (USA) static struct BurnRomInfo md_elemastRomDesc[] = { - { "elemental master (usa).bin", 0x080000, 0x390918c6, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "elemental master (usa).bin", 0x080000, 0x390918c6, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_elemast) @@ -10815,7 +10815,7 @@ struct BurnDriver BurnDrvmd_elemast = { // Elemental Master (Jpn) static struct BurnRomInfo md_elemastjRomDesc[] = { - { "elemental master (jpn).bin", 0x080000, 0x5f553e29, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "elemental master (jpn).bin", 0x080000, 0x5f553e29, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_elemastj) @@ -10833,7 +10833,7 @@ struct BurnDriver BurnDrvmd_elemastj = { // Eliminate Down (Jpn) static struct BurnRomInfo md_elimdownRomDesc[] = { - { "eliminate down (jpn).bin", 0x100000, 0x48467542, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "eliminate down (jpn).bin", 0x100000, 0x48467542, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_elimdown) @@ -10851,7 +10851,7 @@ struct BurnDriver BurnDrvmd_elimdown = { // Elitserien 95 (Swe) static struct BurnRomInfo md_elit95RomDesc[] = { - { "swed9584.bin", 0x200000, 0xe10a25c0, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "swed9584.bin", 0x200000, 0xe10a25c0, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_elit95) @@ -10869,7 +10869,7 @@ struct BurnDriver BurnDrvmd_elit95 = { // Elitserien 96 (Swe) static struct BurnRomInfo md_elit96RomDesc[] = { - { "elitserien 96 (sweden).bin", 0x200000, 0x9821d0a3, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "elitserien 96 (sweden).bin", 0x200000, 0x9821d0a3, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_elit96) @@ -10887,7 +10887,7 @@ struct BurnDriver BurnDrvmd_elit96 = { // Empire of Steel (Euro) static struct BurnRomInfo md_empsteelRomDesc[] = { - { "empire of steel (euro).bin", 0x100000, 0xe5517b77, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "empire of steel (euro).bin", 0x100000, 0xe5517b77, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_empsteel) @@ -10905,7 +10905,7 @@ struct BurnDriver BurnDrvmd_empsteel = { // Steel Empire (USA) static struct BurnRomInfo md_steelempRomDesc[] = { - { "steel empire (usa).bin", 0x100000, 0xd0e7a0b6, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "steel empire (usa).bin", 0x100000, 0xd0e7a0b6, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_steelemp) @@ -10923,7 +10923,7 @@ struct BurnDriver BurnDrvmd_steelemp = { // Koutetsu Teikoku (Jpn) static struct BurnRomInfo md_koteteikRomDesc[] = { - { "koutetsu teikoku (jpn).bin", 0x100000, 0x755d0b8a, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "koutetsu teikoku (jpn).bin", 0x100000, 0x755d0b8a, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_koteteik) @@ -10941,7 +10941,7 @@ struct BurnDriver BurnDrvmd_koteteik = { // Escape from Mars Starring Taz (Euro) static struct BurnRomInfo md_tazmarsRomDesc[] = { - { "taz in escape from mars (euro).bin", 0x200000, 0x62100099, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "taz in escape from mars (euro).bin", 0x200000, 0x62100099, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_tazmars) @@ -10959,7 +10959,7 @@ struct BurnDriver BurnDrvmd_tazmars = { // Escape from Mars Starring Taz (Prototype, 19940418) static struct BurnRomInfo md_tazmarsp10RomDesc[] = { - { "taz in escape from mars (prototype - apr 18, 1994).bin", 0x200000, 0xbfa776ec, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "taz in escape from mars (prototype - apr 18, 1994).bin", 0x200000, 0xbfa776ec, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_tazmarsp10) @@ -10977,7 +10977,7 @@ struct BurnDriver BurnDrvmd_tazmarsp10 = { // Escape from Mars Starring Taz (Prototype, 19940602) static struct BurnRomInfo md_tazmarsp06RomDesc[] = { - { "taz in escape from mars (prototype - jun 02, 1994).bin", 0x200000, 0x39f345c2, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "taz in escape from mars (prototype - jun 02, 1994).bin", 0x200000, 0x39f345c2, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_tazmarsp06) @@ -10995,7 +10995,7 @@ struct BurnDriver BurnDrvmd_tazmarsp06 = { // Escape from Mars Starring Taz (Prototype, 19940607) static struct BurnRomInfo md_tazmarsp05RomDesc[] = { - { "taz in escape from mars (prototype - jun 07, 1994).bin", 0x200000, 0x3481e709, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "taz in escape from mars (prototype - jun 07, 1994).bin", 0x200000, 0x3481e709, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_tazmarsp05) @@ -11013,7 +11013,7 @@ struct BurnDriver BurnDrvmd_tazmarsp05 = { // Escape from Mars Starring Taz (Prototype, 19940610) static struct BurnRomInfo md_tazmarsp04RomDesc[] = { - { "taz in escape from mars (prototype - jun 10, 1994).bin", 0x200000, 0x832f4cb4, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "taz in escape from mars (prototype - jun 10, 1994).bin", 0x200000, 0x832f4cb4, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_tazmarsp04) @@ -11031,7 +11031,7 @@ struct BurnDriver BurnDrvmd_tazmarsp04 = { // Escape from Mars Starring Taz (Prototype, 19940614) static struct BurnRomInfo md_tazmarsp03RomDesc[] = { - { "taz in escape from mars (prototype - jun 14, 1994).bin", 0x200000, 0x2badb65b, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "taz in escape from mars (prototype - jun 14, 1994).bin", 0x200000, 0x2badb65b, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_tazmarsp03) @@ -11049,7 +11049,7 @@ struct BurnDriver BurnDrvmd_tazmarsp03 = { // Escape from Mars Starring Taz (Prototype, 19940618-A) static struct BurnRomInfo md_tazmarsp02RomDesc[] = { - { "taz in escape from mars (prototype - jun 18, 1994 - a).bin", 0x200000, 0x3c4b1e9c, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "taz in escape from mars (prototype - jun 18, 1994 - a).bin", 0x200000, 0x3c4b1e9c, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_tazmarsp02) @@ -11067,7 +11067,7 @@ struct BurnDriver BurnDrvmd_tazmarsp02 = { // Escape from Mars Starring Taz (Prototype, 19940620) static struct BurnRomInfo md_tazmarsp01RomDesc[] = { - { "taz in escape from mars (prototype - jun 20, 1994).bin", 0x200000, 0xf00f4203, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "taz in escape from mars (prototype - jun 20, 1994).bin", 0x200000, 0xf00f4203, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_tazmarsp01) @@ -11085,7 +11085,7 @@ struct BurnDriver BurnDrvmd_tazmarsp01 = { // Escape from Mars Starring Taz (Prototype, 19940309) static struct BurnRomInfo md_tazmarsp11RomDesc[] = { - { "taz in escape from mars (prototype - mar 09, 1994).bin", 0x1d9936, 0xe3c2271e, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "taz in escape from mars (prototype - mar 09, 1994).bin", 0x1d9936, 0xe3c2271e, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_tazmarsp11) @@ -11103,7 +11103,7 @@ struct BurnDriver BurnDrvmd_tazmarsp11 = { // Escape from Mars Starring Taz (Prototype, 19940509) static struct BurnRomInfo md_tazmarsp09RomDesc[] = { - { "taz in escape from mars (prototype - may 09, 1994).bin", 0x200000, 0x11727086, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "taz in escape from mars (prototype - may 09, 1994).bin", 0x200000, 0x11727086, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_tazmarsp09) @@ -11121,7 +11121,7 @@ struct BurnDriver BurnDrvmd_tazmarsp09 = { // Escape from Mars Starring Taz (Prototype, 19940518) static struct BurnRomInfo md_tazmarsp08RomDesc[] = { - { "taz in escape from mars (prototype - may 18, 1994).bin", 0x0b9584, 0x6e2666de, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "taz in escape from mars (prototype - may 18, 1994).bin", 0x0b9584, 0x6e2666de, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_tazmarsp08) @@ -11139,7 +11139,7 @@ struct BurnDriver BurnDrvmd_tazmarsp08 = { // Escape from Mars Starring Taz (Prototype, 19940523) static struct BurnRomInfo md_tazmarsp07RomDesc[] = { - { "taz in escape from mars (prototype - may 23, 1994).bin", 0x200000, 0xea344fd2, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "taz in escape from mars (prototype - may 23, 1994).bin", 0x200000, 0xea344fd2, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_tazmarsp07) @@ -11157,7 +11157,7 @@ struct BurnDriver BurnDrvmd_tazmarsp07 = { // Escape from Mars Starring Taz (USA) static struct BurnRomInfo md_tazmarsuRomDesc[] = { - { "taz in escape from mars (usa).bin", 0x200000, 0x62009f8c, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "taz in escape from mars (usa).bin", 0x200000, 0x62009f8c, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_tazmarsu) @@ -11175,7 +11175,7 @@ struct BurnDriver BurnDrvmd_tazmarsu = { // ESPN Baseball Tonight (USA) static struct BurnRomInfo md_espnbbRomDesc[] = { - { "espn baseball tonight (usa).bin", 0x200000, 0x96d8440c, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "espn baseball tonight (usa).bin", 0x200000, 0x96d8440c, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_espnbb) @@ -11193,7 +11193,7 @@ struct BurnDriver BurnDrvmd_espnbb = { // ESPN National Hockey Night (USA) static struct BurnRomInfo md_espnhnRomDesc[] = { - { "espn national hockey night (usa).bin", 0x200000, 0x1d08828c, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "espn national hockey night (usa).bin", 0x200000, 0x1d08828c, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_espnhn) @@ -11211,7 +11211,7 @@ struct BurnDriver BurnDrvmd_espnhn = { // ESPN National Hockey Night (USA, Prototype) static struct BurnRomInfo md_espnhnpRomDesc[] = { - { "espn national hockey night (usa) (beta).bin", 0x200000, 0xa427814a, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "espn national hockey night (usa) (beta).bin", 0x200000, 0xa427814a, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_espnhnp) @@ -11229,7 +11229,7 @@ struct BurnDriver BurnDrvmd_espnhnp = { // ESPN Speedworld (USA) static struct BurnRomInfo md_espnspedRomDesc[] = { - { "espn speed world (usa).bin", 0x200000, 0xf50be478, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "espn speed world (usa).bin", 0x200000, 0xf50be478, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_espnsped) @@ -11247,7 +11247,7 @@ struct BurnDriver BurnDrvmd_espnsped = { // ESPN Sunday Night NFL (USA) static struct BurnRomInfo md_espnnflRomDesc[] = { - { "espn sunday night nfl (usa).bin", 0x200000, 0x61e9c309, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "espn sunday night nfl (usa).bin", 0x200000, 0x61e9c309, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_espnnfl) @@ -11265,7 +11265,7 @@ struct BurnDriver BurnDrvmd_espnnfl = { // Cyber Police ESWAT (Jpn, Rev. 0) static struct BurnRomInfo md_eswatjRomDesc[] = { - { "mpr-13192.bin", 0x080000, 0x87b636a2, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-13192.bin", 0x080000, 0x87b636a2, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_eswatj) @@ -11283,7 +11283,7 @@ struct BurnDriver BurnDrvmd_eswatj = { // Eternal Champions (Euro) static struct BurnRomInfo md_eternalcRomDesc[] = { - { "mpr-16212+mpr-16213.bin", 0x300000, 0xb9512f5e, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-16212+mpr-16213.bin", 0x300000, 0xb9512f5e, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_eternalc) @@ -11301,7 +11301,7 @@ struct BurnDriver BurnDrvmd_eternalc = { // Eternal Champions (Euro, Prototype) static struct BurnRomInfo md_eternalcpRomDesc[] = { - { "eternal champions (euro) (beta).bin", 0x300000, 0xe0665f06, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "eternal champions (euro) (beta).bin", 0x300000, 0xe0665f06, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_eternalcp) @@ -11319,7 +11319,7 @@ struct BurnDriver BurnDrvmd_eternalcp = { // Eternal Champions (Jpn, Kor) static struct BurnRomInfo md_eternalcjRomDesc[] = { - { "eternal champions (jpn, kor).bin", 0x300000, 0x66aa3c64, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "eternal champions (jpn, kor).bin", 0x300000, 0x66aa3c64, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_eternalcj) @@ -11337,7 +11337,7 @@ struct BurnDriver BurnDrvmd_eternalcj = { // Eternal Champions (Jpn, Prototype, 19931117) static struct BurnRomInfo md_eternalcjpRomDesc[] = { - { "eternal champions (jpn) (prototype - nov 17, 1993).bin", 0x2ff4b0, 0xc486b439, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "eternal champions (jpn) (prototype - nov 17, 1993).bin", 0x2ff4b0, 0xc486b439, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_eternalcjp) @@ -11355,7 +11355,7 @@ struct BurnDriver BurnDrvmd_eternalcjp = { // Eternal Champions (USA) static struct BurnRomInfo md_eternalcuRomDesc[] = { - { "eternal champions (usa).bin", 0x300000, 0x48f1a42e, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "eternal champions (usa).bin", 0x300000, 0x48f1a42e, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_eternalcu) @@ -11373,7 +11373,7 @@ struct BurnDriver BurnDrvmd_eternalcu = { // European Club Soccer (Euro) static struct BurnRomInfo md_euroclubRomDesc[] = { - { "mpr-14776.bin", 0x080000, 0x6a5cf104, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-14776.bin", 0x080000, 0x6a5cf104, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_euroclub) @@ -11391,7 +11391,7 @@ struct BurnDriver BurnDrvmd_euroclub = { // World Trophy Soccer (USA) static struct BurnRomInfo md_worldtsRomDesc[] = { - { "world trophy soccer (usa).bin", 0x080000, 0x6e3edc7c, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "world trophy soccer (usa).bin", 0x080000, 0x6e3edc7c, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_worldts) @@ -11409,7 +11409,7 @@ struct BurnDriver BurnDrvmd_worldts = { // J. League Champion Soccer (Jpn) static struct BurnRomInfo md_jlcsRomDesc[] = { - { "j. league champion soccer (jpn).bin", 0x080000, 0x453c405e, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "j. league champion soccer (jpn).bin", 0x080000, 0x453c405e, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_jlcs) @@ -11427,7 +11427,7 @@ struct BurnDriver BurnDrvmd_jlcs = { // Exile (USA) static struct BurnRomInfo md_exileRomDesc[] = { - { "exile (usa).bin", 0x100000, 0x1b569dc2, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "exile (usa).bin", 0x100000, 0x1b569dc2, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_exile) @@ -11445,7 +11445,7 @@ struct BurnDriver BurnDrvmd_exile = { // Exile - Toki no Hazama e (Jpn) static struct BurnRomInfo md_exilejRomDesc[] = { - { "exile - toki no hazama e (jpn).bin", 0x100000, 0x880bf311, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "exile - toki no hazama e (jpn).bin", 0x100000, 0x880bf311, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_exilej) @@ -11463,7 +11463,7 @@ struct BurnDriver BurnDrvmd_exilej = { // Exo Squad (Euro) static struct BurnRomInfo md_exosquadRomDesc[] = { - { "exo squad (euro).bin", 0x100000, 0xb599b9f9, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "exo squad (euro).bin", 0x100000, 0xb599b9f9, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_exosquad) @@ -11481,7 +11481,7 @@ struct BurnDriver BurnDrvmd_exosquad = { // Exo Squad (USA) static struct BurnRomInfo md_exosquaduRomDesc[] = { - { "exo squad (usa).bin", 0x100000, 0x10ec03f3, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "exo squad (usa).bin", 0x100000, 0x10ec03f3, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_exosquadu) @@ -11499,7 +11499,7 @@ struct BurnDriver BurnDrvmd_exosquadu = { // Exo Squad (USA, Prototype) static struct BurnRomInfo md_exosquadupRomDesc[] = { - { "exo squad (usa) (beta).bin", 0x100000, 0x70edf964, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "exo squad (usa) (beta).bin", 0x100000, 0x70edf964, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_exosquadup) @@ -11517,7 +11517,7 @@ struct BurnDriver BurnDrvmd_exosquadup = { // Exodus - Journey to the Promised Land (USA) static struct BurnRomInfo md_exodusRomDesc[] = { - { "exodus - journey to the promised land (usa) (unl).bin", 0x080000, 0x22e6fc04, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "exodus - journey to the promised land (usa) (unl).bin", 0x080000, 0x22e6fc04, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_exodus) @@ -11535,7 +11535,7 @@ struct BurnDriver BurnDrvmd_exodus = { // F-117 Night Storm (Euro, USA) static struct BurnRomInfo md_f117RomDesc[] = { - { "f-117 night storm (euro, usa).bin", 0x200000, 0x1bf67a07, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "f-117 night storm (euro, usa).bin", 0x200000, 0x1bf67a07, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_f117) @@ -11553,7 +11553,7 @@ struct BurnDriver BurnDrvmd_f117 = { // F-117 Stealth - Operation Night Storm (Jpn) static struct BurnRomInfo md_f117jRomDesc[] = { - { "f-117 stealth - operation night storm (jpn).bin", 0x200000, 0xea6e421a, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "f-117 stealth - operation night storm (jpn).bin", 0x200000, 0xea6e421a, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_f117j) @@ -11571,7 +11571,7 @@ struct BurnDriver BurnDrvmd_f117j = { // F-15 Strike Eagle II (Euro) static struct BurnRomInfo md_f15se2RomDesc[] = { - { "f-15 strike eagle ii (euro).bin", 0x100000, 0xe98ee370, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "f-15 strike eagle ii (euro).bin", 0x100000, 0xe98ee370, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_f15se2) @@ -11589,7 +11589,7 @@ struct BurnDriver BurnDrvmd_f15se2 = { // F-15 Strike Eagle II (USA) static struct BurnRomInfo md_f15se2uRomDesc[] = { - { "f-15 strike eagle ii (usa).bin", 0x100000, 0x412c4d60, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "f-15 strike eagle ii (usa).bin", 0x100000, 0x412c4d60, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_f15se2u) @@ -11607,7 +11607,7 @@ struct BurnDriver BurnDrvmd_f15se2u = { // F-15 Strike Eagle II (USA, Prototype) static struct BurnRomInfo md_f15se2upRomDesc[] = { - { "f-15 strike eagle ii (usa) (beta).bin", 0x100000, 0xfd4f5a01, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "f-15 strike eagle ii (usa) (beta).bin", 0x100000, 0xfd4f5a01, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_f15se2up) @@ -11625,7 +11625,7 @@ struct BurnDriver BurnDrvmd_f15se2up = { // F-22 Interceptor (Euro, USA, 199206) static struct BurnRomInfo md_f22RomDesc[] = { - { "f-22 interceptor (euro, usa) (june 1992).bin", 0x0c0000, 0xdd19b2b3, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "f-22 interceptor (euro, usa) (june 1992).bin", 0x0c0000, 0xdd19b2b3, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_f22) @@ -11643,7 +11643,7 @@ struct BurnDriver BurnDrvmd_f22 = { // F-22 Interceptor (Euro, USA, Prototype) static struct BurnRomInfo md_f22pRomDesc[] = { - { "f-22 interceptor (euro, usa) (beta).bin", 0x0c0000, 0xd6a880a4, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "f-22 interceptor (euro, usa) (beta).bin", 0x0c0000, 0xd6a880a4, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_f22p) @@ -11661,7 +11661,7 @@ struct BurnDriver BurnDrvmd_f22p = { // F-22 Interceptor (Jpn) static struct BurnRomInfo md_f22jRomDesc[] = { - { "f-22 interceptor (jpn).bin", 0x0c0000, 0xfb55c785, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "f-22 interceptor (jpn).bin", 0x0c0000, 0xfb55c785, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_f22j) @@ -11679,7 +11679,7 @@ struct BurnDriver BurnDrvmd_f22j = { // F1 (Euro) static struct BurnRomInfo md_f1RomDesc[] = { - { "mpr-15834.bin", 0x100000, 0xfbdd4520, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-15834.bin", 0x100000, 0xfbdd4520, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_f1) @@ -11697,7 +11697,7 @@ struct BurnDriver BurnDrvmd_f1 = { // Formula One (USA) static struct BurnRomInfo md_formula1RomDesc[] = { - { "formula one (usa).bin", 0x100000, 0xccd73738, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "formula one (usa).bin", 0x100000, 0xccd73738, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_formula1) @@ -11715,7 +11715,7 @@ struct BurnDriver BurnDrvmd_formula1 = { // F1 - World Championship Edition (Euro) static struct BurnRomInfo md_f1wcRomDesc[] = { - { "f1 - world championship edition (euro).bin", 0x200000, 0x74cee0a7, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "f1 - world championship edition (euro).bin", 0x200000, 0x74cee0a7, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_f1wc) @@ -11733,7 +11733,7 @@ struct BurnDriver BurnDrvmd_f1wc = { // F1 - World Championship Edition (Euro, Prototype) static struct BurnRomInfo md_f1wcpRomDesc[] = { - { "f1 - world championship edition (euro) (beta).bin", 0x200000, 0x2269ed6b, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "f1 - world championship edition (euro) (beta).bin", 0x200000, 0x2269ed6b, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_f1wcp) @@ -11751,7 +11751,7 @@ struct BurnDriver BurnDrvmd_f1wcp = { // F1 Circus MD (Jpn) static struct BurnRomInfo md_f1circusRomDesc[] = { - { "f1 circus md (jpn).bin", 0x080000, 0x5d30befb, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "f1 circus md (jpn).bin", 0x080000, 0x5d30befb, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_f1circus) @@ -11769,7 +11769,7 @@ struct BurnDriver BurnDrvmd_f1circus = { // The Faery Tale Adventure (Euro, USA) static struct BurnRomInfo md_faerytalRomDesc[] = { - { "faery tale adventure, the (euro, usa).bin", 0x080000, 0x963f4969, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "faery tale adventure, the (euro, usa).bin", 0x080000, 0x963f4969, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_faerytal) @@ -11787,7 +11787,7 @@ struct BurnDriver BurnDrvmd_faerytal = { // Family Feud (USA) static struct BurnRomInfo md_famfeudRomDesc[] = { - { "family feud (usa).bin", 0x080000, 0x1aa628b0, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "family feud (usa).bin", 0x080000, 0x1aa628b0, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_famfeud) @@ -11805,7 +11805,7 @@ struct BurnDriver BurnDrvmd_famfeud = { // Fantasia (World, Rev. A) static struct BurnRomInfo md_fantasiaRomDesc[] = { - { "mpr-14028a.bin", 0x080000, 0xfc43df2d, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-14028a.bin", 0x080000, 0xfc43df2d, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_fantasia) @@ -11823,7 +11823,7 @@ struct BurnDriver BurnDrvmd_fantasia = { // Fantasia (World) static struct BurnRomInfo md_fantasia1RomDesc[] = { - { "mpr-14028.bin", 0x080000, 0xd351b242, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-14028.bin", 0x080000, 0xd351b242, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_fantasia1) @@ -11841,7 +11841,7 @@ struct BurnDriver BurnDrvmd_fantasia1 = { // Fantastic Dizzy (Euro, USA) static struct BurnRomInfo md_fantdizzRomDesc[] = { - { "fantastic dizzy (euro, usa).bin", 0x080000, 0x46447e7a, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "fantastic dizzy (euro, usa).bin", 0x080000, 0x46447e7a, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_fantdizz) @@ -11859,7 +11859,7 @@ struct BurnDriver BurnDrvmd_fantdizz = { // Fantastic Dizzy (Euro, USA, Alt) static struct BurnRomInfo md_fantdizz1RomDesc[] = { - { "fantastic dizzy (euro, usa) (alt).bin", 0x080000, 0x86b2a235, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "fantastic dizzy (euro, usa) (alt).bin", 0x080000, 0x86b2a235, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_fantdizz1) @@ -11877,7 +11877,7 @@ struct BurnDriver BurnDrvmd_fantdizz1 = { // Fastest 1 (Jpn) static struct BurnRomInfo md_fastest1RomDesc[] = { - { "fastest 1 (jpn).bin", 0x080000, 0xbb43f0de, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "fastest 1 (jpn).bin", 0x080000, 0xbb43f0de, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_fastest1) @@ -11895,7 +11895,7 @@ struct BurnDriver BurnDrvmd_fastest1 = { // Fatal Fury (Euro, Kor) static struct BurnRomInfo md_fatfuryRomDesc[] = { - { "fatal fury (euro, kor).bin", 0x180000, 0x2e730a91, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "fatal fury (euro, kor).bin", 0x180000, 0x2e730a91, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_fatfury) @@ -11913,7 +11913,7 @@ struct BurnDriver BurnDrvmd_fatfury = { // Fatal Fury (USA) static struct BurnRomInfo md_fatfuryuRomDesc[] = { - { "fatal fury (usa).bin", 0x180000, 0x98d49170, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "fatal fury (usa).bin", 0x180000, 0x98d49170, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_fatfuryu) @@ -11931,7 +11931,7 @@ struct BurnDriver BurnDrvmd_fatfuryu = { // Garou Densetsu - Shukumei no Tatakai (Jpn) static struct BurnRomInfo md_garouRomDesc[] = { - { "garou densetsu - shukumei no tatakai (jpn).bin", 0x180000, 0xbf3e3fa4, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "garou densetsu - shukumei no tatakai (jpn).bin", 0x180000, 0xbf3e3fa4, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_garou) @@ -11949,7 +11949,7 @@ struct BurnDriver BurnDrvmd_garou = { // Fatal Fury 2 (USA, Kor) static struct BurnRomInfo md_fatfury2RomDesc[] = { - { "fatal fury 2 (usa, kor).bin", 0x300000, 0x1b1754cb, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "fatal fury 2 (usa, kor).bin", 0x300000, 0x1b1754cb, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_fatfury2) @@ -11967,7 +11967,7 @@ struct BurnDriver BurnDrvmd_fatfury2 = { // Garou Densetsu 2 - Aratanaru Tatakai (Jpn) static struct BurnRomInfo md_garou2RomDesc[] = { - { "mpr-16704+mpr-16710.bin", 0x300000, 0x2af4427f, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-16704+mpr-16710.bin", 0x300000, 0x2af4427f, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_garou2) @@ -11985,7 +11985,7 @@ struct BurnDriver BurnDrvmd_garou2 = { // Fatal Labyrinth (Euro, USA) static struct BurnRomInfo md_fatallabRomDesc[] = { - { "fatal labyrinth (euro, usa).bin", 0x020000, 0x5f0bd984, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "fatal labyrinth (euro, usa).bin", 0x020000, 0x5f0bd984, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_fatallab) @@ -12003,7 +12003,7 @@ struct BurnDriver BurnDrvmd_fatallab = { // Shi no Meikyuu - Labyrinth of Death (Jpn, SegaNet) static struct BurnRomInfo md_labdeathRomDesc[] = { - { "shi no meikyuu - labyrinth of death (jpn) (sn).bin", 0x040000, 0xa6d7e02d, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "shi no meikyuu - labyrinth of death (jpn) (sn).bin", 0x040000, 0xa6d7e02d, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_labdeath) @@ -12021,7 +12021,7 @@ struct BurnDriver BurnDrvmd_labdeath = { // Shi no Meikyuu - Labyrinth of Death (Jpn, Game no Kandume MegaCD Rip) static struct BurnRomInfo md_labdeathgnkRomDesc[] = { - { "shi no meikyuu - labyrinth of death (jpn) (gnk).bin", 0x020000, 0x40c44cd3, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "shi no meikyuu - labyrinth of death (jpn) (gnk).bin", 0x020000, 0x40c44cd3, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_labdeathgnk) @@ -12039,7 +12039,7 @@ struct BurnDriver BurnDrvmd_labdeathgnk = { // Fatal Rewind (Euro, USA) static struct BurnRomInfo md_fatalrewRomDesc[] = { - { "fatal rewind (euro, usa).bin", 0x080000, 0xe91aed05, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "fatal rewind (euro, usa).bin", 0x080000, 0xe91aed05, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_fatalrew) @@ -12057,7 +12057,7 @@ struct BurnDriver BurnDrvmd_fatalrew = { // The Killing Game Show (Jpn) static struct BurnRomInfo md_killshowRomDesc[] = { - { "killing game show, the (jpn).bin", 0x100000, 0xb8e7668a, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "killing game show, the (jpn).bin", 0x100000, 0xb8e7668a, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_killshow) @@ -12075,7 +12075,7 @@ struct BurnDriver BurnDrvmd_killshow = { // Feng Kuang Tao Hua Yuan (Chi) static struct BurnRomInfo md_fengkuanRomDesc[] = { - { "feng kuang tao hua yuan (chi) (unl).bin", 0x100000, 0x8d40d64f, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "feng kuang tao hua yuan (chi) (unl).bin", 0x100000, 0x8d40d64f, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_fengkuan) @@ -12093,7 +12093,7 @@ struct BurnDriver BurnDrvmd_fengkuan = { // Feng Shen Ying Jie Chuan (Chi) static struct BurnRomInfo md_fengshenRomDesc[] = { - { "feng shen ying jie chuan (chi) (unl).bin", 0x200000, 0x6a382b60, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "feng shen ying jie chuan (chi) (unl).bin", 0x200000, 0x6a382b60, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_fengshen) @@ -12111,7 +12111,7 @@ struct BurnDriver BurnDrvmd_fengshen = { // Feng Shen Ying Jie Zhuan (Chi, Alt?) static struct BurnRomInfo md_fengshenaRomDesc[] = { - { "unknown chinese game 1 (chi).bin", 0x200000, 0xdfacb9ff, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "unknown chinese game 1 (chi).bin", 0x200000, 0xdfacb9ff, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_fengshena) @@ -12129,7 +12129,7 @@ struct BurnDriver BurnDrvmd_fengshena = { // Férias Frustradas do Pica-Pau (Bra) static struct BurnRomInfo md_feriasRomDesc[] = { - { "ferias frustradas do pica-pau (bra).bin", 0x100000, 0x7b2e416d, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "ferias frustradas do pica-pau (bra).bin", 0x100000, 0x7b2e416d, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_ferias) @@ -12147,7 +12147,7 @@ struct BurnDriver BurnDrvmd_ferias = { // Ferrari Grand Prix Challenge (Prototype) static struct BurnRomInfo md_ferraripRomDesc[] = { - { "ferrari grand prix challenge (beta).bin", 0x100000, 0xd48d02d4, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "ferrari grand prix challenge (beta).bin", 0x100000, 0xd48d02d4, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_ferrarip) @@ -12165,7 +12165,7 @@ struct BurnDriver BurnDrvmd_ferrarip = { // Ferrari Grand Prix Challenge (USA) static struct BurnRomInfo md_ferrariuRomDesc[] = { - { "ferrari grand prix challenge (usa).bin", 0x100000, 0xf73f6bec, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "ferrari grand prix challenge (usa).bin", 0x100000, 0xf73f6bec, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_ferrariu) @@ -12183,7 +12183,7 @@ struct BurnDriver BurnDrvmd_ferrariu = { // Fever Pitch Soccer (Euro) static struct BurnRomInfo md_feverpitRomDesc[] = { - { "fever pitch soccer (euro).bin", 0x200000, 0xfac29677, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "fever pitch soccer (euro).bin", 0x200000, 0xfac29677, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_feverpit) @@ -12201,7 +12201,7 @@ struct BurnDriver BurnDrvmd_feverpit = { // Head-On Soccer (USA) static struct BurnRomInfo md_headonRomDesc[] = { - { "head-on soccer (usa).bin", 0x200000, 0xdcffa327, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "head-on soccer (usa).bin", 0x200000, 0xdcffa327, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_headon) @@ -12219,7 +12219,7 @@ struct BurnDriver BurnDrvmd_headon = { // Fido Dido (USA, Prototype) static struct BurnRomInfo md_fidodidoRomDesc[] = { - { "fido dido (usa) (prototype).bin", 0x100000, 0xc6d4a240, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "fido dido (usa) (prototype).bin", 0x100000, 0xc6d4a240, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_fidodido) @@ -12237,7 +12237,7 @@ struct BurnDriver BurnDrvmd_fidodido = { // FIFA International Soccer (Euro, USA) static struct BurnRomInfo md_fifaRomDesc[] = { - { "soccer10.bin", 0x200000, 0xbddbb763, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "soccer10.bin", 0x200000, 0xbddbb763, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_fifa) @@ -12255,7 +12255,7 @@ struct BurnDriver BurnDrvmd_fifa = { // Futbol Argentino 98 - Pasion de Multitudes (Pirate) static struct BurnRomInfo md_futbolRomDesc[] = { - { "futbol argentino 98 - pasion de multitudes (unl).bin", 0x200000, 0x5c015888, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "futbol argentino 98 - pasion de multitudes (unl).bin", 0x200000, 0x5c015888, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_futbol) @@ -12273,7 +12273,7 @@ struct BurnDriver BurnDrvmd_futbol = { // FIFA Soccer 96 (Euro, USA) static struct BurnRomInfo md_fifa96RomDesc[] = { - { "fifa01.bin", 0x200000, 0xbad30ffa, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "fifa01.bin", 0x200000, 0xbad30ffa, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_fifa96) @@ -12291,7 +12291,7 @@ struct BurnDriver BurnDrvmd_fifa96 = { // FIFA Soccer 99 (Pirate) static struct BurnRomInfo md_fifa99RomDesc[] = { - { "fifa soccer 99 (pirate) (unl).bin", 0x200000, 0xc5c5a4b0, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "fifa soccer 99 (pirate) (unl).bin", 0x200000, 0xc5c5a4b0, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_fifa99) @@ -12309,7 +12309,7 @@ struct BurnDriver BurnDrvmd_fifa99 = { // FIFA Soccer 2000 Gold Edition (Pirate) static struct BurnRomInfo md_fifa2kRomDesc[] = { - { "fifa soccer 2000 gold edition (pirate) (unl).bin", 0x200000, 0x647df504, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "fifa soccer 2000 gold edition (pirate) (unl).bin", 0x200000, 0x647df504, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_fifa2k) @@ -12327,7 +12327,7 @@ struct BurnDriver BurnDrvmd_fifa2k = { // FIFA 98 - Road to World Cup (Euro) static struct BurnRomInfo md_fifa98RomDesc[] = { - { "fifa 98 - road to world cup (euro).bin", 0x200000, 0x96947f57, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "fifa 98 - road to world cup (euro).bin", 0x200000, 0x96947f57, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_fifa98) @@ -12345,7 +12345,7 @@ struct BurnDriver BurnDrvmd_fifa98 = { // Fighting Masters (USA) static struct BurnRomInfo md_fightmasRomDesc[] = { - { "fighting masters (usa).bin", 0x080000, 0x5f51983b, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "fighting masters (usa).bin", 0x080000, 0x5f51983b, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_fightmas) @@ -12363,7 +12363,7 @@ struct BurnDriver BurnDrvmd_fightmas = { // Fighting Masters (Jpn, Kor) static struct BurnRomInfo md_fightmasjRomDesc[] = { - { "fighting masters (jpn, kor).bin", 0x080000, 0x39be80ec, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "fighting masters (jpn, kor).bin", 0x080000, 0x39be80ec, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_fightmasj) @@ -12381,7 +12381,7 @@ struct BurnDriver BurnDrvmd_fightmasj = { // Final Zone (USA) ~ FZ Senki Axis (Jpn) static struct BurnRomInfo md_fzoneRomDesc[] = { - { "final zone -- fz senki axis (usa, jpn).bin", 0x080000, 0x731fa4a1, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "final zone -- fz senki axis (usa, jpn).bin", 0x080000, 0x731fa4a1, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_fzone) @@ -12399,7 +12399,7 @@ struct BurnDriver BurnDrvmd_fzone = { // Fire Mustang (Jpn) static struct BurnRomInfo md_firemustRomDesc[] = { - { "fire mustang (jpn).bin", 0x080000, 0xeb7e36c3, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "fire mustang (jpn).bin", 0x080000, 0xeb7e36c3, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_firemust) @@ -12417,7 +12417,7 @@ struct BurnDriver BurnDrvmd_firemust = { // Fire Shark (Euro) static struct BurnRomInfo md_fireshrkRomDesc[] = { - { "mpr-14341.bin", 0x080000, 0x2351ce61, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-14341.bin", 0x080000, 0x2351ce61, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_fireshrk) @@ -12435,7 +12435,7 @@ struct BurnDriver BurnDrvmd_fireshrk = { // Fire Shark (USA) static struct BurnRomInfo md_fireshrkuRomDesc[] = { - { "fire shark (usa).bin", 0x080000, 0x570b5024, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "fire shark (usa).bin", 0x080000, 0x570b5024, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_fireshrku) @@ -12453,7 +12453,7 @@ struct BurnDriver BurnDrvmd_fireshrku = { // Fire Shark (USA, Alt) static struct BurnRomInfo md_fireshrku1RomDesc[] = { - { "fire shark (usa) (alt).bin", 0x080000, 0x9c175146, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "fire shark (usa) (alt).bin", 0x080000, 0x9c175146, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_fireshrku1) @@ -12471,7 +12471,7 @@ struct BurnDriver BurnDrvmd_fireshrku1 = { // Same! Same! Same! (Jpn) static struct BurnRomInfo md_samesameRomDesc[] = { - { "mpr-13301.bin", 0x080000, 0x77bbd841, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-13301.bin", 0x080000, 0x77bbd841, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_samesame) @@ -12489,7 +12489,7 @@ struct BurnDriver BurnDrvmd_samesame = { // Flashback (Euro, Rev. A) static struct BurnRomInfo md_flashbRomDesc[] = { - { "mpr-15410a.bin", 0x180000, 0x6f311c83, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-15410a.bin", 0x180000, 0x6f311c83, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_flashb) @@ -12507,7 +12507,7 @@ struct BurnDriver BurnDrvmd_flashb = { // Flashback (Jpn) static struct BurnRomInfo md_flashbjRomDesc[] = { - { "flashback (jpn).bin", 0x180000, 0xb790e3b4, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "flashback (jpn).bin", 0x180000, 0xb790e3b4, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_flashbj) @@ -12525,7 +12525,7 @@ struct BurnDriver BurnDrvmd_flashbj = { // Flashback - The Quest for Identity (USA) static struct BurnRomInfo md_flashbuRomDesc[] = { - { "flashback - the quest for identity (usa).bin", 0x180000, 0x23a9616d, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "flashback - the quest for identity (usa).bin", 0x180000, 0x23a9616d, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_flashbu) @@ -12543,7 +12543,7 @@ struct BurnDriver BurnDrvmd_flashbu = { // Flashback - The Quest for Identity (USA, Alt) static struct BurnRomInfo md_flashbu1RomDesc[] = { - { "flashback - the quest for identity (usa) (alt).bin", 0x180000, 0x33cd2b65, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "flashback - the quest for identity (usa) (alt).bin", 0x180000, 0x33cd2b65, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_flashbu1) @@ -12561,7 +12561,7 @@ struct BurnDriver BurnDrvmd_flashbu1 = { // Flash Point (Jpn, Prototype) static struct BurnRomInfo md_flashpRomDesc[] = { - { "flash point (japan) (proto).bin", 0x020000, 0x0655074d, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "flash point (japan) (proto).bin", 0x020000, 0x0655074d, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_flashp) @@ -12579,7 +12579,7 @@ struct BurnDriver BurnDrvmd_flashp = { // Flicky (Euro, USA) static struct BurnRomInfo md_flickyRomDesc[] = { - { "flicky (euro, usa).bin", 0x020000, 0x4291c8ab, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "flicky (euro, usa).bin", 0x020000, 0x4291c8ab, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_flicky) @@ -12597,7 +12597,7 @@ struct BurnDriver BurnDrvmd_flicky = { // Flink (Euro) static struct BurnRomInfo md_flinkRomDesc[] = { - { "flink (euro).bin", 0x100000, 0xbef9a4f4, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "flink (euro).bin", 0x100000, 0xbef9a4f4, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_flink) @@ -12615,7 +12615,7 @@ struct BurnDriver BurnDrvmd_flink = { // The Flintstones (Euro) static struct BurnRomInfo md_flintRomDesc[] = { - { "flintstones, the (euro).bin", 0x080000, 0x21845d61, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "flintstones, the (euro).bin", 0x080000, 0x21845d61, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_flint) @@ -12633,7 +12633,7 @@ struct BurnDriver BurnDrvmd_flint = { // The Flintstones (Jpn) static struct BurnRomInfo md_flintjRomDesc[] = { - { "flintstone (jpn).bin", 0x080000, 0x920a3031, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "flintstone (jpn).bin", 0x080000, 0x920a3031, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_flintj) @@ -12651,7 +12651,7 @@ struct BurnDriver BurnDrvmd_flintj = { // The Flintstones (USA) static struct BurnRomInfo md_flintuRomDesc[] = { - { "flintstones, the (usa).bin", 0x080000, 0x7c982c59, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "flintstones, the (usa).bin", 0x080000, 0x7c982c59, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_flintu) @@ -12669,7 +12669,7 @@ struct BurnDriver BurnDrvmd_flintu = { // Foreman for Real (World) static struct BurnRomInfo md_foremanRomDesc[] = { - { "foreman for real (world).bin", 0x300000, 0x36248f90, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "foreman for real (world).bin", 0x300000, 0x36248f90, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_foreman) @@ -12687,7 +12687,7 @@ struct BurnDriver BurnDrvmd_foreman = { // Forgotten Worlds (World, v1.1) static struct BurnRomInfo md_forgottnRomDesc[] = { - { "forgotten worlds (world) (v1.1).bin", 0x080000, 0x95513985, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "forgotten worlds (world) (v1.1).bin", 0x080000, 0x95513985, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_forgottn) @@ -12705,7 +12705,7 @@ struct BurnDriver BurnDrvmd_forgottn = { // Forgotten Worlds (World) static struct BurnRomInfo md_forgottn1RomDesc[] = { - { "mpr-12672.bin", 0x080000, 0xd0ee6434, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-12672.bin", 0x080000, 0xd0ee6434, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_forgottn1) @@ -12723,7 +12723,7 @@ struct BurnDriver BurnDrvmd_forgottn1 = { // Mary Shelley's Frankenstein (USA) static struct BurnRomInfo md_frankenRomDesc[] = { - { "mary shelley's frankenstein (usa).bin", 0x200000, 0x48993dc3, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mary shelley's frankenstein (usa).bin", 0x200000, 0x48993dc3, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_franken) @@ -12741,7 +12741,7 @@ struct BurnDriver BurnDrvmd_franken = { // Frank Thomas Big Hurt Baseball (Euro, USA) static struct BurnRomInfo md_bighurtRomDesc[] = { - { "frank thomas big hurt baseball (euro, usa).bin", 0x400000, 0x863e0950, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "frank thomas big hurt baseball (euro, usa).bin", 0x400000, 0x863e0950, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_bighurt) @@ -12759,7 +12759,7 @@ struct BurnDriver BurnDrvmd_bighurt = { // Frogger (USA) static struct BurnRomInfo md_froggerRomDesc[] = { - { "frogger (usa).bin", 0x080000, 0xea2e48c0, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "frogger (usa).bin", 0x080000, 0xea2e48c0, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_frogger) @@ -12777,7 +12777,7 @@ struct BurnDriver BurnDrvmd_frogger = { // Fun 'N Games (Euro) static struct BurnRomInfo md_funngameRomDesc[] = { - { "fun 'n' games (euro).bin", 0x100000, 0xda4ab3cd, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "fun 'n' games (euro).bin", 0x100000, 0xda4ab3cd, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_funngame) @@ -12795,7 +12795,7 @@ struct BurnDriver BurnDrvmd_funngame = { // Fun 'N' Games (USA) static struct BurnRomInfo md_funngameuRomDesc[] = { - { "fun 'n' games (usa).bin", 0x100000, 0xb5ae351d, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "fun 'n' games (usa).bin", 0x100000, 0xb5ae351d, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_funngameu) @@ -12813,7 +12813,7 @@ struct BurnDriver BurnDrvmd_funngameu = { // Fun Car Rally (USA, Prototype) static struct BurnRomInfo md_funcarRomDesc[] = { - { "fun car rally (usa) (prototype).bin", 0x100000, 0x42e27845, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "fun car rally (usa) (prototype).bin", 0x100000, 0x42e27845, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_funcar) @@ -12831,7 +12831,7 @@ struct BurnDriver BurnDrvmd_funcar = { // G-LOC Air Battle (World) static struct BurnRomInfo md_glocRomDesc[] = { - { "mpr-15326.bin", 0x100000, 0xf2af886e, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-15326.bin", 0x100000, 0xf2af886e, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_gloc) @@ -12849,7 +12849,7 @@ struct BurnDriver BurnDrvmd_gloc = { // G-LOC Air Battle (World, Prototype) static struct BurnRomInfo md_glocpRomDesc[] = { - { "g-loc air battle (world) (beta).bin", 0x100000, 0x175c7e63, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "g-loc air battle (world) (beta).bin", 0x100000, 0x175c7e63, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_glocp) @@ -12867,7 +12867,7 @@ struct BurnDriver BurnDrvmd_glocp = { // Gadget Twins (USA) static struct BurnRomInfo md_gadgetRomDesc[] = { - { "gadget twins (usa).bin", 0x100000, 0x7ae5e248, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "gadget twins (usa).bin", 0x100000, 0x7ae5e248, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_gadget) @@ -12885,7 +12885,7 @@ struct BurnDriver BurnDrvmd_gadget = { // Gaiares (Jpn, USA) static struct BurnRomInfo md_gaiaresRomDesc[] = { - { "gaiares (usa, jpn).bin", 0x100000, 0x5d8bf68b, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "gaiares (usa, jpn).bin", 0x100000, 0x5d8bf68b, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_gaiares) @@ -12903,7 +12903,7 @@ struct BurnDriver BurnDrvmd_gaiares = { // Gain Ground (World) static struct BurnRomInfo md_ggroundRomDesc[] = { - { "gain ground (world).bin", 0x080000, 0x8641a2ab, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "gain ground (world).bin", 0x080000, 0x8641a2ab, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_gground) @@ -12921,7 +12921,7 @@ struct BurnDriver BurnDrvmd_gground = { // Gain Ground (World, Alt) static struct BurnRomInfo md_gground1RomDesc[] = { - { "gain ground (world) (alt).bin", 0x080000, 0x83e7b8ae, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "gain ground (world) (alt).bin", 0x080000, 0x83e7b8ae, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_gground1) @@ -12939,7 +12939,7 @@ struct BurnDriver BurnDrvmd_gground1 = { // Galaxy Force II (World) static struct BurnRomInfo md_gforce2aRomDesc[] = { - { "galaxy force ii (world).bin", 0x100000, 0xcae883c5, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "galaxy force ii (world).bin", 0x100000, 0xcae883c5, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_gforce2a) @@ -12957,7 +12957,7 @@ struct BurnDriver BurnDrvmd_gforce2a = { // Gambler Jikochuushinha - Katayama Masayuki no Mahjong Doujou (Jpn) static struct BurnRomInfo md_gamblerRomDesc[] = { - { "gambler jiko chuushinha - katayama masayuki no mahjong doujou (jpn).bin", 0x080000, 0x05650b7a, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "gambler jiko chuushinha - katayama masayuki no mahjong doujou (jpn).bin", 0x080000, 0x05650b7a, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_gambler) @@ -12975,7 +12975,7 @@ struct BurnDriver BurnDrvmd_gambler = { // Game no Kandume Otokuyou (Jpn) static struct BurnRomInfo md_gamenkoRomDesc[] = { - { "game no kandume otokuyou (jpn).bin", 0x300000, 0xcdad7e6b, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "game no kandume otokuyou (jpn).bin", 0x300000, 0xcdad7e6b, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_gamenko) @@ -12993,7 +12993,7 @@ struct BurnDriver BurnDrvmd_gamenko = { // Garfield - Caught in the Act (Euro, USA) static struct BurnRomInfo md_garfieldRomDesc[] = { - { "garfield - caught in the act (euro, usa).bin", 0x200000, 0xf0ff078e, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "garfield - caught in the act (euro, usa).bin", 0x200000, 0xf0ff078e, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_garfield) @@ -13011,7 +13011,7 @@ struct BurnDriver BurnDrvmd_garfield = { // Gargoyles (USA) static struct BurnRomInfo md_gargoyleRomDesc[] = { - { "gargoyles (usa).bin", 0x300000, 0x2d965364, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "gargoyles (usa).bin", 0x300000, 0x2d965364, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_gargoyle) @@ -13029,7 +13029,7 @@ struct BurnDriver BurnDrvmd_gargoyle = { // Gauntlet IV (Euro, USA, 199309) static struct BurnRomInfo md_gauntlt4RomDesc[] = { - { "gauntlet iv (euro, usa) (september 1993).bin", 0x100000, 0xf9d60510, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "gauntlet iv (euro, usa) (september 1993).bin", 0x100000, 0xf9d60510, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_gauntlt4) @@ -13047,7 +13047,7 @@ struct BurnDriver BurnDrvmd_gauntlt4 = { // Gauntlet IV (Euro, USA, 199308) static struct BurnRomInfo md_gauntlt4aRomDesc[] = { - { "gauntlet iv (euro, usa) (august 1993).bin", 0x100000, 0x3bf46dce, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "gauntlet iv (euro, usa) (august 1993).bin", 0x100000, 0x3bf46dce, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_gauntlt4a) @@ -13065,7 +13065,7 @@ struct BurnDriver BurnDrvmd_gauntlt4a = { // Gauntlet (Jpn) static struct BurnRomInfo md_gauntlt4jRomDesc[] = { - { "gauntlet (jpn).bin", 0x100000, 0xf9872055, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "gauntlet (jpn).bin", 0x100000, 0xf9872055, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_gauntlt4j) @@ -13083,7 +13083,7 @@ struct BurnDriver BurnDrvmd_gauntlt4j = { // Gemfire (USA) static struct BurnRomInfo md_gemfireRomDesc[] = { - { "gemfire (usa).bin", 0x100000, 0x3d36135b, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "gemfire (usa).bin", 0x100000, 0x3d36135b, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_gemfire) @@ -13101,7 +13101,7 @@ struct BurnDriver BurnDrvmd_gemfire = { // Royal Blood (Jpn) static struct BurnRomInfo md_royalbldRomDesc[] = { - { "royal blood (jpn).bin", 0x100000, 0x0e0107f1, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "royal blood (jpn).bin", 0x100000, 0x0e0107f1, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_royalbld) @@ -13119,7 +13119,7 @@ struct BurnDriver BurnDrvmd_royalbld = { // General Chaos (Euro, USA) static struct BurnRomInfo md_genchaosRomDesc[] = { - { "general chaos (euro, usa).bin", 0x100000, 0xf1ecc4df, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "general chaos (euro, usa).bin", 0x100000, 0xf1ecc4df, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_genchaos) @@ -13137,7 +13137,7 @@ struct BurnDriver BurnDrvmd_genchaos = { // General Chaos Daikonsen (Jpn) static struct BurnRomInfo md_genchaosjRomDesc[] = { - { "general chaos daikonsen (jpn).bin", 0x100000, 0x05cc7369, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "general chaos daikonsen (jpn).bin", 0x100000, 0x05cc7369, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_genchaosj) @@ -13155,7 +13155,7 @@ struct BurnDriver BurnDrvmd_genchaosj = { // Generations Lost (Euro, USA) static struct BurnRomInfo md_genelostRomDesc[] = { - { "generations lost (euro, usa).bin", 0x100000, 0x131f36a6, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "generations lost (euro, usa).bin", 0x100000, 0x131f36a6, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_genelost) @@ -13173,7 +13173,7 @@ struct BurnDriver BurnDrvmd_genelost = { // Genghis Khan II - Clan of the Gray Wolf (USA) static struct BurnRomInfo md_genghis2RomDesc[] = { - { "genghis khan ii - clan of the gray wolf (usa).bin", 0x100000, 0x87a281ae, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "genghis khan ii - clan of the gray wolf (usa).bin", 0x100000, 0x87a281ae, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_genghis2) @@ -13191,7 +13191,7 @@ struct BurnDriver BurnDrvmd_genghis2 = { // Aoki Ookami to Shiroki Mejika - Genchou Hishi (Jpn) static struct BurnRomInfo md_genchohiRomDesc[] = { - { "aoki ookami to shiroki meshika - genchou hishi (jpn).bin", 0x140000, 0x10be1d93, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "aoki ookami to shiroki meshika - genchou hishi (jpn).bin", 0x140000, 0x10be1d93, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_genchohi) @@ -13209,7 +13209,7 @@ struct BurnDriver BurnDrvmd_genchohi = { // George Foreman's KO Boxing (Euro) static struct BurnRomInfo md_georgekoRomDesc[] = { - { "george foreman's ko boxing (euro).bin", 0x100000, 0xbd556381, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "george foreman's ko boxing (euro).bin", 0x100000, 0xbd556381, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_georgeko) @@ -13227,7 +13227,7 @@ struct BurnDriver BurnDrvmd_georgeko = { // George Foreman's KO Boxing (USA) static struct BurnRomInfo md_georgekouRomDesc[] = { - { "george foreman's ko boxing (usa).bin", 0x100000, 0xe1fdc787, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "george foreman's ko boxing (usa).bin", 0x100000, 0xe1fdc787, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_georgekou) @@ -13245,7 +13245,7 @@ struct BurnDriver BurnDrvmd_georgekou = { // Ghostbusters (World, v1.1) static struct BurnRomInfo md_ghostbstRomDesc[] = { - { "ghostbusters (world) (v1.1).bin", 0x080000, 0x792df93b, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "ghostbusters (world) (v1.1).bin", 0x080000, 0x792df93b, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_ghostbst) @@ -13263,7 +13263,7 @@ struct BurnDriver BurnDrvmd_ghostbst = { // Ghostbusters (World) static struct BurnRomInfo md_ghostbst1RomDesc[] = { - { "ghostbusters (world).bin", 0x080000, 0x00419da3, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "ghostbusters (world).bin", 0x080000, 0x00419da3, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_ghostbst1) @@ -13281,7 +13281,7 @@ struct BurnDriver BurnDrvmd_ghostbst1 = { // Dai Makaimura (Jpn) static struct BurnRomInfo md_daimakaiRomDesc[] = { - { "dai makaimura (jpn).bin", 0x0a0000, 0x5659f379, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "dai makaimura (jpn).bin", 0x0a0000, 0x5659f379, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_daimakai) @@ -13299,7 +13299,7 @@ struct BurnDriver BurnDrvmd_daimakai = { // GleyLancer (Jpn) static struct BurnRomInfo md_gleylancRomDesc[] = { - { "advanced busterhawk gleylancer (jpn).bin", 0x100000, 0x42cf9b5b, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "advanced busterhawk gleylancer (jpn).bin", 0x100000, 0x42cf9b5b, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_gleylanc) @@ -13317,7 +13317,7 @@ struct BurnDriver BurnDrvmd_gleylanc = { // Mick & Mack as the Global Gladiators (Euro) static struct BurnRomInfo md_mickmackRomDesc[] = { - { "mpr-15237.bin", 0x100000, 0x5c218c6a, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-15237.bin", 0x100000, 0x5c218c6a, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_mickmack) @@ -13335,7 +13335,7 @@ struct BurnDriver BurnDrvmd_mickmack = { // Mick & Mack as the Global Gladiators (USA) static struct BurnRomInfo md_mickmackuRomDesc[] = { - { "mick & mack as the global gladiators (usa).bin", 0x100000, 0x40f17bb3, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mick & mack as the global gladiators (usa).bin", 0x100000, 0x40f17bb3, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_mickmacku) @@ -13353,7 +13353,7 @@ struct BurnDriver BurnDrvmd_mickmacku = { // Mick & Mack as the Global Gladiators (USA, Prototype) static struct BurnRomInfo md_mickmackupRomDesc[] = { - { "mick & mack as the global gladiators (usa) (beta).bin", 0x100000, 0x08c2af21, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mick & mack as the global gladiators (usa) (beta).bin", 0x100000, 0x08c2af21, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_mickmackup) @@ -13371,7 +13371,7 @@ struct BurnDriver BurnDrvmd_mickmackup = { // Gods (Euro) static struct BurnRomInfo md_godsRomDesc[] = { - { "gods (euro).bin", 0x100000, 0x6c415016, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "gods (euro).bin", 0x100000, 0x6c415016, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_gods) @@ -13389,7 +13389,7 @@ struct BurnDriver BurnDrvmd_gods = { // Gods (Jpn) static struct BurnRomInfo md_godsjRomDesc[] = { - { "gods (jpn).bin", 0x100000, 0xe4f50206, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "gods (jpn).bin", 0x100000, 0xe4f50206, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_godsj) @@ -13407,7 +13407,7 @@ struct BurnDriver BurnDrvmd_godsj = { // Gods (USA) static struct BurnRomInfo md_godsuRomDesc[] = { - { "gods (usa).bin", 0x100000, 0xfd234ccd, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "gods (usa).bin", 0x100000, 0xfd234ccd, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_godsu) @@ -13425,7 +13425,7 @@ struct BurnDriver BurnDrvmd_godsu = { // Gods (USA, Prototype) static struct BurnRomInfo md_godsupRomDesc[] = { - { "gods (usa) (beta).bin", 0x100000, 0x2c06bb64, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "gods (usa) (beta).bin", 0x100000, 0x2c06bb64, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_godsup) @@ -13443,7 +13443,7 @@ struct BurnDriver BurnDrvmd_godsup = { // Golden Axe (World, v1.1) static struct BurnRomInfo md_goldnaxeRomDesc[] = { - { "golden axe (world) (v1.1).bin", 0x080000, 0x665d7df9, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "golden axe (world) (v1.1).bin", 0x080000, 0x665d7df9, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_goldnaxe) @@ -13461,7 +13461,7 @@ struct BurnDriver BurnDrvmd_goldnaxe = { // Golden Axe (World) static struct BurnRomInfo md_goldnaxe1RomDesc[] = { - { "mpr-12806.bin", 0x080000, 0xe8182b90, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-12806.bin", 0x080000, 0xe8182b90, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_goldnaxe1) @@ -13479,7 +13479,7 @@ struct BurnDriver BurnDrvmd_goldnaxe1 = { // Golden Axe II (World) static struct BurnRomInfo md_goldnax2RomDesc[] = { - { "mpr-14272.bin", 0x080000, 0x725e0a18, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-14272.bin", 0x080000, 0x725e0a18, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_goldnax2) @@ -13497,7 +13497,7 @@ struct BurnDriver BurnDrvmd_goldnax2 = { // Golden Axe II (World, Prototype) static struct BurnRomInfo md_goldnax2pRomDesc[] = { - { "golden axe ii (world) (beta).bin", 0x080000, 0xe62ea1bb, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "golden axe ii (world) (beta).bin", 0x080000, 0xe62ea1bb, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_goldnax2p) @@ -13515,7 +13515,7 @@ struct BurnDriver BurnDrvmd_goldnax2p = { // Golden Axe III (Jpn) static struct BurnRomInfo md_goldnax3RomDesc[] = { - { "golden axe iii (jpn).bin", 0x100000, 0xc7862ea3, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "golden axe iii (jpn).bin", 0x100000, 0xc7862ea3, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_goldnax3) @@ -13533,7 +13533,7 @@ struct BurnDriver BurnDrvmd_goldnax3 = { // Uchuu Senkan Gomora (Jpn) static struct BurnRomInfo md_gomoraRomDesc[] = { - { "uchuu senkan gomora (jpn).bin", 0x100000, 0xc511e8d2, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "uchuu senkan gomora (jpn).bin", 0x100000, 0xc511e8d2, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_gomora) @@ -13551,7 +13551,7 @@ struct BurnDriver BurnDrvmd_gomora = { // Goofy's Hysterical History Tour (USA) static struct BurnRomInfo md_goofyRomDesc[] = { - { "goofy's hysterical history tour (usa).bin", 0x100000, 0x4e1cc833, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "goofy's hysterical history tour (usa).bin", 0x100000, 0x4e1cc833, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_goofy) @@ -13569,7 +13569,7 @@ struct BurnDriver BurnDrvmd_goofy = { // Gouketsuji Ichizoku (Jpn) static struct BurnRomInfo md_gouketsuRomDesc[] = { - { "gouketsuji ichizoku (jpn).bin", 0x300000, 0xabe9c415, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "gouketsuji ichizoku (jpn).bin", 0x300000, 0xabe9c415, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_gouketsu) @@ -13587,7 +13587,7 @@ struct BurnDriver BurnDrvmd_gouketsu = { // Granada (Jpn, USA, v1.1) static struct BurnRomInfo md_granadaRomDesc[] = { - { "granada (usa, jpn) (v1.1).bin", 0x080000, 0xe89d1e66, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "granada (usa, jpn) (v1.1).bin", 0x080000, 0xe89d1e66, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_granada) @@ -13605,7 +13605,7 @@ struct BurnDriver BurnDrvmd_granada = { // Granada (Jpn, USA) static struct BurnRomInfo md_granada1RomDesc[] = { - { "granada (usa, jpn).bin", 0x080000, 0x7f45719b, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "granada (usa, jpn).bin", 0x080000, 0x7f45719b, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_granada1) @@ -13623,7 +13623,7 @@ struct BurnDriver BurnDrvmd_granada1 = { // GrandSlam - The Tennis Tournament (Euro) static struct BurnRomInfo md_grandslRomDesc[] = { - { "mpr-15208.bin", 0x080000, 0x8c2670de, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-15208.bin", 0x080000, 0x8c2670de, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_grandsl) @@ -13641,7 +13641,7 @@ struct BurnDriver BurnDrvmd_grandsl = { // GrandSlam - The Tennis Tournament '92 (Jpn) static struct BurnRomInfo md_grandsljRomDesc[] = { - { "grandslam - the tennis tournament '92 (jpn).bin", 0x080000, 0x30cf37d0, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "grandslam - the tennis tournament '92 (jpn).bin", 0x080000, 0x30cf37d0, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_grandslj) @@ -13659,7 +13659,7 @@ struct BurnDriver BurnDrvmd_grandslj = { // Jennifer Capriati Tennis (USA) static struct BurnRomInfo md_jennifctRomDesc[] = { - { "jennifer capriati tennis (usa).bin", 0x080000, 0xab2abc8e, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "jennifer capriati tennis (usa).bin", 0x080000, 0xab2abc8e, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_jennifct) @@ -13677,7 +13677,7 @@ struct BurnDriver BurnDrvmd_jennifct = { // Great Circus Mystery - Mickey to Minnie Magical Adventure 2 (Jpn) static struct BurnRomInfo md_greatcirjRomDesc[] = { - { "great circus mystery - mickey to minnie magical adventure 2 (jpn).bin", 0x200000, 0x5aa0f3a0, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "great circus mystery - mickey to minnie magical adventure 2 (jpn).bin", 0x200000, 0x5aa0f3a0, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_greatcirj) @@ -13695,7 +13695,7 @@ struct BurnDriver BurnDrvmd_greatcirj = { // The Great Circus Mystery Starring Mickey & Minnie (USA) static struct BurnRomInfo md_mickeycmRomDesc[] = { - { "great circus mystery starring mickey & minnie, the (usa).bin", 0x200000, 0x14744883, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "great circus mystery starring mickey & minnie, the (usa).bin", 0x200000, 0x14744883, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_mickeycm) @@ -13713,7 +13713,7 @@ struct BurnDriver BurnDrvmd_mickeycm = { // The Great Waldo Search (USA) static struct BurnRomInfo md_waldoRomDesc[] = { - { "great waldo search, the (usa).bin", 0x100000, 0x8c5c93b8, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "great waldo search, the (usa).bin", 0x100000, 0x8c5c93b8, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_waldo) @@ -13731,7 +13731,7 @@ struct BurnDriver BurnDrvmd_waldo = { // Greatest Heavyweights (Jpn) static struct BurnRomInfo md_ghwjRomDesc[] = { - { "greatest heavyweights (jpn).bin", 0x200000, 0x7ef8b162, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "greatest heavyweights (jpn).bin", 0x200000, 0x7ef8b162, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_ghwj) @@ -13749,7 +13749,7 @@ struct BurnDriver BurnDrvmd_ghwj = { // Greatest Heavyweights (USA) static struct BurnRomInfo md_ghwuRomDesc[] = { - { "greatest heavyweights (usa).bin", 0x200000, 0x6e3621d5, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "greatest heavyweights (usa).bin", 0x200000, 0x6e3621d5, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_ghwu) @@ -13767,7 +13767,7 @@ struct BurnDriver BurnDrvmd_ghwu = { // Greendog - The Beached Surfer Dude! (Euro, USA) static struct BurnRomInfo md_greendogRomDesc[] = { - { "mpr-14993.bin", 0x080000, 0xc4820a03, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-14993.bin", 0x080000, 0xc4820a03, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_greendog) @@ -13785,7 +13785,7 @@ struct BurnDriver BurnDrvmd_greendog = { // Grind Stormer (USA) static struct BurnRomInfo md_grindstRomDesc[] = { - { "grind stormer (usa).bin", 0x100000, 0x7e6bef15, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "grind stormer (usa).bin", 0x100000, 0x7e6bef15, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_grindst) @@ -13803,7 +13803,7 @@ struct BurnDriver BurnDrvmd_grindst = { // V-Five (Jpn) static struct BurnRomInfo md_vfiveRomDesc[] = { - { "v-v (jpn).bin", 0x100000, 0xad9d0ec0, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "v-v (jpn).bin", 0x100000, 0xad9d0ec0, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_vfive) @@ -13821,7 +13821,7 @@ struct BurnDriver BurnDrvmd_vfive = { // Growl (USA) static struct BurnRomInfo md_growlRomDesc[] = { - { "growl (usa).bin", 0x080000, 0xf60ef143, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "growl (usa).bin", 0x080000, 0xf60ef143, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_growl) @@ -13839,7 +13839,7 @@ struct BurnDriver BurnDrvmd_growl = { // Runark (Jpn, Kor) static struct BurnRomInfo md_runarkRomDesc[] = { - { "runark (jpn, kor).bin", 0x080000, 0x0894d8fb, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "runark (jpn, kor).bin", 0x080000, 0x0894d8fb, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_runark) @@ -13857,7 +13857,7 @@ struct BurnDriver BurnDrvmd_runark = { // Gunship (Euro) static struct BurnRomInfo md_gunshipRomDesc[] = { - { "gunship (euro).bin", 0x100000, 0xda1440c9, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "gunship (euro).bin", 0x100000, 0xda1440c9, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_gunship) @@ -13875,7 +13875,7 @@ struct BurnDriver BurnDrvmd_gunship = { // Gunstar Heroes (Euro) static struct BurnRomInfo md_gunstarRomDesc[] = { - { "gunstar heroes (euro).bin", 0x100000, 0x866ed9d0, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "gunstar heroes (euro).bin", 0x100000, 0x866ed9d0, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_gunstar) @@ -13893,7 +13893,7 @@ struct BurnDriver BurnDrvmd_gunstar = { // Gunstar Heroes (Jpn) static struct BurnRomInfo md_gunstarjRomDesc[] = { - { "gunstar heroes (jpn).bin", 0x100000, 0x1cfd0383, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "gunstar heroes (jpn).bin", 0x100000, 0x1cfd0383, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_gunstarj) @@ -13911,7 +13911,7 @@ struct BurnDriver BurnDrvmd_gunstarj = { // Gunstar Heroes (Jpn, Sample) static struct BurnRomInfo md_gunstarjsRomDesc[] = { - { "gunstar heroes (jpn) (sample).bin", 0x100000, 0x6f90b502, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "gunstar heroes (jpn) (sample).bin", 0x100000, 0x6f90b502, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_gunstarjs) @@ -13929,7 +13929,7 @@ struct BurnDriver BurnDrvmd_gunstarjs = { // Gunstar Heroes (USA) static struct BurnRomInfo md_gunstaruRomDesc[] = { - { "gunstar heroes (usa).bin", 0x100000, 0xb813cf0d, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "gunstar heroes (usa).bin", 0x100000, 0xb813cf0d, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_gunstaru) @@ -13947,7 +13947,7 @@ struct BurnDriver BurnDrvmd_gunstaru = { // Gynoug (Euro) static struct BurnRomInfo md_gynougRomDesc[] = { - { "mpr-14439.bin", 0x080000, 0x03405102, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-14439.bin", 0x080000, 0x03405102, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_gynoug) @@ -13965,7 +13965,7 @@ struct BurnDriver BurnDrvmd_gynoug = { // Gynoug (Jpn) static struct BurnRomInfo md_gynougjRomDesc[] = { - { "gynoug (jpn).bin", 0x080000, 0x1b69241f, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "gynoug (jpn).bin", 0x080000, 0x1b69241f, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_gynougj) @@ -13983,7 +13983,7 @@ struct BurnDriver BurnDrvmd_gynougj = { // Wings of Wor (USA) static struct BurnRomInfo md_wingsworRomDesc[] = { - { "wings of wor (usa).bin", 0x080000, 0x210a2fcd, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "wings of wor (usa).bin", 0x080000, 0x210a2fcd, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_wingswor) @@ -14001,7 +14001,7 @@ struct BurnDriver BurnDrvmd_wingswor = { // Hard Drivin' (World) static struct BurnRomInfo md_harddrivRomDesc[] = { - { "mpr-13489.bin", 0x040000, 0x3225baaf, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-13489.bin", 0x040000, 0x3225baaf, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_harddriv) @@ -14019,7 +14019,7 @@ struct BurnDriver BurnDrvmd_harddriv = { // HardBall '94 (Euro, USA) static struct BurnRomInfo md_hardbl94RomDesc[] = { - { "hardball '94 (euro, usa).bin", 0x200000, 0xea9c4878, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "hardball '94 (euro, usa).bin", 0x200000, 0xea9c4878, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_hardbl94) @@ -14037,7 +14037,7 @@ struct BurnDriver BurnDrvmd_hardbl94 = { // HardBall '95 (USA) static struct BurnRomInfo md_hardbl95RomDesc[] = { - { "hardball '95 (usa).bin", 0x300000, 0xed10bc9e, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "hardball '95 (usa).bin", 0x300000, 0xed10bc9e, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_hardbl95) @@ -14047,7 +14047,7 @@ struct BurnDriver BurnDrvmd_hardbl95 = { "md_hardbl95", NULL, NULL, NULL, "1995", "HardBall '95 (USA)\0", NULL, "Accolade", "Sega Megadrive", NULL, NULL, NULL, NULL, - BDF_GAME_WORKING | BDF_16BIT_ONLY, 2, HARDWARE_SEGA_MEGADRIVE, GBF_MISC, 0, + BDF_GAME_WORKING | BDF_16BIT_ONLY, 2, HARDWARE_SEGA_MEGADRIVE | HARDWARE_SEGA_MEGADRIVE_PCB_SEGA_SRAM, GBF_MISC, 0, MegadriveGetZipName, md_hardbl95RomInfo, md_hardbl95RomName, NULL, NULL, MegadriveInputInfo, MegadriveDIPInfo, MegadriveInit, MegadriveExit, MegadriveFrame, NULL, MegadriveScan, &bMegadriveRecalcPalette, 0x100, 320, 224, 4, 3 @@ -14055,7 +14055,7 @@ struct BurnDriver BurnDrvmd_hardbl95 = { // HardBall III (USA) static struct BurnRomInfo md_hardbal3RomDesc[] = { - { "hardball iii (usa).bin", 0x200000, 0xa4f2f011, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "hardball iii (usa).bin", 0x200000, 0xa4f2f011, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_hardbal3) @@ -14065,7 +14065,7 @@ struct BurnDriver BurnDrvmd_hardbal3 = { "md_hardbal3", NULL, NULL, NULL, "1993", "HardBall III (USA)\0", NULL, "Accolade", "Sega Megadrive", NULL, NULL, NULL, NULL, - BDF_GAME_WORKING | BDF_16BIT_ONLY, 2, HARDWARE_SEGA_MEGADRIVE, GBF_MISC, 0, + BDF_GAME_WORKING | BDF_16BIT_ONLY, 2, HARDWARE_SEGA_MEGADRIVE | HARDWARE_SEGA_MEGADRIVE_PCB_SEGA_SRAM, GBF_MISC, 0, MegadriveGetZipName, md_hardbal3RomInfo, md_hardbal3RomName, NULL, NULL, MegadriveInputInfo, MegadriveDIPInfo, MegadriveInit, MegadriveExit, MegadriveFrame, NULL, MegadriveScan, &bMegadriveRecalcPalette, 0x100, 320, 224, 4, 3 @@ -14073,7 +14073,7 @@ struct BurnDriver BurnDrvmd_hardbal3 = { // HardBall! (USA) static struct BurnRomInfo md_hardballRomDesc[] = { - { "hardball! (usa).bin", 0x100000, 0xbd1b9a04, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "hardball! (usa).bin", 0x100000, 0xbd1b9a04, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_hardball) @@ -14091,7 +14091,7 @@ struct BurnDriver BurnDrvmd_hardball = { // Haunting Starring Polterguy (Euro, USA) static struct BurnRomInfo md_hauntingRomDesc[] = { - { "haunting starring polterguy (euro, usa).bin", 0x200000, 0xc9fc876d, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "haunting starring polterguy (euro, usa).bin", 0x200000, 0xc9fc876d, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_haunting) @@ -14109,7 +14109,7 @@ struct BurnDriver BurnDrvmd_haunting = { // High Seas Havoc (USA) static struct BurnRomInfo md_havocuRomDesc[] = { - { "high seas havoc (usa).bin", 0x100000, 0x17be551c, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "high seas havoc (usa).bin", 0x100000, 0x17be551c, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_havocu) @@ -14127,7 +14127,7 @@ struct BurnDriver BurnDrvmd_havocu = { // Heavy Nova (USA) static struct BurnRomInfo md_heavynovRomDesc[] = { - { "heavy nova (usa).bin", 0x100000, 0xf6b6a9d8, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "heavy nova (usa).bin", 0x100000, 0xf6b6a9d8, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_heavynov) @@ -14145,7 +14145,7 @@ struct BurnDriver BurnDrvmd_heavynov = { // Heavy Unit - Mega Drive Special (Jpn) static struct BurnRomInfo md_hvyunitRomDesc[] = { - { "heavy unit - mega drive special (jpn).bin", 0x080000, 0x1acbe608, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "heavy unit - mega drive special (jpn).bin", 0x080000, 0x1acbe608, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_hvyunit) @@ -14163,7 +14163,7 @@ struct BurnDriver BurnDrvmd_hvyunit = { // Hei Tao 2 - Super Big 2 (Chi) static struct BurnRomInfo md_heitaoRomDesc[] = { - { "hei tao 2 - super big 2 (chi) (unl).bin", 0x100000, 0x31449113, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "hei tao 2 - super big 2 (chi) (unl).bin", 0x100000, 0x31449113, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_heitao) @@ -14181,7 +14181,7 @@ struct BurnDriver BurnDrvmd_heitao = { // Hellfire (Euro) static struct BurnRomInfo md_hellfireRomDesc[] = { - { "mpr-14430.bin", 0x080000, 0xcf30acec, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-14430.bin", 0x080000, 0xcf30acec, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_hellfire) @@ -14199,7 +14199,7 @@ struct BurnDriver BurnDrvmd_hellfire = { // Hellfire (Jpn) static struct BurnRomInfo md_hellfirejRomDesc[] = { - { "hellfire (jpn).bin", 0x080000, 0x8e5e13ba, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "hellfire (jpn).bin", 0x080000, 0x8e5e13ba, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_hellfirej) @@ -14217,7 +14217,7 @@ struct BurnDriver BurnDrvmd_hellfirej = { // Hellfire (USA) static struct BurnRomInfo md_hellfireuRomDesc[] = { - { "hellfire (usa).bin", 0x080000, 0x184018f9, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "hellfire (usa).bin", 0x080000, 0x184018f9, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_hellfireu) @@ -14235,7 +14235,7 @@ struct BurnDriver BurnDrvmd_hellfireu = { // Herzog Zwei (Jpn) static struct BurnRomInfo md_herzogjRomDesc[] = { - { "herzog zwei (jpn).bin", 0x080000, 0x4cf676b3, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "herzog zwei (jpn).bin", 0x080000, 0x4cf676b3, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_herzogj) @@ -14253,7 +14253,7 @@ struct BurnDriver BurnDrvmd_herzogj = { // Hit the Ice (USA) static struct BurnRomInfo md_hiticeRomDesc[] = { - { "hit the ice (usa).bin", 0x080000, 0x85b23606, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "hit the ice (usa).bin", 0x080000, 0x85b23606, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_hitice) @@ -14271,7 +14271,7 @@ struct BurnDriver BurnDrvmd_hitice = { // Home Alone (USA, Prototype) static struct BurnRomInfo md_homeapRomDesc[] = { - { "home alone (usa) (beta).bin", 0x100000, 0x3a235fb9, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "home alone (usa) (beta).bin", 0x100000, 0x3a235fb9, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_homeap) @@ -14289,7 +14289,7 @@ struct BurnDriver BurnDrvmd_homeap = { // Home Alone 2 - Lost in New York (USA) static struct BurnRomInfo md_homea2RomDesc[] = { - { "home alone 2 - lost in new york (usa).bin", 0x080000, 0xcbf87c14, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "home alone 2 - lost in new york (usa).bin", 0x080000, 0xcbf87c14, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_homea2) @@ -14307,7 +14307,7 @@ struct BurnDriver BurnDrvmd_homea2 = { // Honoo no Toukyuuji - Dodge Danpei (Jpn) static struct BurnRomInfo md_ddanpeiRomDesc[] = { - { "mpr-14856.bin", 0x080000, 0x630f07c6, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-14856.bin", 0x080000, 0x630f07c6, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_ddanpei) @@ -14325,7 +14325,7 @@ struct BurnDriver BurnDrvmd_ddanpei = { // Hook (Euro) static struct BurnRomInfo md_hookRomDesc[] = { - { "hook (euro).bin", 0x100000, 0xa154433a, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "hook (euro).bin", 0x100000, 0xa154433a, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_hook) @@ -14343,7 +14343,7 @@ struct BurnDriver BurnDrvmd_hook = { // Hook (USA) static struct BurnRomInfo md_hookuRomDesc[] = { - { "hook (usa).bin", 0x100000, 0x2c48e712, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "hook (usa).bin", 0x100000, 0x2c48e712, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_hooku) @@ -14361,7 +14361,7 @@ struct BurnDriver BurnDrvmd_hooku = { // The Humans (USA) static struct BurnRomInfo md_humansRomDesc[] = { - { "humans, the (usa).bin", 0x100000, 0xa0cf4366, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "humans, the (usa).bin", 0x100000, 0xa0cf4366, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_humans) @@ -14379,7 +14379,7 @@ struct BurnDriver BurnDrvmd_humans = { // Hurricanes (Euro) static struct BurnRomInfo md_hurricanRomDesc[] = { - { "hurricanes (euro).bin", 0x200000, 0xdeccc874, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "hurricanes (euro).bin", 0x200000, 0xdeccc874, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_hurrican) @@ -14397,7 +14397,7 @@ struct BurnDriver BurnDrvmd_hurrican = { // The Hybrid Front (Jpn) static struct BurnRomInfo md_hybridfRomDesc[] = { - { "hybrid front, the (jpn).bin", 0x200000, 0xa1f1cfe7, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "hybrid front, the (jpn).bin", 0x200000, 0xa1f1cfe7, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_hybridf) @@ -14415,7 +14415,7 @@ struct BurnDriver BurnDrvmd_hybridf = { // The Hybrid Front (Jpn, Prototype) static struct BurnRomInfo md_hybridfpRomDesc[] = { - { "hybrid front, the (jpn) (beta).bin", 0x300000, 0x04f02687, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "hybrid front, the (jpn) (beta).bin", 0x300000, 0x04f02687, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_hybridfp) @@ -14433,7 +14433,7 @@ struct BurnDriver BurnDrvmd_hybridfp = { // Hyokkori Hyoutan Jima - Daitouryou o Mezase! (Jpn) static struct BurnRomInfo md_hyokkohjRomDesc[] = { - { "hyokkori hyoutanjima - daitouryou o mezase! (jpn).bin", 0x080000, 0x72253bdb, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "hyokkori hyoutanjima - daitouryou o mezase! (jpn).bin", 0x080000, 0x72253bdb, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_hyokkohj) @@ -14451,7 +14451,7 @@ struct BurnDriver BurnDrvmd_hyokkohj = { // Hyper Dunk (Euro) static struct BurnRomInfo md_hyperdnkRomDesc[] = { - { "hyper dunk (euro).bin", 0x200000, 0xf27c576a, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "hyper dunk (euro).bin", 0x200000, 0xf27c576a, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_hyperdnk) @@ -14469,7 +14469,7 @@ struct BurnDriver BurnDrvmd_hyperdnk = { // Hyper Dunk - The Playoff Edition (Jpn) static struct BurnRomInfo md_hyperdnkjRomDesc[] = { - { "fz009a1.bin", 0x200000, 0x5baf53d7, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "fz009a1.bin", 0x200000, 0x5baf53d7, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_hyperdnkj) @@ -14487,7 +14487,7 @@ struct BurnDriver BurnDrvmd_hyperdnkj = { // Hyper Dunk - The Playoff Edition (Jpn, Prototype) static struct BurnRomInfo md_hyperdnkjpRomDesc[] = { - { "hyper dunk - the playoff edition (jpn) (beta).in", 0x200000, 0xdb124bbb, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "hyper dunk - the playoff edition (jpn) (beta).in", 0x200000, 0xdb124bbb, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_hyperdnkjp) @@ -14505,7 +14505,7 @@ struct BurnDriver BurnDrvmd_hyperdnkjp = { // Double Dribble - The Playoff Edition (USA) static struct BurnRomInfo md_ddribbleRomDesc[] = { - { "double dribble - the playoff edition (usa).bin", 0x200000, 0x8352b1d0, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "double dribble - the playoff edition (usa).bin", 0x200000, 0x8352b1d0, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_ddribble) @@ -14523,7 +14523,7 @@ struct BurnDriver BurnDrvmd_ddribble = { // Hyper Marbles (Jpn, SegaNet) static struct BurnRomInfo md_hypermRomDesc[] = { - { "hyper marbles (jpn) (sn).bin", 0x040000, 0x83bb2799, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "hyper marbles (jpn) (sn).bin", 0x040000, 0x83bb2799, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_hyperm) @@ -14541,7 +14541,7 @@ struct BurnDriver BurnDrvmd_hyperm = { // Hyper Marbles (Jpn, Game no Kandume MegaCD Rip) static struct BurnRomInfo md_hypermgnkRomDesc[] = { - { "hyper marbles (jpn) (gnk).bin", 0x040000, 0x9ed72146, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "hyper marbles (jpn) (gnk).bin", 0x040000, 0x9ed72146, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_hypermgnk) @@ -14559,7 +14559,7 @@ struct BurnDriver BurnDrvmd_hypermgnk = { // IMG International Tour Tennis (Euro, USA) static struct BurnRomInfo md_imgittRomDesc[] = { - { "img international tour tennis (euro, usa).bin", 0x200000, 0xe04ffc2b, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "img international tour tennis (euro, usa).bin", 0x200000, 0xe04ffc2b, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_imgitt) @@ -14577,7 +14577,7 @@ struct BurnDriver BurnDrvmd_imgitt = { // The Immortal (Euro, USA) static struct BurnRomInfo md_immortalRomDesc[] = { - { "immortal, the (euro, usa).bin", 0x100000, 0xf653c508, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "immortal, the (euro, usa).bin", 0x100000, 0xf653c508, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_immortal) @@ -14595,7 +14595,7 @@ struct BurnDriver BurnDrvmd_immortal = { // Wizard of the Immortal (Jpn) static struct BurnRomInfo md_immortaljRomDesc[] = { - { "wizard of the immortal (jpn).bin", 0x200000, 0xc99fad92, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "wizard of the immortal (jpn).bin", 0x200000, 0xc99fad92, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_immortalj) @@ -14613,7 +14613,7 @@ struct BurnDriver BurnDrvmd_immortalj = { // The Incredible Crash Dummies (USA, Prototype) static struct BurnRomInfo md_crashdumpRomDesc[] = { - { "incredible crash dummies, the (usa) (beta).bin", 0x100000, 0x623a920f, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "incredible crash dummies, the (usa) (beta).bin", 0x100000, 0x623a920f, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_crashdump) @@ -14631,7 +14631,7 @@ struct BurnDriver BurnDrvmd_crashdump = { // The Incredible Hulk (Euro, USA) static struct BurnRomInfo md_hulkRomDesc[] = { - { "incredible hulk, the (euro, usa).bin", 0x200000, 0x84a5a2dc, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "incredible hulk, the (euro, usa).bin", 0x200000, 0x84a5a2dc, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_hulk) @@ -14649,7 +14649,7 @@ struct BurnDriver BurnDrvmd_hulk = { // Indiana Jones and the Last Crusade (Euro) static struct BurnRomInfo md_indycrusRomDesc[] = { - { "mpr-15207.bin", 0x100000, 0xeb8f4374, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-15207.bin", 0x100000, 0xeb8f4374, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_indycrus) @@ -14667,7 +14667,7 @@ struct BurnDriver BurnDrvmd_indycrus = { // Indiana Jones and the Last Crusade (USA) static struct BurnRomInfo md_indycrusuRomDesc[] = { - { "indiana jones and the last crusade (usa).bin", 0x100000, 0x3599a3fd, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "indiana jones and the last crusade (usa).bin", 0x100000, 0x3599a3fd, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_indycrusu) @@ -14685,7 +14685,7 @@ struct BurnDriver BurnDrvmd_indycrusu = { // Insector X (USA) static struct BurnRomInfo md_insectxRomDesc[] = { - { "insector x (usa).bin", 0x080000, 0x70626304, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "insector x (usa).bin", 0x080000, 0x70626304, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_insectx) @@ -14703,7 +14703,7 @@ struct BurnDriver BurnDrvmd_insectx = { // Insector X (Jpn, Kor) static struct BurnRomInfo md_insectxjRomDesc[] = { - { "insector x (jpn, kor).bin", 0x080000, 0x9625c434, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "insector x (jpn, kor).bin", 0x080000, 0x9625c434, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_insectxj) @@ -14721,7 +14721,7 @@ struct BurnDriver BurnDrvmd_insectxj = { // Instruments of Chaos Starring Young Indiana Jones (USA) static struct BurnRomInfo md_instchRomDesc[] = { - { "instruments of chaos starring young indiana jones (usa).bin", 0x100000, 0x4e384ef0, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "instruments of chaos starring young indiana jones (usa).bin", 0x100000, 0x4e384ef0, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_instch) @@ -14739,7 +14739,7 @@ struct BurnDriver BurnDrvmd_instch = { // Instruments of Chaos Starring Young Indiana Jones (Prototype) static struct BurnRomInfo md_instchp1RomDesc[] = { - { "instruments of chaos starring young indiana jones (usa) (beta).bin", 0x180000, 0xad6c2050, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "instruments of chaos starring young indiana jones (usa) (beta).bin", 0x180000, 0xad6c2050, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_instchp1) @@ -14757,7 +14757,7 @@ struct BurnDriver BurnDrvmd_instchp1 = { // Instruments of Chaos Starring Young Indiana Jones (Prototype, 19941229) static struct BurnRomInfo md_instchp2RomDesc[] = { - { "instruments of chaos starring young indiana jones (prototype - dec 29, 1994).bin", 0x100000, 0x94b02351, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "instruments of chaos starring young indiana jones (prototype - dec 29, 1994).bin", 0x100000, 0x94b02351, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_instchp2) @@ -14775,7 +14775,7 @@ struct BurnDriver BurnDrvmd_instchp2 = { // Instruments of Chaos Starring Young Indiana Jones (Prototype, 19941228-A) static struct BurnRomInfo md_instchp3RomDesc[] = { - { "instruments of chaos starring young indiana jones (prototype - dec 28, 1994 - a).bin", 0x0ff73c, 0xf285ad46, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "instruments of chaos starring young indiana jones (prototype - dec 28, 1994 - a).bin", 0x0ff73c, 0xf285ad46, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_instchp3) @@ -14793,7 +14793,7 @@ struct BurnDriver BurnDrvmd_instchp3 = { // Instruments of Chaos Starring Young Indiana Jones (Prototype, 19940101) static struct BurnRomInfo md_instchp8RomDesc[] = { - { "instruments of chaos starring young indiana jones (prototype - jan 01, 1994).bin", 0x100000, 0x263f1a4c, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "instruments of chaos starring young indiana jones (prototype - jan 01, 1994).bin", 0x100000, 0x263f1a4c, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_instchp8) @@ -14811,7 +14811,7 @@ struct BurnDriver BurnDrvmd_instchp8 = { // Instruments of Chaos Starring Young Indiana Jones (Prototype, 19940103) static struct BurnRomInfo md_instchp7RomDesc[] = { - { "instruments of chaos starring young indiana jones (prototype - jan 03, 1994).bin", 0x100000, 0x3c46d83d, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "instruments of chaos starring young indiana jones (prototype - jan 03, 1994).bin", 0x100000, 0x3c46d83d, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_instchp7) @@ -14829,7 +14829,7 @@ struct BurnDriver BurnDrvmd_instchp7 = { // Instruments of Chaos Starring Young Indiana Jones (Prototype, 19940126) static struct BurnRomInfo md_instchp6RomDesc[] = { - { "instruments of chaos starring young indiana jones (prototype - jan 26, 1994).bin", 0x100000, 0xf3498542, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "instruments of chaos starring young indiana jones (prototype - jan 26, 1994).bin", 0x100000, 0xf3498542, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_instchp6) @@ -14847,7 +14847,7 @@ struct BurnDriver BurnDrvmd_instchp6 = { // Instruments of Chaos Starring Young Indiana Jones (Prototype, 19940127) static struct BurnRomInfo md_instchp5RomDesc[] = { - { "instruments of chaos starring young indiana jones (prototype - jan 27, 1994).bin", 0x100000, 0xf43112c3, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "instruments of chaos starring young indiana jones (prototype - jan 27, 1994).bin", 0x100000, 0xf43112c3, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_instchp5) @@ -14865,7 +14865,7 @@ struct BurnDriver BurnDrvmd_instchp5 = { // Instruments of Chaos Starring Young Indiana Jones (Prototype, 19940923-A) static struct BurnRomInfo md_instchp4RomDesc[] = { - { "instruments of chaos starring young indiana jones (prototype - sep 23, 1994 - a).bin", 0x0fe3c4, 0x14443a29, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "instruments of chaos starring young indiana jones (prototype - sep 23, 1994 - a).bin", 0x0fe3c4, 0x14443a29, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_instchp4) @@ -14883,7 +14883,7 @@ struct BurnDriver BurnDrvmd_instchp4 = { // Instruments of Chaos Starring Young Indiana Jones (Prototype, 19931228) static struct BurnRomInfo md_instchp9RomDesc[] = { - { "instruments of chaos starring young indiana jones (prototype - dec 28, 1993).bin", 0x100000, 0x51ca641c, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "instruments of chaos starring young indiana jones (prototype - dec 28, 1993).bin", 0x100000, 0x51ca641c, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_instchp9) @@ -14901,7 +14901,7 @@ struct BurnDriver BurnDrvmd_instchp9 = { // International Rugby (Euro) static struct BurnRomInfo md_intrugbyRomDesc[] = { - { "international rugby (euro).bin", 0x080000, 0xd97d1699, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "international rugby (euro).bin", 0x080000, 0xd97d1699, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_intrugby) @@ -14919,7 +14919,7 @@ struct BurnDriver BurnDrvmd_intrugby = { // International Superstar Soccer Deluxe (Euro) static struct BurnRomInfo md_issdxRomDesc[] = { - { "international superstar soccer deluxe (euro).bin", 0x200000, 0x9bb3b180, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "international superstar soccer deluxe (euro).bin", 0x200000, 0x9bb3b180, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_issdx) @@ -14937,7 +14937,7 @@ struct BurnDriver BurnDrvmd_issdx = { // Ronaldinho 98 (Pirate) static struct BurnRomInfo md_dinho98RomDesc[] = { - { "ronaldinho 98 (pirate).bin", 0x200000, 0xdd27c84e, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "ronaldinho 98 (pirate).bin", 0x200000, 0xdd27c84e, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_dinho98) @@ -14955,7 +14955,7 @@ struct BurnDriver BurnDrvmd_dinho98 = { // Ishido - The Way of Stones (USA) static struct BurnRomInfo md_ishidoRomDesc[] = { - { "mb834200a.bin", 0x020000, 0xb1de7d5e, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mb834200a.bin", 0x020000, 0xb1de7d5e, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_ishido) @@ -14973,7 +14973,7 @@ struct BurnDriver BurnDrvmd_ishido = { // It Came from the Desert (USA) static struct BurnRomInfo md_itcameRomDesc[] = { - { "it came from the desert (usa).bin", 0x080000, 0x25afb4f7, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "it came from the desert (usa).bin", 0x080000, 0x25afb4f7, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_itcame) @@ -14991,7 +14991,7 @@ struct BurnDriver BurnDrvmd_itcame = { // The Itchy and Scratchy Game (USA, Prototype) static struct BurnRomInfo md_itchyRomDesc[] = { - { "itchy and scratchy game, the (usa) (prototype).bin", 0x100000, 0x81b7725d, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "itchy and scratchy game, the (usa) (prototype).bin", 0x100000, 0x81b7725d, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_itchy) @@ -15009,7 +15009,7 @@ struct BurnDriver BurnDrvmd_itchy = { // Izzy's Quest for the Olympic Rings (Euro, USA) static struct BurnRomInfo md_izzyqstRomDesc[] = { - { "izzy's quest for the olympic rings (euro, usa).bin", 0x200000, 0x77b416e4, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "izzy's quest for the olympic rings (euro, usa).bin", 0x200000, 0x77b416e4, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_izzyqst) @@ -15027,7 +15027,7 @@ struct BurnDriver BurnDrvmd_izzyqst = { // J. League Pro Striker '93 (Jpn, v1.3) static struct BurnRomInfo md_jlpsRomDesc[] = { - { "j. league pro striker (jpn) (v1.3).bin", 0x100000, 0x2d5b7a11, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "j. league pro striker (jpn) (v1.3).bin", 0x100000, 0x2d5b7a11, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_jlps) @@ -15045,7 +15045,7 @@ struct BurnDriver BurnDrvmd_jlps = { // J. League Pro Striker '93 (Jpn, v1.0) static struct BurnRomInfo md_jlpsaRomDesc[] = { - { "j. league pro striker (jpn) (v1.0).bin", 0x100000, 0xec229156, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "j. league pro striker (jpn) (v1.0).bin", 0x100000, 0xec229156, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_jlpsa) @@ -15063,7 +15063,7 @@ struct BurnDriver BurnDrvmd_jlpsa = { // J. League Pro Striker 2 (Jpn) static struct BurnRomInfo md_jlps2RomDesc[] = { - { "mpr-16857.bin", 0x200000, 0x9fe71002, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-16857.bin", 0x200000, 0x9fe71002, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_jlps2) @@ -15081,7 +15081,7 @@ struct BurnDriver BurnDrvmd_jlps2 = { // Pro Striker Final Stage (Jpn) static struct BurnRomInfo md_prostrfsRomDesc[] = { - { "j. league pro striker final stage (jpn).bin", 0x200000, 0xe35e25fb, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "j. league pro striker final stage (jpn).bin", 0x200000, 0xe35e25fb, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_prostrfs) @@ -15099,7 +15099,7 @@ struct BurnDriver BurnDrvmd_prostrfs = { // J. League Pro Striker Perfect (Jpn) static struct BurnRomInfo md_jlpspRomDesc[] = { - { "mpr-16267.bin", 0x100000, 0x0abed379, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-16267.bin", 0x100000, 0x0abed379, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_jlpsp) @@ -15117,7 +15117,7 @@ struct BurnDriver BurnDrvmd_jlpsp = { // Jack Nicklaus' Power Challenge Golf (Euro, USA) static struct BurnRomInfo md_nicklausRomDesc[] = { - { "jack nicklaus' power challenge golf (euro, usa).bin", 0x100000, 0x5545e909, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "jack nicklaus' power challenge golf (euro, usa).bin", 0x100000, 0x5545e909, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_nicklaus) @@ -15135,7 +15135,7 @@ struct BurnDriver BurnDrvmd_nicklaus = { // James 'Buster' Douglas Knockout Boxing (Euro, USA) static struct BurnRomInfo md_jbdougkoRomDesc[] = { - { "mpr-13262.bin", 0x080000, 0x87bbcf2a, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-13262.bin", 0x080000, 0x87bbcf2a, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_jbdougko) @@ -15153,7 +15153,7 @@ struct BurnDriver BurnDrvmd_jbdougko = { // Final Blow (Jpn) static struct BurnRomInfo md_finalbRomDesc[] = { - { "final blow (jpn).bin", 0x080000, 0x48ad505d, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "final blow (jpn).bin", 0x080000, 0x48ad505d, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_finalb) @@ -15171,7 +15171,7 @@ struct BurnDriver BurnDrvmd_finalb = { // James Bond 007 - The Duel (USA) static struct BurnRomInfo md_jb007uRomDesc[] = { - { "james bond 007 - the duel (usa).bin", 0x080000, 0x4e614548, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "james bond 007 - the duel (usa).bin", 0x080000, 0x4e614548, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_jb007u) @@ -15189,7 +15189,7 @@ struct BurnDriver BurnDrvmd_jb007u = { // James Bond 007 - The Duel (Jpn) static struct BurnRomInfo md_jb007jRomDesc[] = { - { "007 shitou - the duel (jpn).bin", 0x080000, 0xaeb4b262, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "007 shitou - the duel (jpn).bin", 0x080000, 0xaeb4b262, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_jb007j) @@ -15207,7 +15207,7 @@ struct BurnDriver BurnDrvmd_jb007j = { // James Pond II - Codename RoboCod (Jpn, Kor) static struct BurnRomInfo md_robocodjRomDesc[] = { - { "james pond ii - codename robocod (jpn, kor).bin", 0x080000, 0x98794702, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "james pond ii - codename robocod (jpn, kor).bin", 0x080000, 0x98794702, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_robocodj) @@ -15225,7 +15225,7 @@ struct BurnDriver BurnDrvmd_robocodj = { // James Pond 3 - Operation Starfish (Euro, USA) static struct BurnRomInfo md_jpond3RomDesc[] = { - { "james pond 3 - operation starfish (euro, usa).bin", 0x200000, 0x26f64b2a, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "james pond 3 - operation starfish (euro, usa).bin", 0x200000, 0x26f64b2a, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_jpond3) @@ -15243,7 +15243,7 @@ struct BurnDriver BurnDrvmd_jpond3 = { // Jammit (USA) static struct BurnRomInfo md_jammitRomDesc[] = { - { "jammit (usa).bin", 0x200000, 0xd91b52b8, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "jammit (usa).bin", 0x200000, 0xd91b52b8, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_jammit) @@ -15261,7 +15261,7 @@ struct BurnDriver BurnDrvmd_jammit = { // Janou Touryuumon (Jpn) static struct BurnRomInfo md_janoutRomDesc[] = { - { "janou touryuumon (jpn).bin", 0x100000, 0xb5ef97c6, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "janou touryuumon (jpn).bin", 0x100000, 0xb5ef97c6, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_janout) @@ -15279,7 +15279,7 @@ struct BurnDriver BurnDrvmd_janout = { // Jantei Monogatari (Jpn) static struct BurnRomInfo md_janteiRomDesc[] = { - { "jantei monogatari (jpn).bin", 0x100000, 0x8a1b19ad, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "jantei monogatari (jpn).bin", 0x100000, 0x8a1b19ad, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_jantei) @@ -15297,7 +15297,7 @@ struct BurnDriver BurnDrvmd_jantei = { // Jelly Boy (Euro, Prototype) static struct BurnRomInfo md_jellyboyRomDesc[] = { - { "jelly boy (euro) (prototype).bin", 0x100000, 0x7cfadc16, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "jelly boy (euro) (prototype).bin", 0x100000, 0x7cfadc16, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_jellyboy) @@ -15315,7 +15315,7 @@ struct BurnDriver BurnDrvmd_jellyboy = { // Jeopardy! (USA) static struct BurnRomInfo md_jeopardyRomDesc[] = { - { "jeopardy! (usa).bin", 0x080000, 0x56cff3f1, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "jeopardy! (usa).bin", 0x080000, 0x56cff3f1, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_jeopardy) @@ -15333,7 +15333,7 @@ struct BurnDriver BurnDrvmd_jeopardy = { // Jeopardy! Deluxe (USA) static struct BurnRomInfo md_jeoparddRomDesc[] = { - { "jeopardy! deluxe (usa).bin", 0x080000, 0x25e2f9d2, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "jeopardy! deluxe (usa).bin", 0x080000, 0x25e2f9d2, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_jeopardd) @@ -15351,7 +15351,7 @@ struct BurnDriver BurnDrvmd_jeopardd = { // Jeopardy! Sports Edition (USA) static struct BurnRomInfo md_jeopardsRomDesc[] = { - { "jeopardy! sports edition (usa).bin", 0x080000, 0x13f924d2, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "jeopardy! sports edition (usa).bin", 0x080000, 0x13f924d2, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_jeopards) @@ -15369,7 +15369,7 @@ struct BurnDriver BurnDrvmd_jeopards = { // Jerry Glanville's Pigskin Footbrawl (USA) static struct BurnRomInfo md_pigskinfRomDesc[] = { - { "jerry glanville's pigskin footbrawl (usa).bin", 0x100000, 0xe7f48d30, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "jerry glanville's pigskin footbrawl (usa).bin", 0x100000, 0xe7f48d30, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_pigskinf) @@ -15387,7 +15387,7 @@ struct BurnDriver BurnDrvmd_pigskinf = { // Jewel Master (Jpn) static struct BurnRomInfo md_jewelmsjRomDesc[] = { - { "jewel master (jpn).bin", 0x080000, 0x2cf6926c, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "jewel master (jpn).bin", 0x080000, 0x2cf6926c, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_jewelmsj) @@ -15405,7 +15405,7 @@ struct BurnDriver BurnDrvmd_jewelmsj = { // Jim Power - The Arcade Game (USA, Prototype) static struct BurnRomInfo md_jimpowerRomDesc[] = { - { "jim power - the arcade game (usa) (prototype) (bad dump).bin", 0x100000, 0x1cf3238b, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "jim power - the arcade game (usa) (prototype) (bad dump).bin", 0x100000, 0x1cf3238b, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_jimpower) @@ -15423,7 +15423,7 @@ struct BurnDriver BurnDrvmd_jimpower = { // Jimmy White's Whirlwind Snooker (Euro) static struct BurnRomInfo md_jimmywwsRomDesc[] = { - { "jimmy white's whirlwind snooker (euro).bin", 0x080000, 0x0aef5b1f, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "jimmy white's whirlwind snooker (euro).bin", 0x080000, 0x0aef5b1f, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_jimmywws) @@ -15441,7 +15441,7 @@ struct BurnDriver BurnDrvmd_jimmywws = { // Jiu Ji Ma Jiang II - Ye Yan Bian (Chi) static struct BurnRomInfo md_jiujimRomDesc[] = { - { "jiu ji ma jiang ii - ye yan bian (chi) (unl).bin", 0x100000, 0xe9829b22, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "jiu ji ma jiang ii - ye yan bian (chi) (unl).bin", 0x100000, 0xe9829b22, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_jiujim) @@ -15459,7 +15459,7 @@ struct BurnDriver BurnDrvmd_jiujim = { // Joe & Mac (USA) static struct BurnRomInfo md_joemacRomDesc[] = { - { "joe & mac (usa).bin", 0x100000, 0x85bcc1c7, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "joe & mac (usa).bin", 0x100000, 0x85bcc1c7, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_joemac) @@ -15477,7 +15477,7 @@ struct BurnDriver BurnDrvmd_joemac = { // Joe Montana Football (World) static struct BurnRomInfo md_joemontRomDesc[] = { - { "mpr-13654.bin", 0x080000, 0x8aa6a1dd, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-13654.bin", 0x080000, 0x8aa6a1dd, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_joemont) @@ -15495,7 +15495,7 @@ struct BurnDriver BurnDrvmd_joemont = { // Joe Montana II Sports Talk Football (World, Rev. A) static struct BurnRomInfo md_joemont2RomDesc[] = { - { "mpr-14356a.bin", 0x100000, 0xa45da893, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-14356a.bin", 0x100000, 0xa45da893, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_joemont2) @@ -15513,7 +15513,7 @@ struct BurnDriver BurnDrvmd_joemont2 = { // John Madden Football '92 (Euro, USA) static struct BurnRomInfo md_madden92RomDesc[] = { - { "john madden football '92 (euro, usa).bin", 0x080000, 0x046e3945, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "john madden football '92 (euro, usa).bin", 0x080000, 0x046e3945, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_madden92) @@ -15531,7 +15531,7 @@ struct BurnDriver BurnDrvmd_madden92 = { // John Madden Football '93 (Euro, USA) static struct BurnRomInfo md_madden93RomDesc[] = { - { "jmf302.bin", 0x100000, 0xca323b3e, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "jmf302.bin", 0x100000, 0xca323b3e, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_madden93) @@ -15549,7 +15549,7 @@ struct BurnDriver BurnDrvmd_madden93 = { // John Madden Football '93 - Championship Edition (USA) static struct BurnRomInfo md_madd93ceRomDesc[] = { - { "john madden football '93 - championship edition (usa).bin", 0x100000, 0xca534b1a, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "john madden football '93 - championship edition (usa).bin", 0x100000, 0xca534b1a, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_madd93ce) @@ -15567,7 +15567,7 @@ struct BurnDriver BurnDrvmd_madd93ce = { // John Madden Football (Euro, USA) static struct BurnRomInfo md_maddenRomDesc[] = { - { "john madden football (euro, usa).bin", 0x080000, 0x90fb8818, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "john madden football (euro, usa).bin", 0x080000, 0x90fb8818, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_madden) @@ -15585,7 +15585,7 @@ struct BurnDriver BurnDrvmd_madden = { // John Madden Football - Pro Football (Jpn) static struct BurnRomInfo md_maddenjRomDesc[] = { - { "john madden football - pro football (jpn).bin", 0x080000, 0x0460611c, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "john madden football - pro football (jpn).bin", 0x080000, 0x0460611c, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_maddenj) @@ -15603,7 +15603,7 @@ struct BurnDriver BurnDrvmd_maddenj = { // Super One on One - Jordan Vs Bird (Euro, USA, v1.1) static struct BurnRomInfo md_jordanbRomDesc[] = { - { "jordan vs bird (euro, usa) (v1.1).bin", 0x080000, 0x4d3ddd7c, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "jordan vs bird (euro, usa) (v1.1).bin", 0x080000, 0x4d3ddd7c, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_jordanb) @@ -15621,7 +15621,7 @@ struct BurnDriver BurnDrvmd_jordanb = { // Super One on One - Jordan Vs Bird (Euro, USA) static struct BurnRomInfo md_jordanb1RomDesc[] = { - { "jordan vs bird (euro, usa).bin", 0x080000, 0x22d77e6d, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "jordan vs bird (euro, usa).bin", 0x080000, 0x22d77e6d, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_jordanb1) @@ -15639,7 +15639,7 @@ struct BurnDriver BurnDrvmd_jordanb1 = { // Super One on One - Jordan Vs Bird (Jpn) static struct BurnRomInfo md_jordanbjRomDesc[] = { - { "jordan vs bird - one on one (jpn).bin", 0x080000, 0x8837e896, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "jordan vs bird - one on one (jpn).bin", 0x080000, 0x8837e896, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_jordanbj) @@ -15657,7 +15657,7 @@ struct BurnDriver BurnDrvmd_jordanbj = { // Joshua & The Battle of Jericho (USA) static struct BurnRomInfo md_joshuaRomDesc[] = { - { "joshua & the battle of jericho (usa) (unl).bin", 0x040000, 0xda9e25aa, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "joshua & the battle of jericho (usa) (unl).bin", 0x040000, 0xda9e25aa, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_joshua) @@ -15675,7 +15675,7 @@ struct BurnDriver BurnDrvmd_joshua = { // Judge Dredd (World) static struct BurnRomInfo md_jdreddRomDesc[] = { - { "judge dredd (world).bin", 0x200000, 0xea342ed8, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "judge dredd (world).bin", 0x200000, 0xea342ed8, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_jdredd) @@ -15693,7 +15693,7 @@ struct BurnDriver BurnDrvmd_jdredd = { // Judge Dredd (USA, Prototype, Alt) static struct BurnRomInfo md_jdreddp2RomDesc[] = { - { "judge dredd (usa) (beta) (alt).bin", 0x200000, 0xe649f784, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "judge dredd (usa) (beta) (alt).bin", 0x200000, 0xe649f784, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_jdreddp2) @@ -15711,7 +15711,7 @@ struct BurnDriver BurnDrvmd_jdreddp2 = { // Judge Dredd (USA, Prototype) static struct BurnRomInfo md_jdreddp1RomDesc[] = { - { "judge dredd (usa) (beta).bin", 0x200000, 0x8d46f4da, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "judge dredd (usa) (beta).bin", 0x200000, 0x8d46f4da, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_jdreddp1) @@ -15729,7 +15729,7 @@ struct BurnDriver BurnDrvmd_jdreddp1 = { // Junction (Jpn, USA) static struct BurnRomInfo md_junctionRomDesc[] = { - { "junction (usa, jpn).bin", 0x080000, 0x94cdce8d, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "junction (usa, jpn).bin", 0x080000, 0x94cdce8d, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_junction) @@ -15747,7 +15747,7 @@ struct BurnDriver BurnDrvmd_junction = { // Disney's The Jungle Book (Euro) static struct BurnRomInfo md_jungleRomDesc[] = { - { "jungle book, the (euro).bin", 0x200000, 0xb9709a99, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "jungle book, the (euro).bin", 0x200000, 0xb9709a99, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_jungle) @@ -15765,7 +15765,7 @@ struct BurnDriver BurnDrvmd_jungle = { // Disney's The Jungle Book (USA) static struct BurnRomInfo md_jungleuRomDesc[] = { - { "jungle book, the (usa).bin", 0x200000, 0x3fb6d92e, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "jungle book, the (usa).bin", 0x200000, 0x3fb6d92e, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_jungleu) @@ -15783,7 +15783,7 @@ struct BurnDriver BurnDrvmd_jungleu = { // Jungle Strike (Euro, USA) static struct BurnRomInfo md_jstrikeRomDesc[] = { - { "jungle strike (euro, usa).bin", 0x200000, 0xa5d29735, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "jungle strike (euro, usa).bin", 0x200000, 0xa5d29735, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_jstrike) @@ -15801,7 +15801,7 @@ struct BurnDriver BurnDrvmd_jstrike = { // Jungle Strike (USA, Prototype) static struct BurnRomInfo md_jstrikepRomDesc[] = { - { "jungle strike (usa) (beta).bin", 0x200000, 0x0cd540d4, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "jungle strike (usa) (beta).bin", 0x200000, 0x0cd540d4, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_jstrikep) @@ -15819,7 +15819,7 @@ struct BurnDriver BurnDrvmd_jstrikep = { // Jungle Strike - Uketsugareta Kyouki (Jpn) static struct BurnRomInfo md_jstrikejRomDesc[] = { - { "jungle strike - uketsugareta kyouki (jpn).bin", 0x200000, 0xba7a870b, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "jungle strike - uketsugareta kyouki (jpn).bin", 0x200000, 0xba7a870b, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_jstrikej) @@ -15837,7 +15837,7 @@ struct BurnDriver BurnDrvmd_jstrikej = { // Jurassic Park (Euro) static struct BurnRomInfo md_jparkRomDesc[] = { - { "mpr-15679.bin", 0x200000, 0x448341f6, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-15679.bin", 0x200000, 0x448341f6, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_jpark) @@ -15855,7 +15855,7 @@ struct BurnDriver BurnDrvmd_jpark = { // Jurassic Park (Jpn) static struct BurnRomInfo md_jparkjRomDesc[] = { - { "jurassic park (jpn).bin", 0x200000, 0xec8e5783, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "jurassic park (jpn).bin", 0x200000, 0xec8e5783, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_jparkj) @@ -15873,7 +15873,7 @@ struct BurnDriver BurnDrvmd_jparkj = { // Jurassic Park (USA) static struct BurnRomInfo md_jparkuRomDesc[] = { - { "jurassic park (usa).bin", 0x200000, 0x7b31deef, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "jurassic park (usa).bin", 0x200000, 0x7b31deef, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_jparku) @@ -15891,7 +15891,7 @@ struct BurnDriver BurnDrvmd_jparku = { // Jurassic Park (USA, Prototype) static struct BurnRomInfo md_jparkupRomDesc[] = { - { "jurassic park (usa) (beta).bin", 0x200000, 0xcf890eed, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "jurassic park (usa) (beta).bin", 0x200000, 0xcf890eed, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_jparkup) @@ -15909,7 +15909,7 @@ struct BurnDriver BurnDrvmd_jparkup = { // Jurassic Park - Rampage Edition (Euro, USA) static struct BurnRomInfo md_jparkreRomDesc[] = { - { "jurassic park - rampage edition (euro, usa).bin", 0x200000, 0x98b4aa1b, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "jurassic park - rampage edition (euro, usa).bin", 0x200000, 0x98b4aa1b, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_jparkre) @@ -15927,7 +15927,7 @@ struct BurnDriver BurnDrvmd_jparkre = { // Jurassic Park - Rampage Edition (Prototype, 19940708) static struct BurnRomInfo md_jparkrep6RomDesc[] = { - { "jurassic park - rampage edition (prototype - jul 08, 1994).bin", 0x200000, 0xf4c78bd0, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "jurassic park - rampage edition (prototype - jul 08, 1994).bin", 0x200000, 0xf4c78bd0, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_jparkrep6) @@ -15945,7 +15945,7 @@ struct BurnDriver BurnDrvmd_jparkrep6 = { // Jurassic Park - Rampage Edition (Prototype, 19940713) static struct BurnRomInfo md_jparkrep5RomDesc[] = { - { "jurassic park - rampage edition (prototype - jul 13, 1994).bin", 0x200000, 0x8475a105, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "jurassic park - rampage edition (prototype - jul 13, 1994).bin", 0x200000, 0x8475a105, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_jparkrep5) @@ -15963,7 +15963,7 @@ struct BurnDriver BurnDrvmd_jparkrep5 = { // Jurassic Park - Rampage Edition (Prototype, 19940714) static struct BurnRomInfo md_jparkrep4RomDesc[] = { - { "jurassic park - rampage edition (prototype - jul 14, 1994).bin", 0x200000, 0x9bf0e28d, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "jurassic park - rampage edition (prototype - jul 14, 1994).bin", 0x200000, 0x9bf0e28d, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_jparkrep4) @@ -15981,7 +15981,7 @@ struct BurnDriver BurnDrvmd_jparkrep4 = { // Jurassic Park - Rampage Edition (Prototype, 19940715) static struct BurnRomInfo md_jparkrep3RomDesc[] = { - { "jurassic park - rampage edition (prototype - jul 15, 1994).bin", 0x200000, 0xd2202be5, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "jurassic park - rampage edition (prototype - jul 15, 1994).bin", 0x200000, 0xd2202be5, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_jparkrep3) @@ -15999,7 +15999,7 @@ struct BurnDriver BurnDrvmd_jparkrep3 = { // Jurassic Park - Rampage Edition (Prototype, 19940717) static struct BurnRomInfo md_jparkrep2RomDesc[] = { - { "jurassic park - rampage edition (prototype - jul 17, 1994).bin", 0x200000, 0x2eae6140, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "jurassic park - rampage edition (prototype - jul 17, 1994).bin", 0x200000, 0x2eae6140, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_jparkrep2) @@ -16017,7 +16017,7 @@ struct BurnDriver BurnDrvmd_jparkrep2 = { // Jurassic Park - Rampage Edition (Prototype, 19940718) static struct BurnRomInfo md_jparkrep1RomDesc[] = { - { "jurassic park - rampage edition (prototype - jul 18, 1994).bin", 0x200000, 0x1a62b826, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "jurassic park - rampage edition (prototype - jul 18, 1994).bin", 0x200000, 0x1a62b826, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_jparkrep1) @@ -16035,7 +16035,7 @@ struct BurnDriver BurnDrvmd_jparkrep1 = { // Jurassic Park - Rampage Edition (Prototype, 19940620) static struct BurnRomInfo md_jparkrep9RomDesc[] = { - { "jurassic park - rampage edition (prototype - jun 20, 1994).bin", 0x1f6e60, 0x1280fa5c, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "jurassic park - rampage edition (prototype - jun 20, 1994).bin", 0x1f6e60, 0x1280fa5c, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_jparkrep9) @@ -16053,7 +16053,7 @@ struct BurnDriver BurnDrvmd_jparkrep9 = { // Jurassic Park - Rampage Edition (Prototype, 19940622) static struct BurnRomInfo md_jparkrep8RomDesc[] = { - { "jurassic park - rampage edition (prototype - jun 22, 1994).bin", 0x200000, 0x53582f2b, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "jurassic park - rampage edition (prototype - jun 22, 1994).bin", 0x200000, 0x53582f2b, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_jparkrep8) @@ -16071,7 +16071,7 @@ struct BurnDriver BurnDrvmd_jparkrep8 = { // Jurassic Park - Rampage Edition (Prototype, 19940630) static struct BurnRomInfo md_jparkrep7RomDesc[] = { - { "jurassic park - rampage edition (prototype - jun 30, 1994).bin", 0x200000, 0xbff4b396, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "jurassic park - rampage edition (prototype - jun 30, 1994).bin", 0x200000, 0xbff4b396, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_jparkrep7) @@ -16089,7 +16089,7 @@ struct BurnDriver BurnDrvmd_jparkrep7 = { // Justice League Task Force (World) static struct BurnRomInfo md_jleagueRomDesc[] = { - { "justice league task force (world).bin", 0x300000, 0x2a60ebe9, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "justice league task force (world).bin", 0x300000, 0x2a60ebe9, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_jleague) @@ -16107,7 +16107,7 @@ struct BurnDriver BurnDrvmd_jleague = { // Ka-Ge-Ki - Fists of Steel (USA) static struct BurnRomInfo md_kagekiRomDesc[] = { - { "ka-ge-ki - fists of steel (usa).bin", 0x100000, 0xeffc0fa6, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "ka-ge-ki - fists of steel (usa).bin", 0x100000, 0xeffc0fa6, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_kageki) @@ -16125,7 +16125,7 @@ struct BurnDriver BurnDrvmd_kageki = { // Ka-Ge-Ki (Jpn) static struct BurnRomInfo md_kagekijRomDesc[] = { - { "ka-ge-ki (jpn).bin", 0x100000, 0x391866a1, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "ka-ge-ki (jpn).bin", 0x100000, 0x391866a1, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_kagekij) @@ -16143,7 +16143,7 @@ struct BurnDriver BurnDrvmd_kagekij = { // Kawasaki Superbike Challenge (Euro, USA) static struct BurnRomInfo md_kawasakiRomDesc[] = { - { "kawasaki superbike challenge (euro, usa).bin", 0x100000, 0x631cc8e9, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "kawasaki superbike challenge (euro, usa).bin", 0x100000, 0x631cc8e9, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_kawasaki) @@ -16161,7 +16161,7 @@ struct BurnDriver BurnDrvmd_kawasaki = { // Kawasaki Superbike Challenge (USA, Prototype) static struct BurnRomInfo md_kawasakipRomDesc[] = { - { "kawasaki superbike challenge (usa) (beta).bin", 0x100000, 0x55934d1b, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "kawasaki superbike challenge (usa) (beta).bin", 0x100000, 0x55934d1b, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_kawasakip) @@ -16179,7 +16179,7 @@ struct BurnDriver BurnDrvmd_kawasakip = { // Kick Off 3 - European Challenge (Euro) static struct BurnRomInfo md_kickoff3RomDesc[] = { - { "kick off 3 - european challenge (euro).bin", 0x100000, 0xbc37401a, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "kick off 3 - european challenge (euro).bin", 0x100000, 0xbc37401a, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_kickoff3) @@ -16197,7 +16197,7 @@ struct BurnDriver BurnDrvmd_kickoff3 = { // Chameleon Kid (Jpn) static struct BurnRomInfo md_kidchamjRomDesc[] = { - { "chameleon kid (jpn).bin", 0x100000, 0x50217c80, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "chameleon kid (jpn).bin", 0x100000, 0x50217c80, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_kidchamj) @@ -16215,7 +16215,7 @@ struct BurnDriver BurnDrvmd_kidchamj = { // Kidou Keisatsu Patlabor - 98-shiki Kidou Seyo! (Jpn) static struct BurnRomInfo md_patlaborRomDesc[] = { - { "kidou keisatsu patlabor - 98-shiki kidou seyo! (jpn).bin", 0x080000, 0x21a0e749, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "kidou keisatsu patlabor - 98-shiki kidou seyo! (jpn).bin", 0x080000, 0x21a0e749, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_patlabor) @@ -16233,7 +16233,7 @@ struct BurnDriver BurnDrvmd_patlabor = { // Tougiou King Colossus (Jpn) static struct BurnRomInfo md_kingcolRomDesc[] = { - { "mpr-14929.bin", 0x100000, 0xffe7b3c7, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-14929.bin", 0x100000, 0xffe7b3c7, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_kingcol) @@ -16251,7 +16251,7 @@ struct BurnDriver BurnDrvmd_kingcol = { // King of the Monsters (Euro) static struct BurnRomInfo md_kotmRomDesc[] = { - { "king of the monsters (euro).bin", 0x100000, 0x7a94fd49, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "king of the monsters (euro).bin", 0x100000, 0x7a94fd49, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_kotm) @@ -16269,7 +16269,7 @@ struct BurnDriver BurnDrvmd_kotm = { // King of the Monsters (USA) static struct BurnRomInfo md_kotmuRomDesc[] = { - { "king of the monsters (usa).bin", 0x100000, 0xf390d406, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "king of the monsters (usa).bin", 0x100000, 0xf390d406, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_kotmu) @@ -16287,7 +16287,7 @@ struct BurnDriver BurnDrvmd_kotmu = { // King of the Monsters (Jpn) static struct BurnRomInfo md_kotmjRomDesc[] = { - { "king of the monsters (jpn).bin", 0x100000, 0x3af7e74e, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "king of the monsters (jpn).bin", 0x100000, 0x3af7e74e, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_kotmj) @@ -16305,7 +16305,7 @@ struct BurnDriver BurnDrvmd_kotmj = { // King of the Monsters 2 (USA) static struct BurnRomInfo md_kotm2RomDesc[] = { - { "king of the monsters 2 (usa).bin", 0x200000, 0xee1638ac, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "king of the monsters 2 (usa).bin", 0x200000, 0xee1638ac, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_kotm2) @@ -16323,7 +16323,7 @@ struct BurnDriver BurnDrvmd_kotm2 = { // King Salmon - The Big Catch (USA) static struct BurnRomInfo md_kingsalRomDesc[] = { - { "king salmon - the big catch (usa).bin", 0x080000, 0xf516e7d9, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "king salmon - the big catch (usa).bin", 0x080000, 0xf516e7d9, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_kingsal) @@ -16341,7 +16341,7 @@ struct BurnDriver BurnDrvmd_kingsal = { // King Salmon (Jpn) static struct BurnRomInfo md_kingsaljRomDesc[] = { - { "king salmon (jpn).bin", 0x080000, 0x2cfc9f61, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "king salmon (jpn).bin", 0x080000, 0x2cfc9f61, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_kingsalj) @@ -16359,7 +16359,7 @@ struct BurnDriver BurnDrvmd_kingsalj = { // King's Bounty - The Conqueror's Quest (Euro, USA) static struct BurnRomInfo md_kingsbtyRomDesc[] = { - { "king's bounty - the conqueror's quest (euro, usa).bin", 0x080000, 0xaa68a92e, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "king's bounty - the conqueror's quest (euro, usa).bin", 0x080000, 0xaa68a92e, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_kingsbty) @@ -16377,7 +16377,7 @@ struct BurnDriver BurnDrvmd_kingsbty = { // Kishi Densetsu (Jpn) static struct BurnRomInfo md_kishidenRomDesc[] = { - { "kishi densetsu (jpn).bin", 0x180000, 0x22e1f04a, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "kishi densetsu (jpn).bin", 0x180000, 0x22e1f04a, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_kishiden) @@ -16395,7 +16395,7 @@ struct BurnDriver BurnDrvmd_kishiden = { // Kiss Shot (Jpn, SegaNet) static struct BurnRomInfo md_kissshotRomDesc[] = { - { "kiss shot (jpn) (sn).bin", 0x040000, 0xe487088c, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "kiss shot (jpn) (sn).bin", 0x040000, 0xe487088c, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_kissshot) @@ -16413,7 +16413,7 @@ struct BurnDriver BurnDrvmd_kissshot = { // Klax (Euro, USA) static struct BurnRomInfo md_klaxRomDesc[] = { - { "klax (euro, usa).bin", 0x040000, 0x248cd09e, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "klax (euro, usa).bin", 0x040000, 0x248cd09e, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_klax) @@ -16431,7 +16431,7 @@ struct BurnDriver BurnDrvmd_klax = { // Klax (Jpn) static struct BurnRomInfo md_klaxjRomDesc[] = { - { "klax (jpn).bin", 0x040000, 0x1afcc1da, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "klax (jpn).bin", 0x040000, 0x1afcc1da, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_klaxj) @@ -16449,7 +16449,7 @@ struct BurnDriver BurnDrvmd_klaxj = { // Krusty's Super Fun House (Euro, USA, v1.1) static struct BurnRomInfo md_krustyRomDesc[] = { - { "krusty's super fun house (euro, usa) (v1.1).bin", 0x080000, 0x56976261, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "krusty's super fun house (euro, usa) (v1.1).bin", 0x080000, 0x56976261, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_krusty) @@ -16467,7 +16467,7 @@ struct BurnDriver BurnDrvmd_krusty = { // Krusty's Super Fun House (Euro, USA) static struct BurnRomInfo md_krusty1RomDesc[] = { - { "krusty's super fun house (euro, usa).bin", 0x080000, 0xf764005e, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "krusty's super fun house (euro, usa).bin", 0x080000, 0xf764005e, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_krusty1) @@ -16485,7 +16485,7 @@ struct BurnDriver BurnDrvmd_krusty1 = { // Kyuukai Douchuuki (Jpn) static struct BurnRomInfo md_kyukaidkRomDesc[] = { - { "kyuukai douchuuki (jpn).bin", 0x080000, 0xde48dce3, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "kyuukai douchuuki (jpn).bin", 0x080000, 0xde48dce3, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_kyukaidk) @@ -16503,7 +16503,7 @@ struct BurnDriver BurnDrvmd_kyukaidk = { // La Russa Baseball 95 (USA, Oceania) static struct BurnRomInfo md_laruss95RomDesc[] = { - { "la russa baseball 95 (usa, aus).bin", 0x200000, 0x3f848a92, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "la russa baseball 95 (usa, aus).bin", 0x200000, 0x3f848a92, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_laruss95) @@ -16521,7 +16521,7 @@ struct BurnDriver BurnDrvmd_laruss95 = { // Lakers versus Celtics and the NBA Playoffs (USA) static struct BurnRomInfo md_lakersRomDesc[] = { - { "lakers versus celtics and the nba playoffs (usa).bin", 0x080000, 0x0e33fc75, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "lakers versus celtics and the nba playoffs (usa).bin", 0x080000, 0x0e33fc75, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_lakers) @@ -16539,7 +16539,7 @@ struct BurnDriver BurnDrvmd_lakers = { // Landstalker - The Treasures of King Nole (Euro) static struct BurnRomInfo md_landstlkRomDesc[] = { - { "landstalker - the treasures of king nole (euro).bin", 0x200000, 0xe3c65277, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "landstalker - the treasures of king nole (euro).bin", 0x200000, 0xe3c65277, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_landstlk) @@ -16557,7 +16557,7 @@ struct BurnDriver BurnDrvmd_landstlk = { // Landstalker - Die Schätze von König Nolo (Ger) static struct BurnRomInfo md_landstlkgRomDesc[] = { - { "landstalker - die schatze von konig nolo (germany).bin", 0x200000, 0x10fedb8f, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "landstalker - die schatze von konig nolo (germany).bin", 0x200000, 0x10fedb8f, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_landstlkg) @@ -16575,7 +16575,7 @@ struct BurnDriver BurnDrvmd_landstlkg = { // Landstalker - Koutei no Zaihou (Jpn) static struct BurnRomInfo md_landstlkjRomDesc[] = { - { "landstalker - koutei no zaihou (jpn).bin", 0x200000, 0x60d4cedb, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "landstalker - koutei no zaihou (jpn).bin", 0x200000, 0x60d4cedb, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_landstlkj) @@ -16593,7 +16593,7 @@ struct BurnDriver BurnDrvmd_landstlkj = { // Landstalker - The Treasures of King Nole (USA) static struct BurnRomInfo md_landstlkuRomDesc[] = { - { "landstalker (usa).bin", 0x200000, 0xfbbb5b97, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "landstalker (usa).bin", 0x200000, 0xfbbb5b97, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_landstlku) @@ -16611,7 +16611,7 @@ struct BurnDriver BurnDrvmd_landstlku = { // Landstalker - Treasure of King Nole (USA, Prototype) static struct BurnRomInfo md_landstlkupRomDesc[] = { - { "landstalker (usa) (beta).bin", 0x200000, 0x70483d03, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "landstalker (usa) (beta).bin", 0x200000, 0x70483d03, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_landstlkup) @@ -16629,7 +16629,7 @@ struct BurnDriver BurnDrvmd_landstlkup = { // Langrisser (Jpn) static struct BurnRomInfo md_langrissRomDesc[] = { - { "mpr-13845.bin", 0x080000, 0xb6ea5016, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-13845.bin", 0x080000, 0xb6ea5016, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_langriss) @@ -16647,7 +16647,7 @@ struct BurnDriver BurnDrvmd_langriss = { // Langrisser II (Jpn, v1.2) static struct BurnRomInfo md_langris2RomDesc[] = { - { "langrisser ii (jpn) (v1.2).bin", 0x200000, 0x4967c9f9, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "langrisser ii (jpn) (v1.2).bin", 0x200000, 0x4967c9f9, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_langris2) @@ -16665,7 +16665,7 @@ struct BurnDriver BurnDrvmd_langris2 = { // Langrisser II (Jpn, v1.1) static struct BurnRomInfo md_langris2aRomDesc[] = { - { "langrisser ii (jpn) (v1.1).bin", 0x200000, 0x0caa0593, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "langrisser ii (jpn) (v1.1).bin", 0x200000, 0x0caa0593, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_langris2a) @@ -16683,7 +16683,7 @@ struct BurnDriver BurnDrvmd_langris2a = { // Langrisser II (Jpn) static struct BurnRomInfo md_langris2bRomDesc[] = { - { "langrisser ii (jpn).bin", 0x200000, 0x7f891dfc, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "langrisser ii (jpn).bin", 0x200000, 0x7f891dfc, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_langris2b) @@ -16701,7 +16701,7 @@ struct BurnDriver BurnDrvmd_langris2b = { // Last Action Hero (Euro, USA) static struct BurnRomInfo md_lastactRomDesc[] = { - { "last action hero (euro, usa).bin", 0x100000, 0x15357dde, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "last action hero (euro, usa).bin", 0x100000, 0x15357dde, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_lastact) @@ -16719,7 +16719,7 @@ struct BurnDriver BurnDrvmd_lastact = { // Last Battle (Euro, USA, Kor) static struct BurnRomInfo md_lastbtleRomDesc[] = { - { "mpr-12578.bin", 0x080000, 0xbbfaad77, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-12578.bin", 0x080000, 0xbbfaad77, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_lastbtle) @@ -16737,7 +16737,7 @@ struct BurnDriver BurnDrvmd_lastbtle = { // Hokuto no Ken - Shin Seikimatsu Kyuuseishu Densetsu (Jpn) static struct BurnRomInfo md_hokutoRomDesc[] = { - { "hokuto no ken - shin seikimatsu kyuuseishu densetsu (jpn).bin", 0x080000, 0x1b6585e7, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "hokuto no ken - shin seikimatsu kyuuseishu densetsu (jpn).bin", 0x080000, 0x1b6585e7, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_hokuto) @@ -16755,7 +16755,7 @@ struct BurnDriver BurnDrvmd_hokuto = { // The Lawnmower Man (Euro, USA) static struct BurnRomInfo md_lawnmowrRomDesc[] = { - { "lawnmower man, the (euro, usa).bin", 0x100000, 0xa7cacd59, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "lawnmower man, the (euro, usa).bin", 0x100000, 0xa7cacd59, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_lawnmowr) @@ -16773,7 +16773,7 @@ struct BurnDriver BurnDrvmd_lawnmowr = { // Galahad (Euro, USA) static struct BurnRomInfo md_galahadRomDesc[] = { - { "gal01.bin", 0x100000, 0x679557bc, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "gal01.bin", 0x100000, 0x679557bc, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_galahad) @@ -16791,7 +16791,7 @@ struct BurnDriver BurnDrvmd_galahad = { // Lemmings (Euro) static struct BurnRomInfo md_lemmingsRomDesc[] = { - { "mpr-15233.bin", 0x100000, 0x6a1a4579, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-15233.bin", 0x100000, 0x6a1a4579, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_lemmings) @@ -16809,7 +16809,7 @@ struct BurnDriver BurnDrvmd_lemmings = { // Lemmings (Jpn, USA, Kor, v1.1) static struct BurnRomInfo md_lemmingsjuRomDesc[] = { - { "sunsoft_lem8_j.bin", 0x100000, 0x68c70362, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "sunsoft_lem8_j.bin", 0x100000, 0x68c70362, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_lemmingsju) @@ -16827,7 +16827,7 @@ struct BurnDriver BurnDrvmd_lemmingsju = { // Lemmings (Jpn, USA) static struct BurnRomInfo md_lemmingsju1RomDesc[] = { - { "lemmings (usa, jpn).bin", 0x100000, 0xf015c2ad, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "lemmings (usa, jpn).bin", 0x100000, 0xf015c2ad, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_lemmingsju1) @@ -16845,7 +16845,7 @@ struct BurnDriver BurnDrvmd_lemmingsju1 = { // Lemmings 2 - The Tribes (Euro) static struct BurnRomInfo md_lemming2RomDesc[] = { - { "lemmings 2 - the tribes (euro).bin", 0x200000, 0x741eb624, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "lemmings 2 - the tribes (euro).bin", 0x200000, 0x741eb624, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_lemming2) @@ -16863,7 +16863,7 @@ struct BurnDriver BurnDrvmd_lemming2 = { // Lemmings 2 - The Tribes (USA) static struct BurnRomInfo md_lemming2uRomDesc[] = { - { "lemmings 2 - the tribes (usa).bin", 0x200000, 0xde59a3a3, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "lemmings 2 - the tribes (usa).bin", 0x200000, 0xde59a3a3, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_lemming2u) @@ -16881,7 +16881,7 @@ struct BurnDriver BurnDrvmd_lemming2u = { // Lethal Enforcers (Euro) static struct BurnRomInfo md_lethalenRomDesc[] = { - { "lethal enforcers (euro).bin", 0x200000, 0xca2bf99d, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "lethal enforcers (euro).bin", 0x200000, 0xca2bf99d, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_lethalen) @@ -16899,7 +16899,7 @@ struct BurnDriver BurnDrvmd_lethalen = { // Lethal Enforcers (Jpn) static struct BurnRomInfo md_lethalenjRomDesc[] = { - { "fz008.bin", 0x200000, 0xf25f1e49, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "fz008.bin", 0x200000, 0xf25f1e49, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_lethalenj) @@ -16917,7 +16917,7 @@ struct BurnDriver BurnDrvmd_lethalenj = { // Lethal Enforcers (USA) static struct BurnRomInfo md_lethalenuRomDesc[] = { - { "lethal enforcers (usa).bin", 0x200000, 0x51d9a84a, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "lethal enforcers (usa).bin", 0x200000, 0x51d9a84a, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_lethalenu) @@ -16935,7 +16935,7 @@ struct BurnDriver BurnDrvmd_lethalenu = { // Lethal Enforcers II - Gun Fighters (Euro) static struct BurnRomInfo md_le2RomDesc[] = { - { "lethal enforcers ii - gun fighters (euro).bin", 0x200000, 0x4bfe045c, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "lethal enforcers ii - gun fighters (euro).bin", 0x200000, 0x4bfe045c, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_le2) @@ -16953,7 +16953,7 @@ struct BurnDriver BurnDrvmd_le2 = { // Lethal Enforcers II - Gun Fighters (USA) static struct BurnRomInfo md_le2uRomDesc[] = { - { "lethal enforcers ii - gun fighters (usa).bin", 0x200000, 0xe5fdd28b, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "lethal enforcers ii - gun fighters (usa).bin", 0x200000, 0xe5fdd28b, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_le2u) @@ -16971,7 +16971,7 @@ struct BurnDriver BurnDrvmd_le2u = { // LHX Attack Chopper (Euro, USA) static struct BurnRomInfo md_lhxRomDesc[] = { - { "lhx04.bin", 0x100000, 0x70c3428d, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "lhx04.bin", 0x100000, 0x70c3428d, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_lhx) @@ -16989,7 +16989,7 @@ struct BurnDriver BurnDrvmd_lhx = { // LHX Attack Chopper (Jpn) static struct BurnRomInfo md_lhxjRomDesc[] = { - { "lhx attack chopper (jpn).bin", 0x100000, 0x224ff103, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "lhx attack chopper (jpn).bin", 0x100000, 0x224ff103, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_lhxj) @@ -17007,7 +17007,7 @@ struct BurnDriver BurnDrvmd_lhxj = { // Liberty or Death (USA) static struct BurnRomInfo md_libertyRomDesc[] = { - { "liberty or death (usa).bin", 0x200000, 0x2adb0364, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "liberty or death (usa).bin", 0x200000, 0x2adb0364, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_liberty) @@ -17025,7 +17025,7 @@ struct BurnDriver BurnDrvmd_liberty = { // Light Crusader (Jpn) static struct BurnRomInfo md_lightcjRomDesc[] = { - { "light crusader (jpn).bin", 0x200000, 0x237076a4, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "light crusader (jpn).bin", 0x200000, 0x237076a4, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_lightcj) @@ -17043,7 +17043,7 @@ struct BurnDriver BurnDrvmd_lightcj = { // Light Crusader (Kor) static struct BurnRomInfo md_lightckRomDesc[] = { - { "light crusader (kor).bin", 0x200000, 0x6d0cbcb2, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "light crusader (kor).bin", 0x200000, 0x6d0cbcb2, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_lightck) @@ -17061,7 +17061,7 @@ struct BurnDriver BurnDrvmd_lightck = { // Light Crusader (Prototype, 19950608) static struct BurnRomInfo md_lightcpRomDesc[] = { - { "light crusader (prototype - jun 08, 1995).bin", 0x200000, 0xe350ccfa, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "light crusader (prototype - jun 08, 1995).bin", 0x200000, 0xe350ccfa, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_lightcp) @@ -17079,7 +17079,7 @@ struct BurnDriver BurnDrvmd_lightcp = { // Light Crusader (USA) static struct BurnRomInfo md_lightcuRomDesc[] = { - { "light crusader (usa).bin", 0x200000, 0xbeb715dc, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "light crusader (usa).bin", 0x200000, 0xbeb715dc, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_lightcu) @@ -17097,7 +17097,7 @@ struct BurnDriver BurnDrvmd_lightcu = { // The Lion King (World) static struct BurnRomInfo md_lionkingRomDesc[] = { - { "mpr-17270.bin", 0x300000, 0x5696a5bc, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-17270.bin", 0x300000, 0x5696a5bc, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_lionking) @@ -17115,7 +17115,7 @@ struct BurnDriver BurnDrvmd_lionking = { // Lobo (USA, Prototype) static struct BurnRomInfo md_loboRomDesc[] = { - { "lobo (usa) (prototype).bin", 0x300000, 0xb5e09338, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "lobo (usa) (prototype).bin", 0x300000, 0xb5e09338, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_lobo) @@ -17133,7 +17133,7 @@ struct BurnDriver BurnDrvmd_lobo = { // Long (Chi) static struct BurnRomInfo md_longRomDesc[] = { - { "long (chi) (unl).bin", 0x040000, 0x1b86e623, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "long (chi) (unl).bin", 0x040000, 0x1b86e623, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_long) @@ -17151,7 +17151,7 @@ struct BurnDriver BurnDrvmd_long = { // Lord Monarch - Tokoton Sentou Densetsu (Jpn) static struct BurnRomInfo md_lordmonRomDesc[] = { - { "lord monarch - tokoton sentou densetsu (jpn).bin", 0x200000, 0x238bf5db, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "lord monarch - tokoton sentou densetsu (jpn).bin", 0x200000, 0x238bf5db, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_lordmon) @@ -17169,7 +17169,7 @@ struct BurnDriver BurnDrvmd_lordmon = { // The Lost Vikings (Euro) static struct BurnRomInfo md_lostvikRomDesc[] = { - { "lost vikings, the (euro).bin", 0x100000, 0x1f14efc6, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "lost vikings, the (euro).bin", 0x100000, 0x1f14efc6, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_lostvik) @@ -17187,7 +17187,7 @@ struct BurnDriver BurnDrvmd_lostvik = { // The Lost Vikings (Euro, Prototype) static struct BurnRomInfo md_lostvikpRomDesc[] = { - { "lost vikings, the (euro) (beta).bin", 0x100000, 0x17bed25f, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "lost vikings, the (euro) (beta).bin", 0x100000, 0x17bed25f, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_lostvikp) @@ -17205,7 +17205,7 @@ struct BurnDriver BurnDrvmd_lostvikp = { // The Lost Vikings (USA) static struct BurnRomInfo md_lostvikuRomDesc[] = { - { "lost vikings, the (usa).bin", 0x100000, 0x7ba49edb, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "lost vikings, the (usa).bin", 0x100000, 0x7ba49edb, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_lostviku) @@ -17223,7 +17223,7 @@ struct BurnDriver BurnDrvmd_lostviku = { // The Lost World - Jurassic Park (Euro, USA) static struct BurnRomInfo md_lostwrldRomDesc[] = { - { "lost world, the - jurassic park (euro, usa).bin", 0x400000, 0x140a284c, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "lost world, the - jurassic park (euro, usa).bin", 0x400000, 0x140a284c, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_lostwrld) @@ -17241,7 +17241,7 @@ struct BurnDriver BurnDrvmd_lostwrld = { // Lotus II (Euro, USA) static struct BurnRomInfo md_lotus2RomDesc[] = { - { "lot205.bin", 0x100000, 0x1d8ee010, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "lot205.bin", 0x100000, 0x1d8ee010, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_lotus2) @@ -17259,7 +17259,7 @@ struct BurnDriver BurnDrvmd_lotus2 = { // Lotus II (USA, Prototype) static struct BurnRomInfo md_lotus2pRomDesc[] = { - { "lotus ii (usa) (beta).bin", 0x100000, 0x2997b7d4, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "lotus ii (usa) (beta).bin", 0x100000, 0x2997b7d4, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_lotus2p) @@ -17277,7 +17277,7 @@ struct BurnDriver BurnDrvmd_lotus2p = { // M-1 Abrams Battle Tank (Euro, USA) static struct BurnRomInfo md_m1abramsRomDesc[] = { - { "m-1 abrams battle tank (euro, usa).bin", 0x080000, 0x1e2f74cf, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "m-1 abrams battle tank (euro, usa).bin", 0x080000, 0x1e2f74cf, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_m1abrams) @@ -17295,7 +17295,7 @@ struct BurnDriver BurnDrvmd_m1abrams = { // Ma Qiao E Mo Ta - Devilish Mahjong Tower (Chi) static struct BurnRomInfo md_maqiaoRomDesc[] = { - { "ma qiao e mo ta - devilish mahjong tower (chi) (unl).bin", 0x100000, 0x12e35994, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "ma qiao e mo ta - devilish mahjong tower (chi) (unl).bin", 0x100000, 0x12e35994, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_maqiao) @@ -17313,7 +17313,7 @@ struct BurnDriver BurnDrvmd_maqiao = { // Madden NFL '94 (Euro, USA) static struct BurnRomInfo md_madden94RomDesc[] = { - { "madden nfl '94 (euro, usa).bin", 0x200000, 0xd14b811b, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "madden nfl '94 (euro, usa).bin", 0x200000, 0xd14b811b, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_madden94) @@ -17331,7 +17331,7 @@ struct BurnDriver BurnDrvmd_madden94 = { // Madden NFL 95 (Euro, USA) static struct BurnRomInfo md_madden95RomDesc[] = { - { "madden nfl 95 (euro, usa).bin", 0x200000, 0xdb0be0c2, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "madden nfl 95 (euro, usa).bin", 0x200000, 0xdb0be0c2, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_madden95) @@ -17349,7 +17349,7 @@ struct BurnDriver BurnDrvmd_madden95 = { // Madden NFL 96 (Euro, USA) static struct BurnRomInfo md_madden96RomDesc[] = { - { "madden nfl 96 (euro, usa).bin", 0x200000, 0xf126918b, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "madden nfl 96 (euro, usa).bin", 0x200000, 0xf126918b, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_madden96) @@ -17367,7 +17367,7 @@ struct BurnDriver BurnDrvmd_madden96 = { // Madden NFL 97 (Euro, USA) static struct BurnRomInfo md_madden97RomDesc[] = { - { "madden nfl 97 (euro, usa).bin", 0x200000, 0xc4b4e112, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "madden nfl 97 (euro, usa).bin", 0x200000, 0xc4b4e112, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_madden97) @@ -17385,7 +17385,7 @@ struct BurnDriver BurnDrvmd_madden97 = { // Madden NFL 98 (USA) static struct BurnRomInfo md_madden98RomDesc[] = { - { "madden nfl 98 (usa).bin", 0x200000, 0xe051ea62, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "madden nfl 98 (usa).bin", 0x200000, 0xe051ea62, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_madden98) @@ -17403,7 +17403,7 @@ struct BurnDriver BurnDrvmd_madden98 = { // Madou Monogatari I (Jpn) static struct BurnRomInfo md_madoumonRomDesc[] = { - { "madou monogatari i (jpn).bin", 0x200000, 0xdd82c401, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "madou monogatari i (jpn).bin", 0x200000, 0xdd82c401, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_madoumon) @@ -17421,7 +17421,7 @@ struct BurnDriver BurnDrvmd_madoumon = { // Scholastic's The Magic School Bus (USA) static struct BurnRomInfo md_msbRomDesc[] = { - { "magic school bus, the (usa).bin", 0x100000, 0x1a5d4412, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "magic school bus, the (usa).bin", 0x100000, 0x1a5d4412, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_msb) @@ -17439,7 +17439,7 @@ struct BurnDriver BurnDrvmd_msb = { // Scholastic's The Magic School Bus (Prototype, 19950411) static struct BurnRomInfo md_msbp05RomDesc[] = { - { "magic school bus, the (prototype - apr 11, 1995).bin", 0x0fdfbc, 0x883023bc, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "magic school bus, the (prototype - apr 11, 1995).bin", 0x0fdfbc, 0x883023bc, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_msbp05) @@ -17457,7 +17457,7 @@ struct BurnDriver BurnDrvmd_msbp05 = { // Scholastic's The Magic School Bus (Prototype, 19950421) static struct BurnRomInfo md_msbp04RomDesc[] = { - { "magic school bus, the (prototype - apr 21, 1995).bin", 0x0fcfdc, 0x7844b7ad, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "magic school bus, the (prototype - apr 21, 1995).bin", 0x0fcfdc, 0x7844b7ad, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_msbp04) @@ -17475,7 +17475,7 @@ struct BurnDriver BurnDrvmd_msbp04 = { // Scholastic's The Magic School Bus (Prototype, 19950425) static struct BurnRomInfo md_msbp03RomDesc[] = { - { "magic school bus, the (prototype - apr 25, 1995).bin", 0x0fd5e0, 0xb6bd2d87, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "magic school bus, the (prototype - apr 25, 1995).bin", 0x0fd5e0, 0xb6bd2d87, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_msbp03) @@ -17493,7 +17493,7 @@ struct BurnDriver BurnDrvmd_msbp03 = { // Scholastic's The Magic School Bus (Prototype, 19950428) static struct BurnRomInfo md_msbp02RomDesc[] = { - { "magic school bus, the (prototype - apr 28, 1995).bin", 0x0fe89c, 0x9b6bae87, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "magic school bus, the (prototype - apr 28, 1995).bin", 0x0fe89c, 0x9b6bae87, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_msbp02) @@ -17511,7 +17511,7 @@ struct BurnDriver BurnDrvmd_msbp02 = { // The Magic School Bus (Prototype, 19950202) static struct BurnRomInfo md_msbp11RomDesc[] = { - { "magic school bus, the (prototype - feb 02, 1995).bin", 0x100000, 0x7805b5c9, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "magic school bus, the (prototype - feb 02, 1995).bin", 0x100000, 0x7805b5c9, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_msbp11) @@ -17529,7 +17529,7 @@ struct BurnDriver BurnDrvmd_msbp11 = { // The Magic School Bus (Prototype, 19950217) static struct BurnRomInfo md_msbp10RomDesc[] = { - { "magic school bus, the (prototype - feb 17, 1995).bin", 0x0df6bc, 0x2b7a88c0, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "magic school bus, the (prototype - feb 17, 1995).bin", 0x0df6bc, 0x2b7a88c0, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_msbp10) @@ -17547,7 +17547,7 @@ struct BurnDriver BurnDrvmd_msbp10 = { // The Magic School Bus (Prototype, 19950112) static struct BurnRomInfo md_msbp12RomDesc[] = { - { "magic school bus, the (prototype - jan 12, 1995).bin", 0x0eb2e4, 0x946346f9, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "magic school bus, the (prototype - jan 12, 1995).bin", 0x0eb2e4, 0x946346f9, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_msbp12) @@ -17565,7 +17565,7 @@ struct BurnDriver BurnDrvmd_msbp12 = { // The Magic School Bus (Prototype, 19950307) static struct BurnRomInfo md_msbp09RomDesc[] = { - { "magic school bus, the (prototype - mar 07, 1995).bin", 0x0e9aa8, 0x26c71eb8, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "magic school bus, the (prototype - mar 07, 1995).bin", 0x0e9aa8, 0x26c71eb8, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_msbp09) @@ -17583,7 +17583,7 @@ struct BurnDriver BurnDrvmd_msbp09 = { // The Magic School Bus (Prototype, 19950314) static struct BurnRomInfo md_msbp08RomDesc[] = { - { "magic school bus, the (prototype - mar 14, 1995).bin", 0x0f1c30, 0x37a6a1af, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "magic school bus, the (prototype - mar 14, 1995).bin", 0x0f1c30, 0x37a6a1af, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_msbp08) @@ -17601,7 +17601,7 @@ struct BurnDriver BurnDrvmd_msbp08 = { // The Magic School Bus (Prototype, 19950327) static struct BurnRomInfo md_msbp07RomDesc[] = { - { "magic school bus, the (prototype - mar 27, 1995).bin", 0x0f52e8, 0xb065da40, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "magic school bus, the (prototype - mar 27, 1995).bin", 0x0f52e8, 0xb065da40, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_msbp07) @@ -17619,7 +17619,7 @@ struct BurnDriver BurnDrvmd_msbp07 = { // Scholastic's The Magic School Bus (Prototype, 19950331) static struct BurnRomInfo md_msbp06RomDesc[] = { - { "magic school bus, the (prototype - mar 31, 1995).bin", 0x0f93c0, 0xcd788def, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "magic school bus, the (prototype - mar 31, 1995).bin", 0x0f93c0, 0xcd788def, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_msbp06) @@ -17637,7 +17637,7 @@ struct BurnDriver BurnDrvmd_msbp06 = { // Scholastic's The Magic School Bus (Prototype, 19950505) static struct BurnRomInfo md_msbp01RomDesc[] = { - { "magic school bus, the (prototype - may 05, 1995).bin", 0x0fea00, 0xa2315f1c, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "magic school bus, the (prototype - may 05, 1995).bin", 0x0fea00, 0xa2315f1c, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_msbp01) @@ -17655,7 +17655,7 @@ struct BurnDriver BurnDrvmd_msbp01 = { // Magical Hat no Buttobi Turbo! Daibouken (Jpn) static struct BurnRomInfo md_magichatRomDesc[] = { - { "magical hat no buttobi turbo! daibouken (jpn).bin", 0x080000, 0xe43e853d, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "magical hat no buttobi turbo! daibouken (jpn).bin", 0x080000, 0xe43e853d, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_magichat) @@ -17673,7 +17673,7 @@ struct BurnDriver BurnDrvmd_magichat = { // Magical Taruruuto-kun (Jpn) static struct BurnRomInfo md_mtaruruRomDesc[] = { - { "magical taruruuto-kun (jpn).bin", 0x080000, 0xf11060a5, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "magical taruruuto-kun (jpn).bin", 0x080000, 0xf11060a5, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_mtaruru) @@ -17691,7 +17691,7 @@ struct BurnDriver BurnDrvmd_mtaruru = { // Mahjong Cop Ryuu - Shiro Ookami no Yabou (Jpn) static struct BurnRomInfo md_mahjongcRomDesc[] = { - { "mahjong cop ryuu - shiro ookami no yabou (jpn).bin", 0x040000, 0x1ccbc782, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mahjong cop ryuu - shiro ookami no yabou (jpn).bin", 0x040000, 0x1ccbc782, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_mahjongc) @@ -17709,7 +17709,7 @@ struct BurnDriver BurnDrvmd_mahjongc = { // Mamono Hunter Youko - Dai 7 no Keishou (Jpn) static struct BurnRomInfo md_mamonoRomDesc[] = { - { "mamono hunter youko - dai 7 no keishou (jpn).bin", 0x080000, 0x10bb359b, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mamono hunter youko - dai 7 no keishou (jpn).bin", 0x080000, 0x10bb359b, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_mamono) @@ -17727,7 +17727,7 @@ struct BurnDriver BurnDrvmd_mamono = { // S.S. Lucifer - Man Overboard! (Euro) static struct BurnRomInfo md_manoverRomDesc[] = { - { "mdss12c4.bin", 0x100000, 0xcae0e3a6, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mdss12c4.bin", 0x100000, 0xcae0e3a6, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_manover) @@ -17745,7 +17745,7 @@ struct BurnDriver BurnDrvmd_manover = { // Newman Haas IndyCar Featuring Nigel Mansell ~ Nigel Mansell Indy Car (World) static struct BurnRomInfo md_newmanhRomDesc[] = { - { "newman haas indy car featuring nigel mansell -- nigel mansell indy car (world).bin", 0x200000, 0x1233a229, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "newman haas indy car featuring nigel mansell -- nigel mansell indy car (world).bin", 0x200000, 0x1233a229, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_newmanh) @@ -17763,7 +17763,7 @@ struct BurnDriver BurnDrvmd_newmanh = { // Marble Madness (Euro, USA) static struct BurnRomInfo md_marbleRomDesc[] = { - { "mar01.bin", 0x080000, 0x79eba28a, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mar01.bin", 0x080000, 0x79eba28a, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_marble) @@ -17781,7 +17781,7 @@ struct BurnDriver BurnDrvmd_marble = { // Mario Andretti Racing (Euro, USA) static struct BurnRomInfo md_andrettiRomDesc[] = { - { "mario andretti racing (euro, usa).bin", 0x200000, 0x7f1dc0aa, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mario andretti racing (euro, usa).bin", 0x200000, 0x7f1dc0aa, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_andretti) @@ -17799,7 +17799,7 @@ struct BurnDriver BurnDrvmd_andretti = { // Mario Lemieux Hockey (Euro, USA) static struct BurnRomInfo md_mariolhRomDesc[] = { - { "mpr-14376.bin", 0x080000, 0xf664eb6c, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-14376.bin", 0x080000, 0xf664eb6c, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_mariolh) @@ -17817,7 +17817,7 @@ struct BurnDriver BurnDrvmd_mariolh = { // Marko's Magic Football (Euro) static struct BurnRomInfo md_markoRomDesc[] = { - { "mpr-16825.bin", 0x200000, 0x2307b905, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-16825.bin", 0x200000, 0x2307b905, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_marko) @@ -17835,7 +17835,7 @@ struct BurnDriver BurnDrvmd_marko = { // Marko's Magic Football (Euro, Prototype) static struct BurnRomInfo md_markopRomDesc[] = { - { "marko's magic football (euro) (beta).bin", 0x200000, 0x0273e564, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "marko's magic football (euro) (beta).bin", 0x200000, 0x0273e564, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_markop) @@ -17853,7 +17853,7 @@ struct BurnDriver BurnDrvmd_markop = { // Marko (USA) static struct BurnRomInfo md_markouRomDesc[] = { - { "marko's magic football (usa).bin", 0x200000, 0x2b8c8cce, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "marko's magic football (usa).bin", 0x200000, 0x2b8c8cce, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_markou) @@ -17871,7 +17871,7 @@ struct BurnDriver BurnDrvmd_markou = { // Marsupilami (Euro) static struct BurnRomInfo md_marsupRomDesc[] = { - { "marsupilami (euro).bin", 0x200000, 0xe09bbd70, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "marsupilami (euro).bin", 0x200000, 0xe09bbd70, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_marsup) @@ -17889,7 +17889,7 @@ struct BurnDriver BurnDrvmd_marsup = { // Marsupilami (USA) static struct BurnRomInfo md_marsupuRomDesc[] = { - { "marsupilami (usa).bin", 0x200000, 0xc76558df, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "marsupilami (usa).bin", 0x200000, 0xc76558df, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_marsupu) @@ -17907,7 +17907,7 @@ struct BurnDriver BurnDrvmd_marsupu = { // Master of Monsters (USA) static struct BurnRomInfo md_mastermRomDesc[] = { - { "master of monsters (usa).bin", 0x080000, 0x91354820, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "master of monsters (usa).bin", 0x080000, 0x91354820, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_masterm) @@ -17925,7 +17925,7 @@ struct BurnDriver BurnDrvmd_masterm = { // Master of Monsters (Jpn) static struct BurnRomInfo md_mastermjRomDesc[] = { - { "mpr-14120.bin", 0x080000, 0xd51ee8c2, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-14120.bin", 0x080000, 0xd51ee8c2, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_mastermj) @@ -17943,7 +17943,7 @@ struct BurnDriver BurnDrvmd_mastermj = { // Master of Weapon (Jpn) static struct BurnRomInfo md_mweaponRomDesc[] = { - { "master of weapon (jpn).bin", 0x080000, 0x12ad6178, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "master of weapon (jpn).bin", 0x080000, 0x12ad6178, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_mweapon) @@ -17961,7 +17961,7 @@ struct BurnDriver BurnDrvmd_mweapon = { // Maten no Soumetsu (Jpn) static struct BurnRomInfo md_matenRomDesc[] = { - { "maten no soumetsu (jpn).bin", 0x100000, 0xb804a105, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "maten no soumetsu (jpn).bin", 0x100000, 0xb804a105, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_maten) @@ -17979,7 +17979,7 @@ struct BurnDriver BurnDrvmd_maten = { // Math Blaster - Episode 1 (USA) static struct BurnRomInfo md_mathblstRomDesc[] = { - { "math blaster - episode 1 (usa).bin", 0x100000, 0xd055a462, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "math blaster - episode 1 (usa).bin", 0x100000, 0xd055a462, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_mathblst) @@ -17997,7 +17997,7 @@ struct BurnDriver BurnDrvmd_mathblst = { // Mazin Wars (Euro) static struct BurnRomInfo md_mazinwarRomDesc[] = { - { "mazin wars (euro).bin", 0x100000, 0x4b07a105, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mazin wars (euro).bin", 0x100000, 0x4b07a105, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_mazinwar) @@ -18015,7 +18015,7 @@ struct BurnDriver BurnDrvmd_mazinwar = { // Mazin Saga (Asia) static struct BurnRomInfo md_mazinsagaRomDesc[] = { - { "mazin saga (asia).bin", 0x100000, 0x36459b59, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mazin saga (asia).bin", 0x100000, 0x36459b59, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_mazinsaga) @@ -18033,7 +18033,7 @@ struct BurnDriver BurnDrvmd_mazinsaga = { // Mazin Saga (Jpn, Kor) static struct BurnRomInfo md_mazinsagjRomDesc[] = { - { "mazin saga (jpn, kor).bin", 0x100000, 0x45b3a34b, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mazin saga (jpn, kor).bin", 0x100000, 0x45b3a34b, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_mazinsagj) @@ -18051,7 +18051,7 @@ struct BurnDriver BurnDrvmd_mazinsagj = { // Mazin Saga (USA) static struct BurnRomInfo md_mazinsaguRomDesc[] = { - { "mazin saga - mutant fighter (usa).bin", 0x100000, 0x1bd9fef1, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mazin saga - mutant fighter (usa).bin", 0x100000, 0x1bd9fef1, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_mazinsagu) @@ -18069,7 +18069,7 @@ struct BurnDriver BurnDrvmd_mazinsagu = { // McDonald's Treasure Land Adventure (Euro) static struct BurnRomInfo md_mcdonaldRomDesc[] = { - { "mcdonald's treasure land adventure (euro).bin", 0x100000, 0x6ab6a8da, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mcdonald's treasure land adventure (euro).bin", 0x100000, 0x6ab6a8da, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_mcdonald) @@ -18087,7 +18087,7 @@ struct BurnDriver BurnDrvmd_mcdonald = { // McDonald's Treasure Land Adventure (Jpn) static struct BurnRomInfo md_mcdonaldjRomDesc[] = { - { "mcdonald's treasure land adventure (jpn).bin", 0x100000, 0xfebcfd06, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mcdonald's treasure land adventure (jpn).bin", 0x100000, 0xfebcfd06, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_mcdonaldj) @@ -18105,7 +18105,7 @@ struct BurnDriver BurnDrvmd_mcdonaldj = { // McDonald's Treasure Land Adventure (Jpn, Prototype) static struct BurnRomInfo md_mcdonaldjpRomDesc[] = { - { "mcdonald's treasure land adventure (jpn) (beta).bin", 0x100000, 0x7bf477e8, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mcdonald's treasure land adventure (jpn) (beta).bin", 0x100000, 0x7bf477e8, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_mcdonaldjp) @@ -18123,7 +18123,7 @@ struct BurnDriver BurnDrvmd_mcdonaldjp = { // McDonald's Treasure Land Adventure (USA) static struct BurnRomInfo md_mcdonalduRomDesc[] = { - { "mcdonald's treasure land adventure (usa).bin", 0x100000, 0x04ef4899, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mcdonald's treasure land adventure (usa).bin", 0x100000, 0x04ef4899, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_mcdonaldu) @@ -18141,7 +18141,7 @@ struct BurnDriver BurnDrvmd_mcdonaldu = { // Medal City (Jpn, SegaNet) static struct BurnRomInfo md_medalcRomDesc[] = { - { "medal city (jpn) (sn).bin", 0x040000, 0x3ef4135d, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "medal city (jpn) (sn).bin", 0x040000, 0x3ef4135d, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_medalc) @@ -18159,7 +18159,7 @@ struct BurnDriver BurnDrvmd_medalc = { // Mega Bomberman (USA) static struct BurnRomInfo md_megabombuRomDesc[] = { - { "mega bomberman (usa).bin", 0x100000, 0x4bd6667d, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mega bomberman (usa).bin", 0x100000, 0x4bd6667d, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_megabombu) @@ -18177,7 +18177,7 @@ struct BurnDriver BurnDrvmd_megabombu = { // Mega Bomberman - 8 Player Demo static struct BurnRomInfo md_megabm8RomDesc[] = { - { "mega bomberman - 8 player demo (unl).bin", 0x100000, 0xd41c0d81, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mega bomberman - 8 player demo (unl).bin", 0x100000, 0xd41c0d81, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_megabm8) @@ -18195,7 +18195,7 @@ struct BurnDriver BurnDrvmd_megabm8 = { // Mega Games I (Euro) static struct BurnRomInfo md_megaga1RomDesc[] = { - { "mpr-15009.bin", 0x100000, 0xdb753224, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-15009.bin", 0x100000, 0xdb753224, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_megaga1) @@ -18213,7 +18213,7 @@ struct BurnDriver BurnDrvmd_megaga1 = { // Mega Games 2 (Euro) static struct BurnRomInfo md_megaga2RomDesc[] = { - { "mega games 2 (euro).bin", 0x200000, 0x30d59f2f, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mega games 2 (euro).bin", 0x200000, 0x30d59f2f, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_megaga2) @@ -18231,7 +18231,7 @@ struct BurnDriver BurnDrvmd_megaga2 = { // Mega Games 3 (Euro, Asia) static struct BurnRomInfo md_megaga3RomDesc[] = { - { "mega games 3 (euro, asia).bin", 0x200000, 0xb4247d98, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mega games 3 (euro, asia).bin", 0x200000, 0xb4247d98, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_megaga3) @@ -18249,7 +18249,7 @@ struct BurnDriver BurnDrvmd_megaga3 = { // Mega Games 6 Vol. 1 (Euro) static struct BurnRomInfo md_megaga61RomDesc[] = { - { "mpr-18002+mpr18003.bin", 0x300000, 0xb66fb80d, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-18002+mpr18003.bin", 0x300000, 0xb66fb80d, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_megaga61) @@ -18267,7 +18267,7 @@ struct BurnDriver BurnDrvmd_megaga61 = { // Mega Games 6 Vol. 2 (Euro) static struct BurnRomInfo md_megaga62RomDesc[] = { - { "mega games 6 vol. 2 (euro).bin", 0x300000, 0xe8d10db9, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mega games 6 vol. 2 (euro).bin", 0x300000, 0xe8d10db9, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_megaga62) @@ -18285,7 +18285,7 @@ struct BurnDriver BurnDrvmd_megaga62 = { // Mega Games 10 (Bra) static struct BurnRomInfo md_megaga10RomDesc[] = { - { "mega games 10 (bra).bin", 0x400000, 0xc19ae368, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mega games 10 (bra).bin", 0x400000, 0xc19ae368, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_megaga10) @@ -18303,7 +18303,7 @@ struct BurnDriver BurnDrvmd_megaga10 = { // Mega Man - The Wily Wars (Euro) static struct BurnRomInfo md_megamanRomDesc[] = { - { "mega man - the wily wars (euro).bin", 0x200000, 0xdcf6e8b2, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mega man - the wily wars (euro).bin", 0x200000, 0xdcf6e8b2, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_megaman) @@ -18321,7 +18321,7 @@ struct BurnDriver BurnDrvmd_megaman = { // Rockman Mega World (Jpn) static struct BurnRomInfo md_rockmanRomDesc[] = { - { "rockman mega world (jpn).bin", 0x200000, 0x4d87235e, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "rockman mega world (jpn).bin", 0x200000, 0x4d87235e, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_rockman) @@ -18339,7 +18339,7 @@ struct BurnDriver BurnDrvmd_rockman = { // Rockman Mega World (Jpn, Alt) static struct BurnRomInfo md_rockman1RomDesc[] = { - { "rockman mega world (jpn) (alt).bin", 0x200000, 0x85c956ef, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "rockman mega world (jpn) (alt).bin", 0x200000, 0x85c956ef, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_rockman1) @@ -18357,7 +18357,7 @@ struct BurnDriver BurnDrvmd_rockman1 = { // Mega SWIV (Euro) static struct BurnRomInfo md_megaswivRomDesc[] = { - { "mega swiv (euro).bin", 0x100000, 0x78c2f046, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mega swiv (euro).bin", 0x100000, 0x78c2f046, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_megaswiv) @@ -18375,7 +18375,7 @@ struct BurnDriver BurnDrvmd_megaswiv = { // Mega SWIV (Euro, Pirate) static struct BurnRomInfo md_megaswivbRomDesc[] = { - { "mega swiv (euro) (pirate).bin", 0x100000, 0x1ec66bf7, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mega swiv (euro) (pirate).bin", 0x100000, 0x1ec66bf7, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_megaswivb) @@ -18393,7 +18393,7 @@ struct BurnDriver BurnDrvmd_megaswivb = { // Mega Turrican (Euro) static struct BurnRomInfo md_megaturrRomDesc[] = { - { "mega turrican (euro).bin", 0x100000, 0xb1d15d0f, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mega turrican (euro).bin", 0x100000, 0xb1d15d0f, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_megaturr) @@ -18411,7 +18411,7 @@ struct BurnDriver BurnDrvmd_megaturr = { // Mega Turrican (USA) static struct BurnRomInfo md_megaturruRomDesc[] = { - { "mega turrican (usa).bin", 0x100000, 0xfe898cc9, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mega turrican (usa).bin", 0x100000, 0xfe898cc9, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_megaturru) @@ -18429,7 +18429,7 @@ struct BurnDriver BurnDrvmd_megaturru = { // Mega-Lo-Mania (Euro, v1.1) static struct BurnRomInfo md_megaloRomDesc[] = { - { "mega-lo-mania (euro) (v1.1).bin", 0x100000, 0xab9fed30, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mega-lo-mania (euro) (v1.1).bin", 0x100000, 0xab9fed30, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_megalo) @@ -18447,7 +18447,7 @@ struct BurnDriver BurnDrvmd_megalo = { // Mega-Lo-Mania (Euro) static struct BurnRomInfo md_megalo1RomDesc[] = { - { "mpr-15230.bin", 0x100000, 0x2148d56d, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-15230.bin", 0x100000, 0x2148d56d, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_megalo1) @@ -18465,7 +18465,7 @@ struct BurnDriver BurnDrvmd_megalo1 = { // Mega-Lo-Mania (Fra) static struct BurnRomInfo md_megalofRomDesc[] = { - { "mega-lo-mania (france).bin", 0x100000, 0x3b3231ed, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mega-lo-mania (france).bin", 0x100000, 0x3b3231ed, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_megalof) @@ -18483,7 +18483,7 @@ struct BurnDriver BurnDrvmd_megalof = { // Mega-Lo-Mania (Jpn) static struct BurnRomInfo md_megalojRomDesc[] = { - { "mega-lo-mania (jpn).bin", 0x100000, 0xa60d8619, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mega-lo-mania (jpn).bin", 0x100000, 0xa60d8619, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_megaloj) @@ -18501,7 +18501,7 @@ struct BurnDriver BurnDrvmd_megaloj = { // Tyrants - Fight through Time (USA) static struct BurnRomInfo md_tyrantRomDesc[] = { - { "tyrants - fight through time (usa).bin", 0x100000, 0xa744921e, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "tyrants - fight through time (usa).bin", 0x100000, 0xa744921e, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_tyrant) @@ -18519,7 +18519,7 @@ struct BurnDriver BurnDrvmd_tyrant = { // MegaMind (Jpn, SegaNet) static struct BurnRomInfo md_megamindRomDesc[] = { - { "megamind (jpn) (sn).bin", 0x040000, 0x76df2ae2, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "megamind (jpn) (sn).bin", 0x040000, 0x76df2ae2, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_megamind) @@ -18537,7 +18537,7 @@ struct BurnDriver BurnDrvmd_megamind = { // MegaPanel (Jpn) static struct BurnRomInfo md_megapanlRomDesc[] = { - { "megapanel (jpn).bin", 0x040000, 0x6240f579, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "megapanel (jpn).bin", 0x040000, 0x6240f579, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_megapanl) @@ -18555,7 +18555,7 @@ struct BurnDriver BurnDrvmd_megapanl = { // Menacer 6-Game Cartridge (Euro, USA) static struct BurnRomInfo md_menacerRomDesc[] = { - { "mpr-15075.bin", 0x100000, 0x936b85f7, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-15075.bin", 0x100000, 0x936b85f7, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_menacer) @@ -18573,7 +18573,7 @@ struct BurnDriver BurnDrvmd_menacer = { // Meng Huan Shui Guo Pan - 777 Casino (Chi) static struct BurnRomInfo md_menghuRomDesc[] = { - { "meng huan shui guo pan - 777 casino (chi) (unl).bin", 0x100000, 0x42dc03e4, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "meng huan shui guo pan - 777 casino (chi) (unl).bin", 0x100000, 0x42dc03e4, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_menghu) @@ -18591,7 +18591,7 @@ struct BurnDriver BurnDrvmd_menghu = { // Mercs (Euro, USA) ~ Senjou no Ookami II (Jpn) static struct BurnRomInfo md_mercsRomDesc[] = { - { "mpr-14242.bin", 0x100000, 0x16113a72, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-14242.bin", 0x100000, 0x16113a72, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_mercs) @@ -18609,7 +18609,7 @@ struct BurnDriver BurnDrvmd_mercs = { // Metal Fangs (Jpn) static struct BurnRomInfo md_metalfngRomDesc[] = { - { "metal fangs (jpn).bin", 0x080000, 0xa8df1c4c, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "metal fangs (jpn).bin", 0x080000, 0xa8df1c4c, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_metalfng) @@ -18627,7 +18627,7 @@ struct BurnDriver BurnDrvmd_metalfng = { // Michael Jackson's Moonwalker (World, Rev. A) static struct BurnRomInfo md_mwalkRomDesc[] = { - { "mpr-13285a.bin", 0x080000, 0x11ce1f9e, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-13285a.bin", 0x080000, 0x11ce1f9e, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_mwalk) @@ -18645,7 +18645,7 @@ struct BurnDriver BurnDrvmd_mwalk = { // Michael Jackson's Moonwalker (World) static struct BurnRomInfo md_mwalk1RomDesc[] = { - { "mpr-13285.bin", 0x080000, 0x6a70791b, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-13285.bin", 0x080000, 0x6a70791b, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_mwalk1) @@ -18663,7 +18663,7 @@ struct BurnDriver BurnDrvmd_mwalk1 = { // Mickey Mania - The Timeless Adventures of Mickey Mouse (Euro) static struct BurnRomInfo md_mmaniaRomDesc[] = { - { "mpr-17089.bin", 0x200000, 0xcb5a8b85, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-17089.bin", 0x200000, 0xcb5a8b85, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_mmania) @@ -18681,7 +18681,7 @@ struct BurnDriver BurnDrvmd_mmania = { // Mickey Mania - The Timeless Adventures of Mickey Mouse (Jpn) static struct BurnRomInfo md_mmaniajRomDesc[] = { - { "mickey mania - the timeless adventures of mickey mouse (jpn).bin", 0x200000, 0x23180cf7, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mickey mania - the timeless adventures of mickey mouse (jpn).bin", 0x200000, 0x23180cf7, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_mmaniaj) @@ -18699,7 +18699,7 @@ struct BurnDriver BurnDrvmd_mmaniaj = { // Mickey Mania - The Timeless Adventures of Mickey Mouse (USA) static struct BurnRomInfo md_mmaniauRomDesc[] = { - { "mickey mania - the timeless adventures of mickey mouse (usa).bin", 0x200000, 0x629e5963, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mickey mania - the timeless adventures of mickey mouse (usa).bin", 0x200000, 0x629e5963, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_mmaniau) @@ -18717,7 +18717,7 @@ struct BurnDriver BurnDrvmd_mmaniau = { // Mickey Mania - The Timeless Adventures of Mickey Mouse (USA, Prototype) static struct BurnRomInfo md_mmaniaupRomDesc[] = { - { "mickey mania - the timeless adventures of mickey mouse (usa) (beta).bin", 0x200000, 0x7fc1bdf0, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mickey mania - the timeless adventures of mickey mouse (usa) (beta).bin", 0x200000, 0x7fc1bdf0, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_mmaniaup) @@ -18735,7 +18735,7 @@ struct BurnDriver BurnDrvmd_mmaniaup = { // Mickey's Ultimate Challenge (USA) static struct BurnRomInfo md_mickeyucRomDesc[] = { - { "mickey's ultimate challenge (usa).bin", 0x100000, 0x30b512ee, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mickey's ultimate challenge (usa).bin", 0x100000, 0x30b512ee, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_mickeyuc) @@ -18753,7 +18753,7 @@ struct BurnDriver BurnDrvmd_mickeyuc = { // Micro Machines (Euro, USA, Alt) static struct BurnRomInfo md_micromacaRomDesc[] = { - { "micro machines (euro, usa) (alt).bin", 0x080000, 0xe5cf560d, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "micro machines (euro, usa) (alt).bin", 0x080000, 0xe5cf560d, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_micromaca) @@ -18771,7 +18771,7 @@ struct BurnDriver BurnDrvmd_micromaca = { // Micro Machines (Euro, USA, Alt 2) static struct BurnRomInfo md_micromacbRomDesc[] = { - { "micro machines (euro, usa) (alt2).bin", 0x080000, 0x7ffbd1ad, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "micro machines (euro, usa) (alt2).bin", 0x080000, 0x7ffbd1ad, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_micromacb) @@ -18789,7 +18789,7 @@ struct BurnDriver BurnDrvmd_micromacb = { // Micro Machines (Can) static struct BurnRomInfo md_micromaccRomDesc[] = { - { "micro machines (canada).bin", 0x080000, 0x54e4cff1, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "micro machines (canada).bin", 0x080000, 0x54e4cff1, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_micromacc) @@ -18807,7 +18807,7 @@ struct BurnDriver BurnDrvmd_micromacc = { // Micro Machines Turbo Tournament 96 (Euro, J-Cart) static struct BurnRomInfo md_microm96aRomDesc[] = { - { "mm96md7cc3.bin", 0x100000, 0x7492b1de, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mm96md7cc3.bin", 0x100000, 0x7492b1de, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_microm96a) @@ -18825,7 +18825,7 @@ struct BurnDriver BurnDrvmd_microm96a = { // Micro Machines 2 - Turbo Tournament (Euro, J-Cart, Alt) static struct BurnRomInfo md_micromc2aRomDesc[] = { - { "micro machines 2 - turbo tournament (euro) (j-cart) (alt).bin", 0x100000, 0x01c22a5d, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "micro machines 2 - turbo tournament (euro) (j-cart) (alt).bin", 0x100000, 0x01c22a5d, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_micromc2a) @@ -18843,7 +18843,7 @@ struct BurnDriver BurnDrvmd_micromc2a = { // Micro Machines Military (Euro, J-Cart) static struct BurnRomInfo md_micrommRomDesc[] = { - { "micro machines military (euro) (j-cart).bin", 0x100000, 0xb3abb15e, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "micro machines military (euro) (j-cart).bin", 0x100000, 0xb3abb15e, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_micromm) @@ -18861,7 +18861,7 @@ struct BurnDriver BurnDrvmd_micromm = { // Midnight Resistance (USA) static struct BurnRomInfo md_midresRomDesc[] = { - { "midnight resistance (usa).bin", 0x100000, 0x187c6af6, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "midnight resistance (usa).bin", 0x100000, 0x187c6af6, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_midres) @@ -18879,7 +18879,7 @@ struct BurnDriver BurnDrvmd_midres = { // Midnight Resistance (Jpn) static struct BurnRomInfo md_midresjRomDesc[] = { - { "midnight resistance (jpn).bin", 0x100000, 0x8f3f6e4d, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "midnight resistance (jpn).bin", 0x100000, 0x8f3f6e4d, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_midresj) @@ -18897,7 +18897,7 @@ struct BurnDriver BurnDrvmd_midresj = { // Arcade's Greatest Hits (Euro) static struct BurnRomInfo md_arcadeghRomDesc[] = { - { "midway presents arcade's greatest hits (euro).bin", 0x080000, 0xc0dce0e5, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "midway presents arcade's greatest hits (euro).bin", 0x080000, 0xc0dce0e5, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_arcadegh) @@ -18915,7 +18915,7 @@ struct BurnDriver BurnDrvmd_arcadegh = { // Mig-29 Fighter Pilot (Euro) static struct BurnRomInfo md_mig29RomDesc[] = { - { "mpr-15659.bin", 0x100000, 0x70b0a5d7, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-15659.bin", 0x100000, 0x70b0a5d7, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_mig29) @@ -18933,7 +18933,7 @@ struct BurnDriver BurnDrvmd_mig29 = { // Mig-29 Fighter Pilot (Jpn) static struct BurnRomInfo md_mig29jRomDesc[] = { - { "mig-29 fighter pilot (jpn).bin", 0x100000, 0x3d239046, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mig-29 fighter pilot (jpn).bin", 0x100000, 0x3d239046, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_mig29j) @@ -18951,7 +18951,7 @@ struct BurnDriver BurnDrvmd_mig29j = { // Mig-29 Fighter Pilot (USA) static struct BurnRomInfo md_mig29uRomDesc[] = { - { "mig-29 fighter pilot (usa).bin", 0x100000, 0x59ccabb2, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mig-29 fighter pilot (usa).bin", 0x100000, 0x59ccabb2, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_mig29u) @@ -18969,7 +18969,7 @@ struct BurnDriver BurnDrvmd_mig29u = { // Might and Magic - Gates to Another World (Euro, USA) static struct BurnRomInfo md_mightmagRomDesc[] = { - { "might and magic - gates to another world (euro, usa).bin", 0x0c0000, 0xf509145f, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "might and magic - gates to another world (euro, usa).bin", 0x0c0000, 0xf509145f, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_mightmag) @@ -18987,7 +18987,7 @@ struct BurnDriver BurnDrvmd_mightmag = { // Might and Magic III - Isles of Terra (USA, Prototype) static struct BurnRomInfo md_mightmg3RomDesc[] = { - { "might and magic iii - isles of terra (usa) (prototype).bin", 0x200000, 0x6ef7104a, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "might and magic iii - isles of terra (usa) (prototype).bin", 0x200000, 0x6ef7104a, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_mightmg3) @@ -19005,7 +19005,7 @@ struct BurnDriver BurnDrvmd_mightmg3 = { // Mighty Morphin Power Rangers (Euro) static struct BurnRomInfo md_mmprRomDesc[] = { - { "mighty morphin power rangers (euro).bin", 0x200000, 0x7f96e663, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mighty morphin power rangers (euro).bin", 0x200000, 0x7f96e663, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_mmpr) @@ -19023,7 +19023,7 @@ struct BurnDriver BurnDrvmd_mmpr = { // Mighty Morphin Power Rangers (USA) static struct BurnRomInfo md_mmpruRomDesc[] = { - { "mighty morphin power rangers (usa).bin", 0x200000, 0x715158a9, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mighty morphin power rangers (usa).bin", 0x200000, 0x715158a9, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_mmpru) @@ -19041,7 +19041,7 @@ struct BurnDriver BurnDrvmd_mmpru = { // Mighty Morphin Power Rangers (USA, Prototype, 19940804) static struct BurnRomInfo md_mmprp4RomDesc[] = { - { "mighty morphin power rangers (prototype - aug 04, 1994).bin", 0x200000, 0xf3ae5aaf, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mighty morphin power rangers (prototype - aug 04, 1994).bin", 0x200000, 0xf3ae5aaf, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_mmprp4) @@ -19059,7 +19059,7 @@ struct BurnDriver BurnDrvmd_mmprp4 = { // Mighty Morphin Power Rangers (USA, Prototype, 19940808) static struct BurnRomInfo md_mmprp3RomDesc[] = { - { "mighty morphin power rangers (prototype - aug 08, 1994).bin", 0x200000, 0x57644549, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mighty morphin power rangers (prototype - aug 08, 1994).bin", 0x200000, 0x57644549, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_mmprp3) @@ -19077,7 +19077,7 @@ struct BurnDriver BurnDrvmd_mmprp3 = { // Mighty Morphin Power Rangers (Prototype, 19940809) static struct BurnRomInfo md_mmprp2RomDesc[] = { - { "mighty morphin power rangers (prototype - aug 09, 1994).bin", 0x200000, 0x4356fe0a, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mighty morphin power rangers (prototype - aug 09, 1994).bin", 0x200000, 0x4356fe0a, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_mmprp2) @@ -19095,7 +19095,7 @@ struct BurnDriver BurnDrvmd_mmprp2 = { // Mighty Morphin Power Rangers (Prototype, 19940810) static struct BurnRomInfo md_mmprp1RomDesc[] = { - { "mighty morphin power rangers (prototype - aug 10, 1994).bin", 0x200000, 0xe79cd214, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mighty morphin power rangers (prototype - aug 10, 1994).bin", 0x200000, 0xe79cd214, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_mmprp1) @@ -19113,7 +19113,7 @@ struct BurnDriver BurnDrvmd_mmprp1 = { // Mighty Morphin Power Rangers (Prototype, 19940708) static struct BurnRomInfo md_mmprp6RomDesc[] = { - { "mighty morphin power rangers (prototype - jul 08, 1994).bin", 0x200000, 0xe6916c54, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mighty morphin power rangers (prototype - jul 08, 1994).bin", 0x200000, 0xe6916c54, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_mmprp6) @@ -19131,7 +19131,7 @@ struct BurnDriver BurnDrvmd_mmprp6 = { // Mighty Morphin Power Rangers (Prototype, 19940718) static struct BurnRomInfo md_mmprp5RomDesc[] = { - { "mighty morphin power rangers (prototype - jul 18, 1994).bin", 0x200000, 0x5accdb1a, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mighty morphin power rangers (prototype - jul 18, 1994).bin", 0x200000, 0x5accdb1a, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_mmprp5) @@ -19149,7 +19149,7 @@ struct BurnDriver BurnDrvmd_mmprp5 = { // Mighty Morphin Power Rangers - The Movie (Euro) static struct BurnRomInfo md_mmprtmRomDesc[] = { - { "mighty morphin power rangers - the movie (euro).bin", 0x200000, 0x254a4972, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mighty morphin power rangers - the movie (euro).bin", 0x200000, 0x254a4972, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_mmprtm) @@ -19167,7 +19167,7 @@ struct BurnDriver BurnDrvmd_mmprtm = { // Mighty Morphin Power Rangers - The Movie (USA) static struct BurnRomInfo md_mmprtmuRomDesc[] = { - { "mighty morphin power rangers - the movie (usa).bin", 0x200000, 0xaa941cbc, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mighty morphin power rangers - the movie (usa).bin", 0x200000, 0xaa941cbc, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_mmprtmu) @@ -19185,7 +19185,7 @@ struct BurnDriver BurnDrvmd_mmprtmu = { // Mighty Morphin Power Rangers - The Movie (USA, Prototype, 19950713) static struct BurnRomInfo md_mmprtmp4RomDesc[] = { - { "mighty morphin power rangers - the movie (prototype - jul 13, 1995).bin", 0x200000, 0x227bf7fd, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mighty morphin power rangers - the movie (prototype - jul 13, 1995).bin", 0x200000, 0x227bf7fd, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_mmprtmp4) @@ -19203,7 +19203,7 @@ struct BurnDriver BurnDrvmd_mmprtmp4 = { // Mighty Morphin Power Rangers - The Movie (USA, Prototype, 19950717) static struct BurnRomInfo md_mmprtmp3RomDesc[] = { - { "mighty morphin power rangers - the movie (prototype - jul 17, 1995).bin", 0x200000, 0x579de657, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mighty morphin power rangers - the movie (prototype - jul 17, 1995).bin", 0x200000, 0x579de657, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_mmprtmp3) @@ -19221,7 +19221,7 @@ struct BurnDriver BurnDrvmd_mmprtmp3 = { // Mighty Morphin Power Rangers - The Movie (USA, Prototype, 19950722) static struct BurnRomInfo md_mmprtmp2RomDesc[] = { - { "mighty morphin power rangers - the movie (prototype - jul 22, 1995).bin", 0x200000, 0xc2ca3a8b, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mighty morphin power rangers - the movie (prototype - jul 22, 1995).bin", 0x200000, 0xc2ca3a8b, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_mmprtmp2) @@ -19239,7 +19239,7 @@ struct BurnDriver BurnDrvmd_mmprtmp2 = { // Mighty Morphin Power Rangers - The Movie (USA, Prototype, 19950724) static struct BurnRomInfo md_mmprtmp1RomDesc[] = { - { "mighty morphin power rangers - the movie (prototype - jul 24, 1995).bin", 0x200000, 0x3429fa3a, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mighty morphin power rangers - the movie (prototype - jul 24, 1995).bin", 0x200000, 0x3429fa3a, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_mmprtmp1) @@ -19257,7 +19257,7 @@ struct BurnDriver BurnDrvmd_mmprtmp1 = { // Mike Ditka Power Football (Euro, USA) static struct BurnRomInfo md_ditkapfRomDesc[] = { - { "mike ditka power football (euro, usa).bin", 0x100000, 0x6078b310, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mike ditka power football (euro, usa).bin", 0x100000, 0x6078b310, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_ditkapf) @@ -19275,7 +19275,7 @@ struct BurnDriver BurnDrvmd_ditkapf = { // Mike Ditka Power Football (Euro, USA, Alt) static struct BurnRomInfo md_ditkapf1RomDesc[] = { - { "mike ditka power football (euro, usa) (alt).bin", 0x100000, 0xde50ca8e, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mike ditka power football (euro, usa) (alt).bin", 0x100000, 0xde50ca8e, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_ditkapf1) @@ -19293,7 +19293,7 @@ struct BurnDriver BurnDrvmd_ditkapf1 = { // Minnesota Fats - Pool Legend (USA) static struct BurnRomInfo md_mfpoolRomDesc[] = { - { "minnesota fats - pool legend (usa).bin", 0x100000, 0x38174f40, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "minnesota fats - pool legend (usa).bin", 0x100000, 0x38174f40, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_mfpool) @@ -19311,7 +19311,7 @@ struct BurnDriver BurnDrvmd_mfpool = { // Chou Kyuukai Miracle Nine (Jpn) static struct BurnRomInfo md_miracle9RomDesc[] = { - { "chou kyuukai miracle nine (jpn).bin", 0x200000, 0x6d8c2206, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "chou kyuukai miracle nine (jpn).bin", 0x200000, 0x6d8c2206, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_miracle9) @@ -19329,7 +19329,7 @@ struct BurnDriver BurnDrvmd_miracle9 = { // The Miracle Piano Teaching System (USA) static struct BurnRomInfo md_miraclepRomDesc[] = { - { "miracle piano teaching system, the (usa).bin", 0x080000, 0xa719542e, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "miracle piano teaching system, the (usa).bin", 0x080000, 0xa719542e, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_miraclep) @@ -19347,7 +19347,7 @@ struct BurnDriver BurnDrvmd_miraclep = { // MK 5 - Mortal Combat - SubZero static struct BurnRomInfo md_mk5RomDesc[] = { - { "mk 5 - mortal combat - subzero (unl).bin", 0x200000, 0x11e367a1, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mk 5 - mortal combat - subzero (unl).bin", 0x200000, 0x11e367a1, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_mk5) @@ -19365,7 +19365,7 @@ struct BurnDriver BurnDrvmd_mk5 = { // MK 5 - Mortal Combat - SubZero (Pirate) static struct BurnRomInfo md_mk5aRomDesc[] = { - { "mk 5 - mortal combat - subzero (unl) (pirate).bin", 0x200000, 0x41203006, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mk 5 - mortal combat - subzero (unl) (pirate).bin", 0x200000, 0x41203006, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_mk5a) @@ -19383,7 +19383,7 @@ struct BurnDriver BurnDrvmd_mk5a = { // MLBPA Baseball (USA) static struct BurnRomInfo md_mlbpaRomDesc[] = { - { "mlbpa baseball (usa).bin", 0x200000, 0x14a8064d, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mlbpa baseball (usa).bin", 0x200000, 0x14a8064d, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_mlbpa) @@ -19401,7 +19401,7 @@ struct BurnDriver BurnDrvmd_mlbpa = { // Monopoly (USA) static struct BurnRomInfo md_monopolyRomDesc[] = { - { "monopoly (usa).bin", 0x080000, 0xc10268da, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "monopoly (usa).bin", 0x080000, 0xc10268da, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_monopoly) @@ -19419,7 +19419,7 @@ struct BurnDriver BurnDrvmd_monopoly = { // Monopoly (USA, Prototype) static struct BurnRomInfo md_monopolypRomDesc[] = { - { "monopoly (usa) (beta).bin", 0x080000, 0xdfbcc3fa, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "monopoly (usa) (beta).bin", 0x080000, 0xdfbcc3fa, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_monopolyp) @@ -19437,7 +19437,7 @@ struct BurnDriver BurnDrvmd_monopolyp = { // Monster World IV (Jpn) static struct BurnRomInfo md_mworld4RomDesc[] = { - { "monster world iv (jpn).bin", 0x200000, 0x36a3aaa4, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "monster world iv (jpn).bin", 0x200000, 0x36a3aaa4, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_mworld4) @@ -19455,7 +19455,7 @@ struct BurnDriver BurnDrvmd_mworld4 = { // Mortal Kombat (World, v1.1) static struct BurnRomInfo md_mkRomDesc[] = { - { "mortal kombat (world) (v1.1).bin", 0x200000, 0x33f19ab6, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mortal kombat (world) (v1.1).bin", 0x200000, 0x33f19ab6, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_mk) @@ -19473,7 +19473,7 @@ struct BurnDriver BurnDrvmd_mk = { // Mortal Kombat (World) static struct BurnRomInfo md_mkaRomDesc[] = { - { "s215_ver_1.00.bin", 0x200000, 0x1aa3a207, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "s215_ver_1.00.bin", 0x200000, 0x1aa3a207, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_mka) @@ -19491,7 +19491,7 @@ struct BurnDriver BurnDrvmd_mka = { // Mortal Kombat II (World) static struct BurnRomInfo md_mk2RomDesc[] = { - { "s376-u2.1+s382-u1.1.bin", 0x300000, 0xa9e013d8, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "s376-u2.1+s382-u1.1.bin", 0x300000, 0xa9e013d8, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_mk2) @@ -19509,7 +19509,7 @@ struct BurnDriver BurnDrvmd_mk2 = { // Mortal Kombat 3 (Euro) static struct BurnRomInfo md_mk3RomDesc[] = { - { "mortal_kombat_3_pal.bin", 0x400000, 0xaf6de3e8, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mortal_kombat_3_pal.bin", 0x400000, 0xaf6de3e8, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_mk3) @@ -19527,7 +19527,7 @@ struct BurnDriver BurnDrvmd_mk3 = { // Mortal Kombat 3 (USA) static struct BurnRomInfo md_mk3uRomDesc[] = { - { "mortal kombat 3 (usa).bin", 0x400000, 0xdd638af6, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mortal kombat 3 (usa).bin", 0x400000, 0xdd638af6, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_mk3u) @@ -19545,7 +19545,7 @@ struct BurnDriver BurnDrvmd_mk3u = { // Mr. Nutz (Euro) static struct BurnRomInfo md_mrnutzRomDesc[] = { - { "mr. nutz (euro).bin", 0x100000, 0x0786ea0b, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mr. nutz (euro).bin", 0x100000, 0x0786ea0b, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_mrnutz) @@ -19563,7 +19563,7 @@ struct BurnDriver BurnDrvmd_mrnutz = { // Mr. Nutz - Hoppin' Mad (Prototype) static struct BurnRomInfo md_mrnutz2RomDesc[] = { - { "mr. nutz - hoppin' mad (proto).bin", 0x100000, 0x2bfcaa3e, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mr. nutz - hoppin' mad (proto).bin", 0x100000, 0x2bfcaa3e, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_mrnutz2) @@ -19581,7 +19581,7 @@ struct BurnDriver BurnDrvmd_mrnutz2 = { // Ms. Pac-Man (Euro, USA) static struct BurnRomInfo md_mspacmanRomDesc[] = { - { "ms. pac-man (euro, usa).bin", 0x020000, 0xaf041be6, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "ms. pac-man (euro, usa).bin", 0x020000, 0xaf041be6, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_mspacman) @@ -19599,7 +19599,7 @@ struct BurnDriver BurnDrvmd_mspacman = { // Ms. Pac-Man (Pirate, Ripped from Golden 10 in 1) static struct BurnRomInfo md_mspacmanpirRomDesc[] = { - { "ms. pac-man (usa) (pirate).bin", 0x020000, 0x39b51b26, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "ms. pac-man (usa) (pirate).bin", 0x020000, 0x39b51b26, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_mspacmanpir) @@ -19617,7 +19617,7 @@ struct BurnDriver BurnDrvmd_mspacmanpir = { // Muhammad Ali Heavyweight Boxing (Euro) static struct BurnRomInfo md_muhammadRomDesc[] = { - { "muhammad ali heavyweight boxing (euro).bin", 0x100000, 0x8ea4717b, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "muhammad ali heavyweight boxing (euro).bin", 0x100000, 0x8ea4717b, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_muhammad) @@ -19635,7 +19635,7 @@ struct BurnDriver BurnDrvmd_muhammad = { // Muhammad Ali Heavyweight Boxing (USA) static struct BurnRomInfo md_muhammaduRomDesc[] = { - { "muhammad ali heavyweight boxing (usa).bin", 0x100000, 0xb638b6a3, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "muhammad ali heavyweight boxing (usa).bin", 0x100000, 0xb638b6a3, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_muhammadu) @@ -19653,7 +19653,7 @@ struct BurnDriver BurnDrvmd_muhammadu = { // Muhammad Ali Heavyweight Boxing (USA, Prototype) static struct BurnRomInfo md_muhammadupRomDesc[] = { - { "muhammad ali heavyweight boxing (usa) (beta).bin", 0x100000, 0x7b852653, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "muhammad ali heavyweight boxing (usa) (beta).bin", 0x100000, 0x7b852653, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_muhammadup) @@ -19671,7 +19671,7 @@ struct BurnDriver BurnDrvmd_muhammadup = { // MUSHA - Metallic Uniframe Super Hybrid Armor (USA) static struct BurnRomInfo md_mushaRomDesc[] = { - { "musha - metallic uniframe super hybrid armor (usa).bin", 0x080000, 0x58a7f7b4, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "musha - metallic uniframe super hybrid armor (usa).bin", 0x080000, 0x58a7f7b4, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_musha) @@ -19689,7 +19689,7 @@ struct BurnDriver BurnDrvmd_musha = { // Musha Aleste - Full Metal Fighter Ellinor (Jpn) static struct BurnRomInfo md_mushajRomDesc[] = { - { "musha aleste - full metal fighter ellinor (jpn).bin", 0x080000, 0x8fde18ab, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "musha aleste - full metal fighter ellinor (jpn).bin", 0x080000, 0x8fde18ab, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_mushaj) @@ -19707,7 +19707,7 @@ struct BurnDriver BurnDrvmd_mushaj = { // Mutant League Football (Jpn) static struct BurnRomInfo md_mlfootbjRomDesc[] = { - { "mutant league football (jpn).bin", 0x100000, 0x2a97e6af, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mutant league football (jpn).bin", 0x100000, 0x2a97e6af, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_mlfootbj) @@ -19725,7 +19725,7 @@ struct BurnDriver BurnDrvmd_mlfootbj = { // Mutant League Hockey (Euro, USA) static struct BurnRomInfo md_mlhockeyRomDesc[] = { - { "mutant league hockey (euro, usa).bin", 0x200000, 0x3529180f, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mutant league hockey (euro, usa).bin", 0x200000, 0x3529180f, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_mlhockey) @@ -19743,7 +19743,7 @@ struct BurnDriver BurnDrvmd_mlhockey = { // Mystic Defender (Euro, USA, Rev. A) static struct BurnRomInfo md_mystdefRomDesc[] = { - { "mpr-12707a.bin", 0x080000, 0x50fd5d93, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-12707a.bin", 0x080000, 0x50fd5d93, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_mystdef) @@ -19761,7 +19761,7 @@ struct BurnDriver BurnDrvmd_mystdef = { // Mystic Defender (Euro, USA) static struct BurnRomInfo md_mystdefaRomDesc[] = { - { "mpr-12707.bin", 0x080000, 0xf9ce1ab8, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-12707.bin", 0x080000, 0xf9ce1ab8, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_mystdefa) @@ -19779,7 +19779,7 @@ struct BurnDriver BurnDrvmd_mystdefa = { // Kujaku Ou 2 - Geneijou (Jpn) static struct BurnRomInfo md_kujaku2RomDesc[] = { - { "kujaku ou 2 - geneijou (jpn).bin", 0x060000, 0xaffd56bc, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "kujaku ou 2 - geneijou (jpn).bin", 0x060000, 0xaffd56bc, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_kujaku2) @@ -19797,7 +19797,7 @@ struct BurnDriver BurnDrvmd_kujaku2 = { // On Dal Jang Goon (Kor) static struct BurnRomInfo md_ondalRomDesc[] = { - { "on dal jang goon (kor).bin", 0x080000, 0x67ccb1ca, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "on dal jang goon (kor).bin", 0x080000, 0x67ccb1ca, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_ondal) @@ -19815,7 +19815,7 @@ struct BurnDriver BurnDrvmd_ondal = { // Mystical Fighter (USA) static struct BurnRomInfo md_mysticfRomDesc[] = { - { "mystical fighter (usa).bin", 0x080000, 0xb2f2a69b, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mystical fighter (usa).bin", 0x080000, 0xb2f2a69b, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_mysticf) @@ -19833,7 +19833,7 @@ struct BurnDriver BurnDrvmd_mysticf = { // Maou Renjishi (Jpn) static struct BurnRomInfo md_maourenRomDesc[] = { - { "maou renjishi (jpn).bin", 0x080000, 0x24a7f28c, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "maou renjishi (jpn).bin", 0x080000, 0x24a7f28c, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_maouren) @@ -19851,7 +19851,7 @@ struct BurnDriver BurnDrvmd_maouren = { // Fushigi no Umi no Nadia (Jpn) static struct BurnRomInfo md_nadiaRomDesc[] = { - { "namcot_mfn_mb838200-20.bin", 0x100000, 0x4762062a, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "namcot_mfn_mb838200-20.bin", 0x100000, 0x4762062a, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_nadia) @@ -19869,7 +19869,7 @@ struct BurnDriver BurnDrvmd_nadia = { // Nakajima Satoru Kanshuu F1 Grand Prix (Jpn) static struct BurnRomInfo md_nakaf1gpRomDesc[] = { - { "nakajima satoru kanshuu f1 grand prix (jpn).bin", 0x100000, 0x93be47cf, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "nakajima satoru kanshuu f1 grand prix (jpn).bin", 0x100000, 0x93be47cf, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_nakaf1gp) @@ -19887,7 +19887,7 @@ struct BurnDriver BurnDrvmd_nakaf1gp = { // Nakajima Satoru Kanshuu F1 Hero MD (Jpn) static struct BurnRomInfo md_f1heromdRomDesc[] = { - { "nakajima satoru kanshuu f1 hero md (jpn).bin", 0x100000, 0x24f87987, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "nakajima satoru kanshuu f1 hero md (jpn).bin", 0x100000, 0x24f87987, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_f1heromd) @@ -19905,7 +19905,7 @@ struct BurnDriver BurnDrvmd_f1heromd = { // Nakajima Satoru Kanshuu F1 Super License (Jpn) static struct BurnRomInfo md_nakaf1slRomDesc[] = { - { "nakajima satoru kanshuu f1 super license (jpn).bin", 0x100000, 0x8774bc79, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "nakajima satoru kanshuu f1 super license (jpn).bin", 0x100000, 0x8774bc79, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_nakaf1sl) @@ -19923,7 +19923,7 @@ struct BurnDriver BurnDrvmd_nakaf1sl = { // NBA Action (USA) static struct BurnRomInfo md_nbaactRomDesc[] = { - { "nba action (usa).bin", 0x200000, 0x99c348ba, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "nba action (usa).bin", 0x200000, 0x99c348ba, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_nbaact) @@ -19941,7 +19941,7 @@ struct BurnDriver BurnDrvmd_nbaact = { // NBA Action (Prototype, 19940104) static struct BurnRomInfo md_nbaactp3RomDesc[] = { - { "nba action (prototype - jan 04, 1994).bin", 0x200000, 0x2491df2f, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "nba action (prototype - jan 04, 1994).bin", 0x200000, 0x2491df2f, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_nbaactp3) @@ -19959,7 +19959,7 @@ struct BurnDriver BurnDrvmd_nbaactp3 = { // NBA Action (Prototype, 19940116) static struct BurnRomInfo md_nbaactp2RomDesc[] = { - { "nba action (prototype - jan 16, 1994).bin", 0x200000, 0xfe43c79d, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "nba action (prototype - jan 16, 1994).bin", 0x200000, 0xfe43c79d, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_nbaactp2) @@ -19977,7 +19977,7 @@ struct BurnDriver BurnDrvmd_nbaactp2 = { // NBA Action (Prototype, 19940127, Broken - C08 missing) static struct BurnRomInfo md_nbaactp1RomDesc[] = { - { "nba action (prototype - jan 27, 1994) (broken - c08 missing).bin", 0x200000, 0x176a4bc5, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "nba action (prototype - jan 27, 1994) (broken - c08 missing).bin", 0x200000, 0x176a4bc5, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_nbaactp1) @@ -19995,7 +19995,7 @@ struct BurnDriver BurnDrvmd_nbaactp1 = { // NBA Action '95 (Euro, USA) static struct BurnRomInfo md_nbaact95RomDesc[] = { - { "nba action '95 starring david robinson (euro, usa).bin", 0x200000, 0xaa7006d6, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "nba action '95 starring david robinson (euro, usa).bin", 0x200000, 0xaa7006d6, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_nbaact95) @@ -20013,7 +20013,7 @@ struct BurnDriver BurnDrvmd_nbaact95 = { // NBA Action '95 (Prototype, 19941202-B) static struct BurnRomInfo md_nbaact95p23RomDesc[] = { - { "nba action '95 (prototype - dec 02, 1994 - b).bin", 0x200000, 0x04bf6f6e, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "nba action '95 (prototype - dec 02, 1994 - b).bin", 0x200000, 0x04bf6f6e, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_nbaact95p23) @@ -20031,7 +20031,7 @@ struct BurnDriver BurnDrvmd_nbaact95p23 = { // NBA Action '95 (Prototype, 19941209) static struct BurnRomInfo md_nbaact95p22RomDesc[] = { - { "nba action '95 (prototype - dec 09, 1994).bin", 0x200000, 0x2b198487, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "nba action '95 (prototype - dec 09, 1994).bin", 0x200000, 0x2b198487, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_nbaact95p22) @@ -20049,7 +20049,7 @@ struct BurnDriver BurnDrvmd_nbaact95p22 = { // NBA Action '95 (Prototype, 19941215) static struct BurnRomInfo md_nbaact95p21RomDesc[] = { - { "nba action '95 (prototype - dec 15, 1994).bin", 0x200000, 0x10a3b46d, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "nba action '95 (prototype - dec 15, 1994).bin", 0x200000, 0x10a3b46d, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_nbaact95p21) @@ -20067,7 +20067,7 @@ struct BurnDriver BurnDrvmd_nbaact95p21 = { // NBA Action '95 (Prototype, 19941222-A) static struct BurnRomInfo md_nbaact95p20RomDesc[] = { - { "nba action '95 (prototype - dec 22, 1994 - a).bin", 0x200000, 0xf92ba323, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "nba action '95 (prototype - dec 22, 1994 - a).bin", 0x200000, 0xf92ba323, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_nbaact95p20) @@ -20085,7 +20085,7 @@ struct BurnDriver BurnDrvmd_nbaact95p20 = { // NBA Action '95 (Prototype, 19941224-A) static struct BurnRomInfo md_nbaact95p19RomDesc[] = { - { "nba action '95 (prototype - dec 24, 1994 - a).bin", 0x200000, 0xddb04550, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "nba action '95 (prototype - dec 24, 1994 - a).bin", 0x200000, 0xddb04550, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_nbaact95p19) @@ -20103,7 +20103,7 @@ struct BurnDriver BurnDrvmd_nbaact95p19 = { // NBA Action '95 (Prototype, 19941229) static struct BurnRomInfo md_nbaact95p18RomDesc[] = { - { "nba action '95 (prototype - dec 29, 1994).bin", 0x200000, 0xdcebe32a, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "nba action '95 (prototype - dec 29, 1994).bin", 0x200000, 0xdcebe32a, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_nbaact95p18) @@ -20121,7 +20121,7 @@ struct BurnDriver BurnDrvmd_nbaact95p18 = { // NBA Action '95 (Prototype, 19941230) static struct BurnRomInfo md_nbaact95p17RomDesc[] = { - { "nba action '95 (prototype - dec 30, 1994).bin", 0x200000, 0xd87956c9, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "nba action '95 (prototype - dec 30, 1994).bin", 0x200000, 0xd87956c9, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_nbaact95p17) @@ -20139,7 +20139,7 @@ struct BurnDriver BurnDrvmd_nbaact95p17 = { // NBA Action '95 (Prototype, 19941231) static struct BurnRomInfo md_nbaact95p16RomDesc[] = { - { "nba action '95 (prototype - dec 31, 1994).bin", 0x200000, 0x582a378f, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "nba action '95 (prototype - dec 31, 1994).bin", 0x200000, 0x582a378f, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_nbaact95p16) @@ -20157,7 +20157,7 @@ struct BurnDriver BurnDrvmd_nbaact95p16 = { // NBA Action '95 (Prototype, 19950201, Alt) static struct BurnRomInfo md_nbaact95p03RomDesc[] = { - { "nba action '95 (prototype - feb 01, 1995).bin", 0x200000, 0x2c02a79d, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "nba action '95 (prototype - feb 01, 1995).bin", 0x200000, 0x2c02a79d, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_nbaact95p03) @@ -20175,7 +20175,7 @@ struct BurnDriver BurnDrvmd_nbaact95p03 = { // NBA Action '95 (Prototype, 19950201) static struct BurnRomInfo md_nbaact95p02RomDesc[] = { - { "nba action '95 (prototype - feb 1, 1995).bin", 0x1ff49e, 0xc4a0a624, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "nba action '95 (prototype - feb 1, 1995).bin", 0x1ff49e, 0xc4a0a624, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_nbaact95p02) @@ -20193,7 +20193,7 @@ struct BurnDriver BurnDrvmd_nbaact95p02 = { // NBA Action '95 (Prototype, 19950202) static struct BurnRomInfo md_nbaact95p01RomDesc[] = { - { "nba action '95 (prototype - feb 2, 1995).bin", 0x1fe1f0, 0xa9167903, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "nba action '95 (prototype - feb 2, 1995).bin", 0x1fe1f0, 0xa9167903, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_nbaact95p01) @@ -20211,7 +20211,7 @@ struct BurnDriver BurnDrvmd_nbaact95p01 = { // NBA Action '95 (Prototype, 19950103) static struct BurnRomInfo md_nbaact95p15RomDesc[] = { - { "nba action '95 (prototype - jan 03, 1995).bin", 0x200000, 0x374af160, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "nba action '95 (prototype - jan 03, 1995).bin", 0x200000, 0x374af160, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_nbaact95p15) @@ -20229,7 +20229,7 @@ struct BurnDriver BurnDrvmd_nbaact95p15 = { // NBA Action '95 (Prototype, 19950108) static struct BurnRomInfo md_nbaact95p14RomDesc[] = { - { "nba action '95 (prototype - jan 08, 1995).bin", 0x200000, 0x0a6b7b9e, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "nba action '95 (prototype - jan 08, 1995).bin", 0x200000, 0x0a6b7b9e, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_nbaact95p14) @@ -20247,7 +20247,7 @@ struct BurnDriver BurnDrvmd_nbaact95p14 = { // NBA Action '95 (Prototype, 19950112) static struct BurnRomInfo md_nbaact95p13RomDesc[] = { - { "nba action '95 (prototype - jan 12, 1995).bin", 0x200000, 0xb47ff025, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "nba action '95 (prototype - jan 12, 1995).bin", 0x200000, 0xb47ff025, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_nbaact95p13) @@ -20265,7 +20265,7 @@ struct BurnDriver BurnDrvmd_nbaact95p13 = { // NBA Action '95 (Prototype, 19950115-A) static struct BurnRomInfo md_nbaact95p12RomDesc[] = { - { "nba action '95 (prototype - jan 15, 1995 - a).bin", 0x200000, 0x9c6a1f27, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "nba action '95 (prototype - jan 15, 1995 - a).bin", 0x200000, 0x9c6a1f27, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_nbaact95p12) @@ -20283,7 +20283,7 @@ struct BurnDriver BurnDrvmd_nbaact95p12 = { // NBA Action '95 (Prototype, 19950121) static struct BurnRomInfo md_nbaact95p11RomDesc[] = { - { "nba action '95 (prototype - jan 21, 1995).bin", 0x200000, 0xe337bdfb, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "nba action '95 (prototype - jan 21, 1995).bin", 0x200000, 0xe337bdfb, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_nbaact95p11) @@ -20301,7 +20301,7 @@ struct BurnDriver BurnDrvmd_nbaact95p11 = { // NBA Action '95 (Prototype, 19950122-B) static struct BurnRomInfo md_nbaact95p10RomDesc[] = { - { "nba action '95 (prototype - jan 22, 1995 - b).bin", 0x200000, 0x7bd7ca47, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "nba action '95 (prototype - jan 22, 1995 - b).bin", 0x200000, 0x7bd7ca47, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_nbaact95p10) @@ -20319,7 +20319,7 @@ struct BurnDriver BurnDrvmd_nbaact95p10 = { // NBA Action '95 (Prototype, 19950124-B) static struct BurnRomInfo md_nbaact95p09RomDesc[] = { - { "nba action '95 (prototype - jan 24, 1995 - b).bin", 0x200000, 0x15abcf41, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "nba action '95 (prototype - jan 24, 1995 - b).bin", 0x200000, 0x15abcf41, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_nbaact95p09) @@ -20337,7 +20337,7 @@ struct BurnDriver BurnDrvmd_nbaact95p09 = { // NBA Action '95 (Prototype, 19950127-A) static struct BurnRomInfo md_nbaact95p08RomDesc[] = { - { "nba action '95 (prototype - jan 27, 1995 - a).bin", 0x1fe190, 0x79c7fb00, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "nba action '95 (prototype - jan 27, 1995 - a).bin", 0x1fe190, 0x79c7fb00, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_nbaact95p08) @@ -20355,7 +20355,7 @@ struct BurnDriver BurnDrvmd_nbaact95p08 = { // NBA Action '95 (Prototype, 19950127-B) static struct BurnRomInfo md_nbaact95p07RomDesc[] = { - { "nba action '95 (prototype - jan 27, 1995 - b).bin", 0x1fe190, 0xef7f608b, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "nba action '95 (prototype - jan 27, 1995 - b).bin", 0x1fe190, 0xef7f608b, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_nbaact95p07) @@ -20373,7 +20373,7 @@ struct BurnDriver BurnDrvmd_nbaact95p07 = { // NBA Action '95 (Prototype, 19950128-A) static struct BurnRomInfo md_nbaact95p06RomDesc[] = { - { "nba action '95 (prototype - jan 28, 1995 - a).bin", 0x200000, 0x57c2c69c, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "nba action '95 (prototype - jan 28, 1995 - a).bin", 0x200000, 0x57c2c69c, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_nbaact95p06) @@ -20391,7 +20391,7 @@ struct BurnDriver BurnDrvmd_nbaact95p06 = { // NBA Action '95 (Prototype, 19950128) static struct BurnRomInfo md_nbaact95p05RomDesc[] = { - { "nba action '95 (prototype - jan 28, 1995).bin", 0x1fe19e, 0x97d7075d, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "nba action '95 (prototype - jan 28, 1995).bin", 0x1fe19e, 0x97d7075d, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_nbaact95p05) @@ -20409,7 +20409,7 @@ struct BurnDriver BurnDrvmd_nbaact95p05 = { // NBA Action '95 (Prototype, 19950130) static struct BurnRomInfo md_nbaact95p04RomDesc[] = { - { "nba action '95 (prototype - jan 30, 1995).bin", 0x200000, 0x2fac80b2, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "nba action '95 (prototype - jan 30, 1995).bin", 0x200000, 0x2fac80b2, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_nbaact95p04) @@ -20427,7 +20427,7 @@ struct BurnDriver BurnDrvmd_nbaact95p04 = { // NBA Action '95 (Prototype, 19941118) static struct BurnRomInfo md_nbaact95p25RomDesc[] = { - { "nba action '95 (prototype - nov 18, 1994).bin", 0x200000, 0x2d411e4b, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "nba action '95 (prototype - nov 18, 1994).bin", 0x200000, 0x2d411e4b, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_nbaact95p25) @@ -20445,7 +20445,7 @@ struct BurnDriver BurnDrvmd_nbaact95p25 = { // NBA Action '95 (Prototype, 19941123-A) static struct BurnRomInfo md_nbaact95p24RomDesc[] = { - { "nba action '95 (prototype - nov 23, 1994 - a).bin", 0x200000, 0x4650cfcc, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "nba action '95 (prototype - nov 23, 1994 - a).bin", 0x200000, 0x4650cfcc, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_nbaact95p24) @@ -20463,7 +20463,7 @@ struct BurnDriver BurnDrvmd_nbaact95p24 = { // NBA All-Star Challenge (Euro, USA) static struct BurnRomInfo md_nbaallstRomDesc[] = { - { "nba all-star challenge (euro, usa).bin", 0x100000, 0xc4674adf, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "nba all-star challenge (euro, usa).bin", 0x100000, 0xc4674adf, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_nbaallst) @@ -20481,7 +20481,7 @@ struct BurnDriver BurnDrvmd_nbaallst = { // NBA Hang Time (Euro) static struct BurnRomInfo md_nbahangRomDesc[] = { - { "nba hang time (euro).bin", 0x300000, 0xedb4d4aa, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "nba hang time (euro).bin", 0x300000, 0xedb4d4aa, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_nbahang) @@ -20499,7 +20499,7 @@ struct BurnDriver BurnDrvmd_nbahang = { // NBA Hang Time (USA) static struct BurnRomInfo md_nbahanguRomDesc[] = { - { "nba hang time (usa).bin", 0x300000, 0x176b0338, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "nba hang time (usa).bin", 0x300000, 0x176b0338, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_nbahangu) @@ -20517,7 +20517,7 @@ struct BurnDriver BurnDrvmd_nbahangu = { // NBA Jam (Euro, USA, v1.1) static struct BurnRomInfo md_nbajamRomDesc[] = { - { "nba jam (euro, usa) (v1.1).bin", 0x200000, 0xeb8360e6, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "nba jam (euro, usa) (v1.1).bin", 0x200000, 0xeb8360e6, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_nbajam) @@ -20535,7 +20535,7 @@ struct BurnDriver BurnDrvmd_nbajam = { // NBA Jam (Euro, USA) static struct BurnRomInfo md_nbajam1RomDesc[] = { - { "s285_ver_1.00.bin", 0x200000, 0x10fa248f, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "s285_ver_1.00.bin", 0x200000, 0x10fa248f, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_nbajam1) @@ -20553,7 +20553,7 @@ struct BurnDriver BurnDrvmd_nbajam1 = { // NBA Jam (Jpn) static struct BurnRomInfo md_nbajamjRomDesc[] = { - { "nba jam (jpn).bin", 0x200000, 0xa6c6305a, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "nba jam (jpn).bin", 0x200000, 0xa6c6305a, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_nbajamj) @@ -20571,10 +20571,10 @@ struct BurnDriver BurnDrvmd_nbajamj = { // NBA Jam (Jpn, Prototype) static struct BurnRomInfo md_nbajamjpRomDesc[] = { - { "jamod0.ic1", 0x080000, 0x8506240d, BRF_PRG | SEGA_MD_ROM_LOAD16_BYTE | SEGA_MD_ROM_OFFS_000000 }, - { "jamev0.ic2", 0x080000, 0x2e597f94, BRF_PRG | SEGA_MD_ROM_LOAD16_BYTE | SEGA_MD_ROM_OFFS_000001 }, - { "jamod1.ic3", 0x080000, 0x762c4fac, BRF_PRG | SEGA_MD_ROM_LOAD16_BYTE | SEGA_MD_ROM_OFFS_100000 }, - { "jamev1.ic4", 0x080000, 0x8735b9f6, BRF_PRG | SEGA_MD_ROM_LOAD16_BYTE | SEGA_MD_ROM_OFFS_100001 }, + { "jamod0.ic1", 0x080000, 0x8506240d, BRF_PRG | SEGA_MD_ROM_LOAD16_BYTE | SEGA_MD_ROM_OFFS_000000 }, + { "jamev0.ic2", 0x080000, 0x2e597f94, BRF_PRG | SEGA_MD_ROM_LOAD16_BYTE | SEGA_MD_ROM_OFFS_000001 }, + { "jamod1.ic3", 0x080000, 0x762c4fac, BRF_PRG | SEGA_MD_ROM_LOAD16_BYTE | SEGA_MD_ROM_OFFS_100000 }, + { "jamev1.ic4", 0x080000, 0x8735b9f6, BRF_PRG | SEGA_MD_ROM_LOAD16_BYTE | SEGA_MD_ROM_OFFS_100001 }, }; STD_ROM_PICK(md_nbajamjp) @@ -20592,7 +20592,7 @@ struct BurnDriver BurnDrvmd_nbajamjp = { // NBA Jam Tournament Edition (World) static struct BurnRomInfo md_nbajamteRomDesc[] = { - { "nba jam tournament edition (world).bin", 0x300000, 0xe9ffcb37, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "nba jam tournament edition (world).bin", 0x300000, 0xe9ffcb37, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_nbajamte) @@ -20610,7 +20610,7 @@ struct BurnDriver BurnDrvmd_nbajamte = { // NBA Jam Tournament Edition (World, 2002 Fix Release) static struct BurnRomInfo md_nbajamtefRomDesc[] = { - { "nba jam tournament edition (world) (fixed).bin", 0x300000, 0x6e25ebf0, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "nba jam tournament edition (world) (fixed).bin", 0x300000, 0x6e25ebf0, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_nbajamtef) @@ -20628,7 +20628,7 @@ struct BurnDriver BurnDrvmd_nbajamtef = { // NBA Live 95 (Euro, USA) static struct BurnRomInfo md_nbaliv95RomDesc[] = { - { "nba live 95 (euro, usa).bin", 0x200000, 0x66018abc, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "nba live 95 (euro, usa).bin", 0x200000, 0x66018abc, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_nbaliv95) @@ -20646,7 +20646,7 @@ struct BurnDriver BurnDrvmd_nbaliv95 = { // NBA Live 95 (Kor) static struct BurnRomInfo md_nbaliv95kRomDesc[] = { - { "lh5370hc.bin", 0x200000, 0x779c1244, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "lh5370hc.bin", 0x200000, 0x779c1244, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_nbaliv95k) @@ -20664,7 +20664,7 @@ struct BurnDriver BurnDrvmd_nbaliv95k = { // NBA Live 96 (Euro, USA) static struct BurnRomInfo md_nbaliv96RomDesc[] = { - { "nba live 96 (euro, usa).bin", 0x200000, 0x49de0062, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "nba live 96 (euro, usa).bin", 0x200000, 0x49de0062, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_nbaliv96) @@ -20682,7 +20682,7 @@ struct BurnDriver BurnDrvmd_nbaliv96 = { // NBA Live 97 (Euro, USA) static struct BurnRomInfo md_nbaliv97RomDesc[] = { - { "nba live 97 (euro, usa).bin", 0x200000, 0x7024843a, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "nba live 97 (euro, usa).bin", 0x200000, 0x7024843a, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_nbaliv97) @@ -20700,7 +20700,7 @@ struct BurnDriver BurnDrvmd_nbaliv97 = { // NBA Live 98 (USA) static struct BurnRomInfo md_nbaliv98RomDesc[] = { - { "nba live 98 (usa).bin", 0x200000, 0x23473a8a, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "nba live 98 (usa).bin", 0x200000, 0x23473a8a, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_nbaliv98) @@ -20718,7 +20718,7 @@ struct BurnDriver BurnDrvmd_nbaliv98 = { // NBA Playoffs - Bulls Vs Blazers (Jpn) static struct BurnRomInfo md_bullvsbljRomDesc[] = { - { "nba playoffs - bulls vs blazers (jpn).bin", 0x100000, 0xeae8c000, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "nba playoffs - bulls vs blazers (jpn).bin", 0x100000, 0xeae8c000, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_bullvsblj) @@ -20736,7 +20736,7 @@ struct BurnDriver BurnDrvmd_bullvsblj = { // NBA Playoffs - Bulls Vs Blazers (Jpn, Alt) static struct BurnRomInfo md_bullvsblj1RomDesc[] = { - { "nba playoffs - bulls vs blazers (jpn) (alt).bin", 0x100000, 0x4565ce1f, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "nba playoffs - bulls vs blazers (jpn) (alt).bin", 0x100000, 0x4565ce1f, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_bullvsblj1) @@ -20754,7 +20754,7 @@ struct BurnDriver BurnDrvmd_bullvsblj1 = { // NBA Pro Basketball - Bulls Vs Lakers (Jpn) static struct BurnRomInfo md_bullvslajRomDesc[] = { - { "nba pro basketball - bulls vs lakers (jpn).bin", 0x100000, 0x4416ce39, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "nba pro basketball - bulls vs lakers (jpn).bin", 0x100000, 0x4416ce39, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_bullvslaj) @@ -20772,7 +20772,7 @@ struct BurnDriver BurnDrvmd_bullvslaj = { // NBA Pro Basketball '94 (Jpn) static struct BurnRomInfo md_nbapro94RomDesc[] = { - { "nba pro basketball '94 (jpn).bin", 0x200000, 0xeea19bce, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "nba pro basketball '94 (jpn).bin", 0x200000, 0xeea19bce, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_nbapro94) @@ -20790,7 +20790,7 @@ struct BurnDriver BurnDrvmd_nbapro94 = { // NBA Showdown '94 (Euro, USA) static struct BurnRomInfo md_nbashowRomDesc[] = { - { "nba showdown '94 (euro, usa).bin", 0x200000, 0x160b7090, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "nba showdown '94 (euro, usa).bin", 0x200000, 0x160b7090, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_nbashow) @@ -20808,7 +20808,7 @@ struct BurnDriver BurnDrvmd_nbashow = { // NBA Showdown '94 (USA, Prototype, Hacked) static struct BurnRomInfo md_nbashowpRomDesc[] = { - { "nba showdown '94 (usa) (beta).bin", 0x200000, 0x6643a308, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "nba showdown '94 (usa) (beta).bin", 0x200000, 0x6643a308, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_nbashowp) @@ -20826,7 +20826,7 @@ struct BurnDriver BurnDrvmd_nbashowp = { // NCAA Final Four Basketball (USA) static struct BurnRomInfo md_ncaabaskRomDesc[] = { - { "ncaa final four basketball (usa).bin", 0x180000, 0xed0c1303, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "ncaa final four basketball (usa).bin", 0x180000, 0xed0c1303, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_ncaabask) @@ -20844,7 +20844,7 @@ struct BurnDriver BurnDrvmd_ncaabask = { // NCAA Football (USA) static struct BurnRomInfo md_ncaafootRomDesc[] = { - { "ncaa football (usa).bin", 0x100000, 0x081012f0, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "ncaa football (usa).bin", 0x100000, 0x081012f0, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_ncaafoot) @@ -20862,7 +20862,7 @@ struct BurnDriver BurnDrvmd_ncaafoot = { // Nekketsu Koukou Dodgeball Bu - Soccer Hen MD (Jpn) static struct BurnRomInfo md_neksoccrRomDesc[] = { - { "nekketsu koukou dodgeball bu - soccer hen md (jpn).bin", 0x080000, 0xf49c3a86, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "nekketsu koukou dodgeball bu - soccer hen md (jpn).bin", 0x080000, 0xf49c3a86, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_neksoccr) @@ -20880,7 +20880,7 @@ struct BurnDriver BurnDrvmd_neksoccr = { // New 3D Golf Simulation - Devil's Course (Jpn) static struct BurnRomInfo md_n3dgdeviRomDesc[] = { - { "new 3d golf simulation devil's course (jpn).bin", 0x180000, 0xbd090c67, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "new 3d golf simulation devil's course (jpn).bin", 0x180000, 0xbd090c67, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_n3dgdevi) @@ -20898,7 +20898,7 @@ struct BurnDriver BurnDrvmd_n3dgdevi = { // New 3D Golf Simulation - Harukanaru Augusta (Jpn) static struct BurnRomInfo md_n3dgauguRomDesc[] = { - { "mpr-16076.bin", 0x180000, 0xd2a9bf92, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-16076.bin", 0x180000, 0xd2a9bf92, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_n3dgaugu) @@ -20916,7 +20916,7 @@ struct BurnDriver BurnDrvmd_n3dgaugu = { // New 3D Golf Simulation - Waialae no Kiseki (Jpn) static struct BurnRomInfo md_n3dgwaiaRomDesc[] = { - { "new 3d golf simulation waialae no kiseki (jpn).bin", 0x180000, 0xcbe2c1f6, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "new 3d golf simulation waialae no kiseki (jpn).bin", 0x180000, 0xcbe2c1f6, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_n3dgwaia) @@ -20934,7 +20934,7 @@ struct BurnDriver BurnDrvmd_n3dgwaia = { // NFL '95 (Euro, USA) static struct BurnRomInfo md_nfl95RomDesc[] = { - { "nfl '95 (euro, usa).bin", 0x200000, 0xb58e4a81, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "nfl '95 (euro, usa).bin", 0x200000, 0xb58e4a81, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_nfl95) @@ -20952,7 +20952,7 @@ struct BurnDriver BurnDrvmd_nfl95 = { // NFL '95 (Prototype, 19940801) static struct BurnRomInfo md_nfl95p21RomDesc[] = { - { "nfl '95 (prototype - aug 01, 1994).bin", 0x200000, 0x5a57ea4e, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "nfl '95 (prototype - aug 01, 1994).bin", 0x200000, 0x5a57ea4e, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_nfl95p21) @@ -20970,7 +20970,7 @@ struct BurnDriver BurnDrvmd_nfl95p21 = { // NFL '95 (Prototype, 19940805) static struct BurnRomInfo md_nfl95p20RomDesc[] = { - { "nfl '95 (prototype - aug 05, 1994).bin", 0x200000, 0x88d51773, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "nfl '95 (prototype - aug 05, 1994).bin", 0x200000, 0x88d51773, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_nfl95p20) @@ -20988,7 +20988,7 @@ struct BurnDriver BurnDrvmd_nfl95p20 = { // NFL '95 (Prototype, 19940810) static struct BurnRomInfo md_nfl95p19RomDesc[] = { - { "nfl '95 (prototype - aug 10, 1994).bin", 0x200000, 0xa3c5710b, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "nfl '95 (prototype - aug 10, 1994).bin", 0x200000, 0xa3c5710b, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_nfl95p19) @@ -21006,7 +21006,7 @@ struct BurnDriver BurnDrvmd_nfl95p19 = { // NFL '95 (Prototype, 19940812) static struct BurnRomInfo md_nfl95p18RomDesc[] = { - { "nfl '95 (prototype - aug 12, 1994).bin", 0x200000, 0x3d23633b, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "nfl '95 (prototype - aug 12, 1994).bin", 0x200000, 0x3d23633b, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_nfl95p18) @@ -21024,7 +21024,7 @@ struct BurnDriver BurnDrvmd_nfl95p18 = { // NFL '95 (Prototype, 19940812, Alt) static struct BurnRomInfo md_nfl95p17RomDesc[] = { - { "nfl '95 (prototype - aug 12, 1994 - b).bin", 0x200000, 0xcc86a259, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "nfl '95 (prototype - aug 12, 1994 - b).bin", 0x200000, 0xcc86a259, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_nfl95p17) @@ -21042,7 +21042,7 @@ struct BurnDriver BurnDrvmd_nfl95p17 = { // NFL '95 (Prototype, 19940817-B) static struct BurnRomInfo md_nfl95p16RomDesc[] = { - { "nfl '95 (prototype - aug 17, 1994 - b).bin", 0x200000, 0xa6015c29, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "nfl '95 (prototype - aug 17, 1994 - b).bin", 0x200000, 0xa6015c29, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_nfl95p16) @@ -21060,7 +21060,7 @@ struct BurnDriver BurnDrvmd_nfl95p16 = { // NFL '95 (Prototype, 19940817) static struct BurnRomInfo md_nfl95p15RomDesc[] = { - { "nfl '95 (prototype - aug 17, 1994).bin", 0x200000, 0x655966c8, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "nfl '95 (prototype - aug 17, 1994).bin", 0x200000, 0x655966c8, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_nfl95p15) @@ -21078,7 +21078,7 @@ struct BurnDriver BurnDrvmd_nfl95p15 = { // NFL '95 (Prototype, 19940822) static struct BurnRomInfo md_nfl95p14RomDesc[] = { - { "nfl '95 (prototype - aug 22, 1994).bin", 0x200000, 0xb01434e5, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "nfl '95 (prototype - aug 22, 1994).bin", 0x200000, 0xb01434e5, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_nfl95p14) @@ -21096,7 +21096,7 @@ struct BurnDriver BurnDrvmd_nfl95p14 = { // NFL '95 (Prototype, 19940830) static struct BurnRomInfo md_nfl95p13RomDesc[] = { - { "nfl '95 (prototype - aug 30, 1994).bin", 0x200000, 0xd0e0a436, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "nfl '95 (prototype - aug 30, 1994).bin", 0x200000, 0xd0e0a436, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_nfl95p13) @@ -21114,7 +21114,7 @@ struct BurnDriver BurnDrvmd_nfl95p13 = { // NFL '95 (Prototype, 19940831) static struct BurnRomInfo md_nfl95p12RomDesc[] = { - { "nfl '95 (prototype - aug 31, 1994).bin", 0x200000, 0xc360521e, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "nfl '95 (prototype - aug 31, 1994).bin", 0x200000, 0xc360521e, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_nfl95p12) @@ -21132,7 +21132,7 @@ struct BurnDriver BurnDrvmd_nfl95p12 = { // NFL '95 (Prototype, 19940901) static struct BurnRomInfo md_nfl95p11RomDesc[] = { - { "nfl '95 (prototype - sep 01, 1994).bin", 0x200000, 0x9240fcaa, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "nfl '95 (prototype - sep 01, 1994).bin", 0x200000, 0x9240fcaa, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_nfl95p11) @@ -21150,7 +21150,7 @@ struct BurnDriver BurnDrvmd_nfl95p11 = { // NFL '95 (Prototype, 19940902) static struct BurnRomInfo md_nfl95p10RomDesc[] = { - { "nfl '95 (prototype - sep 02, 1994).bin", 0x200000, 0xff049a49, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "nfl '95 (prototype - sep 02, 1994).bin", 0x200000, 0xff049a49, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_nfl95p10) @@ -21168,7 +21168,7 @@ struct BurnDriver BurnDrvmd_nfl95p10 = { // NFL '95 (Prototype, 19940904) static struct BurnRomInfo md_nfl95p09RomDesc[] = { - { "nfl '95 (prototype - sep 04, 1994).bin", 0x200000, 0x60604d40, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "nfl '95 (prototype - sep 04, 1994).bin", 0x200000, 0x60604d40, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_nfl95p09) @@ -21186,7 +21186,7 @@ struct BurnDriver BurnDrvmd_nfl95p09 = { // NFL '95 (Prototype, 19940905-B) static struct BurnRomInfo md_nfl95p08RomDesc[] = { - { "nfl '95 (prototype - sep 05, 1994 - b).bin", 0x200000, 0x123985a5, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "nfl '95 (prototype - sep 05, 1994 - b).bin", 0x200000, 0x123985a5, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_nfl95p08) @@ -21204,7 +21204,7 @@ struct BurnDriver BurnDrvmd_nfl95p08 = { // NFL '95 (Prototype, 19940905) static struct BurnRomInfo md_nfl95p07RomDesc[] = { - { "nfl '95 (prototype - sep 05, 1994).bin", 0x200000, 0xdbdf61ac, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "nfl '95 (prototype - sep 05, 1994).bin", 0x200000, 0xdbdf61ac, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_nfl95p07) @@ -21222,7 +21222,7 @@ struct BurnDriver BurnDrvmd_nfl95p07 = { // NFL '95 (Prototype, 19940906) static struct BurnRomInfo md_nfl95p06RomDesc[] = { - { "nfl '95 (prototype - sep 06, 1994).bin", 0x200000, 0x624b8699, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "nfl '95 (prototype - sep 06, 1994).bin", 0x200000, 0x624b8699, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_nfl95p06) @@ -21240,7 +21240,7 @@ struct BurnDriver BurnDrvmd_nfl95p06 = { // NFL '95 (Prototype, 19940907) static struct BurnRomInfo md_nfl95p05RomDesc[] = { - { "nfl '95 (prototype - sep 07, 1994).bin", 0x200000, 0xae8aa4be, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "nfl '95 (prototype - sep 07, 1994).bin", 0x200000, 0xae8aa4be, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_nfl95p05) @@ -21258,7 +21258,7 @@ struct BurnDriver BurnDrvmd_nfl95p05 = { // NFL '95 (Prototype, 19940908) static struct BurnRomInfo md_nfl95p04RomDesc[] = { - { "nfl '95 (prototype - sep 08, 1994).bin", 0x200000, 0x22c5e289, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "nfl '95 (prototype - sep 08, 1994).bin", 0x200000, 0x22c5e289, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_nfl95p04) @@ -21276,7 +21276,7 @@ struct BurnDriver BurnDrvmd_nfl95p04 = { // NFL '95 (Prototype, 19940909) static struct BurnRomInfo md_nfl95p03RomDesc[] = { - { "nfl '95 (prototype - sep 09, 1994).bin", 0x200000, 0x55df1066, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "nfl '95 (prototype - sep 09, 1994).bin", 0x200000, 0x55df1066, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_nfl95p03) @@ -21294,7 +21294,7 @@ struct BurnDriver BurnDrvmd_nfl95p03 = { // NFL '95 (Prototype, 19940911-B) static struct BurnRomInfo md_nfl95p02RomDesc[] = { - { "nfl '95 (prototype - sep 11, 1994 - b).bin", 0x200000, 0x111ac6a0, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "nfl '95 (prototype - sep 11, 1994 - b).bin", 0x200000, 0x111ac6a0, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_nfl95p02) @@ -21312,7 +21312,7 @@ struct BurnDriver BurnDrvmd_nfl95p02 = { // NFL '95 (Prototype, 19940911) static struct BurnRomInfo md_nfl95p01RomDesc[] = { - { "nfl '95 (prototype - sep 11, 1994).bin", 0x200000, 0x21614c4f, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "nfl '95 (prototype - sep 11, 1994).bin", 0x200000, 0x21614c4f, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_nfl95p01) @@ -21330,7 +21330,7 @@ struct BurnDriver BurnDrvmd_nfl95p01 = { // NFL 98 (USA) static struct BurnRomInfo md_nfl98RomDesc[] = { - { "nfl 98 (usa).bin", 0x200000, 0xf73ec54c, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "nfl 98 (usa).bin", 0x200000, 0xf73ec54c, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_nfl98) @@ -21348,7 +21348,7 @@ struct BurnDriver BurnDrvmd_nfl98 = { // NFL Football '94 Starring Joe Montana (USA) static struct BurnRomInfo md_nfl94RomDesc[] = { - { "nfl football '94 starring joe montana (usa).bin", 0x200000, 0x0d486ed5, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "nfl football '94 starring joe montana (usa).bin", 0x200000, 0x0d486ed5, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_nfl94) @@ -21366,7 +21366,7 @@ struct BurnDriver BurnDrvmd_nfl94 = { // NFL Football '94 Starring Joe Montana (Jpn) static struct BurnRomInfo md_nfl94jRomDesc[] = { - { "nfl football '94 (jpn).bin", 0x200000, 0xe490dc4a, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "nfl football '94 (jpn).bin", 0x200000, 0xe490dc4a, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_nfl94j) @@ -21384,7 +21384,7 @@ struct BurnDriver BurnDrvmd_nfl94j = { // NFL Quarterback Club (World) static struct BurnRomInfo md_nflqbRomDesc[] = { - { "nfl quarterback club (world).bin", 0x300000, 0x94542eaf, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "nfl quarterback club (world).bin", 0x300000, 0x94542eaf, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_nflqb) @@ -21402,7 +21402,7 @@ struct BurnDriver BurnDrvmd_nflqb = { // NFL Quarterback Club 96 (Euro, USA) static struct BurnRomInfo md_nflqb96RomDesc[] = { - { "nfl quarterback club 96 (euro, usa).bin", 0x400000, 0xd5a37cab, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "nfl quarterback club 96 (euro, usa).bin", 0x400000, 0xd5a37cab, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_nflqb96) @@ -21420,7 +21420,7 @@ struct BurnDriver BurnDrvmd_nflqb96 = { // NFL Sports Talk Football '93 Starring Joe Montana (Euro, USA) static struct BurnRomInfo md_nflsportRomDesc[] = { - { "mpr-15005+mpr-15006.bin", 0x180000, 0xce0b1fe1, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-15005+mpr-15006.bin", 0x180000, 0xce0b1fe1, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_nflsport) @@ -21438,7 +21438,7 @@ struct BurnDriver BurnDrvmd_nflsport = { // NHK Taiga Drama - Taiheiki (Jpn) static struct BurnRomInfo md_nhktaidrRomDesc[] = { - { "nhk taiga drama - taiheiki (jpn).bin", 0x100000, 0x09fbb30e, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "nhk taiga drama - taiheiki (jpn).bin", 0x100000, 0x09fbb30e, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_nhktaidr) @@ -21456,7 +21456,7 @@ struct BurnDriver BurnDrvmd_nhktaidr = { // NHL 95 (Euro, USA) static struct BurnRomInfo md_nhl95RomDesc[] = { - { "nhl 95 (euro, usa).bin", 0x200000, 0xe8ee917e, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "nhl 95 (euro, usa).bin", 0x200000, 0xe8ee917e, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_nhl95) @@ -21474,7 +21474,7 @@ struct BurnDriver BurnDrvmd_nhl95 = { // NHL 96 (Euro, USA) static struct BurnRomInfo md_nhl96RomDesc[] = { - { "nhl 96 (euro, usa).bin", 0x200000, 0x8135702c, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "nhl 96 (euro, usa).bin", 0x200000, 0x8135702c, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_nhl96) @@ -21492,7 +21492,7 @@ struct BurnDriver BurnDrvmd_nhl96 = { // NHL 97 (Euro, USA) static struct BurnRomInfo md_nhl97RomDesc[] = { - { "nhl 97 (euro, usa).bin", 0x200000, 0xf067c103, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "nhl 97 (euro, usa).bin", 0x200000, 0xf067c103, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_nhl97) @@ -21510,7 +21510,7 @@ struct BurnDriver BurnDrvmd_nhl97 = { // NHL 98 (USA) static struct BurnRomInfo md_nhl98RomDesc[] = { - { "nhl 98 (usa).bin", 0x200000, 0x7b64cd98, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "nhl 98 (usa).bin", 0x200000, 0x7b64cd98, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_nhl98) @@ -21528,7 +21528,7 @@ struct BurnDriver BurnDrvmd_nhl98 = { // NHL All-Star Hockey '95 (USA) static struct BurnRomInfo md_nhlasRomDesc[] = { - { "nhl all-star hockey '95 (usa).bin", 0x200000, 0xe6c0218b, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "nhl all-star hockey '95 (usa).bin", 0x200000, 0xe6c0218b, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_nhlas) @@ -21546,7 +21546,7 @@ struct BurnDriver BurnDrvmd_nhlas = { // NHL All-Star Hockey '95 (Prototype, 19941201-B) static struct BurnRomInfo md_nhlasp03RomDesc[] = { - { "nhl all-star hockey '95 (prototype - dec 01, 1994 - b).bin", 0x1ffffa, 0xc209d720, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "nhl all-star hockey '95 (prototype - dec 01, 1994 - b).bin", 0x1ffffa, 0xc209d720, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_nhlasp03) @@ -21564,7 +21564,7 @@ struct BurnDriver BurnDrvmd_nhlasp03 = { // NHL All-Star Hockey '95 (Prototype, 19941201) static struct BurnRomInfo md_nhlasp02RomDesc[] = { - { "nhl all-star hockey '95 (prototype - dec 01, 1994).bin", 0x1ffffa, 0x112e4cb3, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "nhl all-star hockey '95 (prototype - dec 01, 1994).bin", 0x1ffffa, 0x112e4cb3, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_nhlasp02) @@ -21582,7 +21582,7 @@ struct BurnDriver BurnDrvmd_nhlasp02 = { // NHL All-Star Hockey '95 (Prototype, 19941202) static struct BurnRomInfo md_nhlasp01RomDesc[] = { - { "nhl all-star hockey '95 (prototype - dec 02, 1994).bin", 0x1ffffa, 0x01d6a6c7, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "nhl all-star hockey '95 (prototype - dec 02, 1994).bin", 0x1ffffa, 0x01d6a6c7, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_nhlasp01) @@ -21600,7 +21600,7 @@ struct BurnDriver BurnDrvmd_nhlasp01 = { // NHL All-Star Hockey '95 (Prototype, 19941107) static struct BurnRomInfo md_nhlasp12RomDesc[] = { - { "nhl all-star hockey '95 (prototype - nov 07, 1994).bin", 0x200000, 0xe8f2c88f, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "nhl all-star hockey '95 (prototype - nov 07, 1994).bin", 0x200000, 0xe8f2c88f, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_nhlasp12) @@ -21618,7 +21618,7 @@ struct BurnDriver BurnDrvmd_nhlasp12 = { // NHL All-Star Hockey '95 (Prototype, 19941109) static struct BurnRomInfo md_nhlasp11RomDesc[] = { - { "nhl all-star hockey '95 (prototype - nov 09, 1994).bin", 0x1ffff9, 0x82624073, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "nhl all-star hockey '95 (prototype - nov 09, 1994).bin", 0x1ffff9, 0x82624073, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_nhlasp11) @@ -21636,7 +21636,7 @@ struct BurnDriver BurnDrvmd_nhlasp11 = { // NHL All-Star Hockey '95 (Prototype, 19941119) static struct BurnRomInfo md_nhlasp10RomDesc[] = { - { "nhl all-star hockey '95 (prototype - nov 19, 1994).bin", 0x200000, 0xcd0f588a, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "nhl all-star hockey '95 (prototype - nov 19, 1994).bin", 0x200000, 0xcd0f588a, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_nhlasp10) @@ -21654,7 +21654,7 @@ struct BurnDriver BurnDrvmd_nhlasp10 = { // NHL All-Star Hockey '95 (Prototype, 19941121) static struct BurnRomInfo md_nhlasp09RomDesc[] = { - { "nhl all-star hockey '95 (prototype - nov 21, 1994).bin", 0x200000, 0xcfe4059d, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "nhl all-star hockey '95 (prototype - nov 21, 1994).bin", 0x200000, 0xcfe4059d, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_nhlasp09) @@ -21672,7 +21672,7 @@ struct BurnDriver BurnDrvmd_nhlasp09 = { // NHL All-Star Hockey '95 (Prototype, 19941122) static struct BurnRomInfo md_nhlasp08RomDesc[] = { - { "nhl all-star hockey '95 (prototype - nov 22, 1994).bin", 0x1ffffa, 0x81d30fe6, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "nhl all-star hockey '95 (prototype - nov 22, 1994).bin", 0x1ffffa, 0x81d30fe6, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_nhlasp08) @@ -21690,7 +21690,7 @@ struct BurnDriver BurnDrvmd_nhlasp08 = { // NHL All-Star Hockey '95 (Prototype, 19941123) static struct BurnRomInfo md_nhlasp07RomDesc[] = { - { "nhl all-star hockey '95 (prototype - nov 23, 1994).bin", 0x1ffffa, 0x88d4fc38, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "nhl all-star hockey '95 (prototype - nov 23, 1994).bin", 0x1ffffa, 0x88d4fc38, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_nhlasp07) @@ -21708,7 +21708,7 @@ struct BurnDriver BurnDrvmd_nhlasp07 = { // NHL All-Star Hockey '95 (Prototype, 19941127) static struct BurnRomInfo md_nhlasp06RomDesc[] = { - { "nhl all-star hockey '95 (prototype - nov 27, 1994).bin", 0x1ffffa, 0x658ffe52, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "nhl all-star hockey '95 (prototype - nov 27, 1994).bin", 0x1ffffa, 0x658ffe52, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_nhlasp06) @@ -21726,7 +21726,7 @@ struct BurnDriver BurnDrvmd_nhlasp06 = { // NHL All-Star Hockey '95 (Prototype, 19941128) static struct BurnRomInfo md_nhlasp05RomDesc[] = { - { "nhl all-star hockey '95 (prototype - nov 28, 1994).bin", 0x1ffffa, 0x51ad0056, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "nhl all-star hockey '95 (prototype - nov 28, 1994).bin", 0x1ffffa, 0x51ad0056, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_nhlasp05) @@ -21744,7 +21744,7 @@ struct BurnDriver BurnDrvmd_nhlasp05 = { // NHL All-Star Hockey '95 (Prototype, 19941129) static struct BurnRomInfo md_nhlasp04RomDesc[] = { - { "nhl all-star hockey '95 (prototype - nov 29, 1994).bin", 0x1ffffa, 0xa060a60b, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "nhl all-star hockey '95 (prototype - nov 29, 1994).bin", 0x1ffffa, 0xa060a60b, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_nhlasp04) @@ -21762,7 +21762,7 @@ struct BurnDriver BurnDrvmd_nhlasp04 = { // NHL All-Star Hockey '95 (Prototype, 19941001) static struct BurnRomInfo md_nhlasp14RomDesc[] = { - { "nhl all-star hockey '95 (prototype - oct 01, 1994).bin", 0x1ffff9, 0xb1c0fbb2, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "nhl all-star hockey '95 (prototype - oct 01, 1994).bin", 0x1ffff9, 0xb1c0fbb2, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_nhlasp14) @@ -21780,7 +21780,7 @@ struct BurnDriver BurnDrvmd_nhlasp14 = { // NHL All-Star Hockey '95 (Prototype, 19941021) static struct BurnRomInfo md_nhlasp13RomDesc[] = { - { "nhl all-star hockey '95 (prototype - oct 21, 1994).bin", 0x200000, 0x17eb2238, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "nhl all-star hockey '95 (prototype - oct 21, 1994).bin", 0x200000, 0x17eb2238, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_nhlasp13) @@ -21798,7 +21798,7 @@ struct BurnDriver BurnDrvmd_nhlasp13 = { // NHL All-Star Hockey '95 (Prototype, 19940914) static struct BurnRomInfo md_nhlasp16RomDesc[] = { - { "nhl all-star hockey '95 (prototype - sep 14, 1994).bin", 0x200000, 0x5d4bc48d, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "nhl all-star hockey '95 (prototype - sep 14, 1994).bin", 0x200000, 0x5d4bc48d, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_nhlasp16) @@ -21816,7 +21816,7 @@ struct BurnDriver BurnDrvmd_nhlasp16 = { // NHL All-Star Hockey '95 (Prototype, 19940929) static struct BurnRomInfo md_nhlasp15RomDesc[] = { - { "nhl all-star hockey '95 (prototype - sep 29, 1994).bin", 0x1ffff9, 0x96bae44f, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "nhl all-star hockey '95 (prototype - sep 29, 1994).bin", 0x1ffff9, 0x96bae44f, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_nhlasp15) @@ -21834,7 +21834,7 @@ struct BurnDriver BurnDrvmd_nhlasp15 = { // NHLPA Hockey 93 (Euro, USA, v1.1) static struct BurnRomInfo md_nhlpa93RomDesc[] = { - { "h9306.bin", 0x080000, 0xf361d0bf, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "h9306.bin", 0x080000, 0xf361d0bf, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_nhlpa93) @@ -21852,7 +21852,7 @@ struct BurnDriver BurnDrvmd_nhlpa93 = { // NHLPA Hockey 93 (Euro, USA) static struct BurnRomInfo md_nhlpa93aRomDesc[] = { - { "nhlpa hockey 93 (euro, usa).bin", 0x080000, 0xcbbf4262, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "nhlpa hockey 93 (euro, usa).bin", 0x080000, 0xcbbf4262, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_nhlpa93a) @@ -21870,7 +21870,7 @@ struct BurnDriver BurnDrvmd_nhlpa93a = { // Nigel Mansell's World Championship Racing (Euro) static struct BurnRomInfo md_mansellRomDesc[] = { - { "nigel mansell's world championship racing (euro).bin", 0x100000, 0x3fe3d63b, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "nigel mansell's world championship racing (euro).bin", 0x100000, 0x3fe3d63b, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_mansell) @@ -21888,7 +21888,7 @@ struct BurnDriver BurnDrvmd_mansell = { // Nigel Mansell's World Championship Racing (USA) static struct BurnRomInfo md_manselluRomDesc[] = { - { "nigel mansell's world championship racing (usa).bin", 0x100000, 0x6bc57b2c, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "nigel mansell's world championship racing (usa).bin", 0x100000, 0x6bc57b2c, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_mansellu) @@ -21906,7 +21906,7 @@ struct BurnDriver BurnDrvmd_mansellu = { // Nightmare Circus (Bra) static struct BurnRomInfo md_ncircRomDesc[] = { - { "nightmare circus (bra).bin", 0x200000, 0x06da3217, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "nightmare circus (bra).bin", 0x200000, 0x06da3217, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_ncirc) @@ -21924,7 +21924,7 @@ struct BurnDriver BurnDrvmd_ncirc = { // Nightmare Circus (Bra, Alt) static struct BurnRomInfo md_ncirc1RomDesc[] = { - { "nightmare circus (bra) (alt).bin", 0x200000, 0x31de5a94, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "nightmare circus (bra) (alt).bin", 0x200000, 0x31de5a94, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_ncirc1) @@ -21942,7 +21942,7 @@ struct BurnDriver BurnDrvmd_ncirc1 = { // Nightmare Circus (Prototype) static struct BurnRomInfo md_ncircpRomDesc[] = { - { "nightmare circus (prototype).bin", 0x400000, 0xee96f1b8, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "nightmare circus (prototype).bin", 0x400000, 0xee96f1b8, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_ncircp) @@ -21960,7 +21960,7 @@ struct BurnDriver BurnDrvmd_ncircp = { // Nikkan Sports Pro Yakyuu Van (Jpn) static struct BurnRomInfo md_nikkanRomDesc[] = { - { "nikkan sports pro yakyuu van (jpn).bin", 0x080000, 0xc3655a59, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "nikkan sports pro yakyuu van (jpn).bin", 0x080000, 0xc3655a59, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_nikkan) @@ -21978,7 +21978,7 @@ struct BurnDriver BurnDrvmd_nikkan = { // Ninja Burai Densetsu (Jpn) static struct BurnRomInfo md_ninjabRomDesc[] = { - { "ninja burai densetsu (jpn).bin", 0x100000, 0xa8d828a0, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "ninja burai densetsu (jpn).bin", 0x100000, 0xa8d828a0, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_ninjab) @@ -21996,7 +21996,7 @@ struct BurnDriver BurnDrvmd_ninjab = { // Ninja Gaiden (Jpn, Prototype) static struct BurnRomInfo md_ngaidenRomDesc[] = { - { "ninja gaiden (jpn) (prototype) (bad dump).bin", 0x100000, 0x0d7f74ba, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "ninja gaiden (jpn) (prototype) (bad dump).bin", 0x100000, 0x0d7f74ba, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_ngaiden) @@ -22014,7 +22014,7 @@ struct BurnDriver BurnDrvmd_ngaiden = { // No Escape (USA) static struct BurnRomInfo md_noescapeRomDesc[] = { - { "no escape (usa).bin", 0x200000, 0x44ee5f20, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "no escape (usa).bin", 0x200000, 0x44ee5f20, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_noescape) @@ -22032,7 +22032,7 @@ struct BurnDriver BurnDrvmd_noescape = { // Nobunaga no Yabou - Bushou Fuuunroku (Jpn) static struct BurnRomInfo md_nobubufuRomDesc[] = { - { "mpr-14456.bin", 0x100000, 0x30bf8637, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-14456.bin", 0x100000, 0x30bf8637, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_nobubufu) @@ -22050,7 +22050,7 @@ struct BurnDriver BurnDrvmd_nobubufu = { // Nobunaga no Yabou - Haouden (Jpn) static struct BurnRomInfo md_nobuhaoRomDesc[] = { - { "nobunaga no yabou - haouden (jpn).bin", 0x200000, 0x96c01fc6, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "nobunaga no yabou - haouden (jpn).bin", 0x200000, 0x96c01fc6, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_nobuhao) @@ -22068,7 +22068,7 @@ struct BurnDriver BurnDrvmd_nobuhao = { // Nobunaga's Ambition (USA) static struct BurnRomInfo md_nobuambRomDesc[] = { - { "nobunaga's ambition (usa).bin", 0x080000, 0xb9bc07bc, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "nobunaga's ambition (usa).bin", 0x080000, 0xb9bc07bc, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_nobuamb) @@ -22086,7 +22086,7 @@ struct BurnDriver BurnDrvmd_nobuamb = { // Nobunaga no Yabou - Zenkokuban (Jpn) static struct BurnRomInfo md_nobuzenkRomDesc[] = { - { "nobunaga no yabou - zenkoku ban (jpn).bin", 0x080000, 0x1381b313, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "nobunaga no yabou - zenkoku ban (jpn).bin", 0x080000, 0x1381b313, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_nobuzenk) @@ -22104,7 +22104,7 @@ struct BurnDriver BurnDrvmd_nobuzenk = { // Normy's Beach Babe-O-Rama (Euro, USA) static struct BurnRomInfo md_normyRomDesc[] = { - { "normy's beach babe-o-rama (euro, usa).bin", 0x100000, 0xb56a8220, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "normy's beach babe-o-rama (euro, usa).bin", 0x100000, 0xb56a8220, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_normy) @@ -22122,7 +22122,7 @@ struct BurnDriver BurnDrvmd_normy = { // Olympic Gold (Euro) static struct BurnRomInfo md_olympgldRomDesc[] = { - { "mpr-14753.bin", 0x080000, 0x924e57d3, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-14753.bin", 0x080000, 0x924e57d3, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_olympgld) @@ -22140,7 +22140,7 @@ struct BurnDriver BurnDrvmd_olympgld = { // Olympic Gold (Jpn, Kor) static struct BurnRomInfo md_olympgldjRomDesc[] = { - { "olympic gold (jpn, kor).bin", 0x080000, 0xe9c925b8, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "olympic gold (jpn, kor).bin", 0x080000, 0xe9c925b8, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_olympgldj) @@ -22158,7 +22158,7 @@ struct BurnDriver BurnDrvmd_olympgldj = { // Olympic Gold (USA) static struct BurnRomInfo md_olympglduRomDesc[] = { - { "olympic gold (usa).bin", 0x080000, 0x339594b4, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "olympic gold (usa).bin", 0x080000, 0x339594b4, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_olympgldu) @@ -22176,7 +22176,7 @@ struct BurnDriver BurnDrvmd_olympgldu = { // Olympic Gold (USA, Alt) static struct BurnRomInfo md_olympgldu1RomDesc[] = { - { "olympic gold (usa) (alt).bin", 0x080000, 0xaf639376, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "olympic gold (usa) (alt).bin", 0x080000, 0xaf639376, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_olympgldu1) @@ -22194,7 +22194,7 @@ struct BurnDriver BurnDrvmd_olympgldu1 = { // Olympic Summer Games (Euro, USA) static struct BurnRomInfo md_olympsumRomDesc[] = { - { "olympic summer games (euro, usa).bin", 0x200000, 0x9e470fb9, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "olympic summer games (euro, usa).bin", 0x200000, 0x9e470fb9, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_olympsum) @@ -22212,7 +22212,7 @@ struct BurnDriver BurnDrvmd_olympsum = { // Onslaught (Euro, USA) static struct BurnRomInfo md_onslauRomDesc[] = { - { "onslaught (euro, usa).bin", 0x080000, 0x9f19d6df, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "onslaught (euro, usa).bin", 0x080000, 0x9f19d6df, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_onslau) @@ -22230,7 +22230,7 @@ struct BurnDriver BurnDrvmd_onslau = { // The Ooze (Euro) static struct BurnRomInfo md_oozeRomDesc[] = { - { "ooze, the (euro).bin", 0x100000, 0xe16b102c, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "ooze, the (euro).bin", 0x100000, 0xe16b102c, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_ooze) @@ -22248,7 +22248,7 @@ struct BurnDriver BurnDrvmd_ooze = { // The Ooze (Jpn, USA) static struct BurnRomInfo md_oozejuRomDesc[] = { - { "ooze, the (usa, jpn).bin", 0x100000, 0x1c0dd42f, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "ooze, the (usa, jpn).bin", 0x100000, 0x1c0dd42f, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_oozeju) @@ -22266,7 +22266,7 @@ struct BurnDriver BurnDrvmd_oozeju = { // The Ooze (Euro, Prototype, 19950728) static struct BurnRomInfo md_oozep01RomDesc[] = { - { "ooze, the (euro) (prototype - jul 28, 1995).bin", 0x100000, 0x7cf868e7, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "ooze, the (euro) (prototype - jul 28, 1995).bin", 0x100000, 0x7cf868e7, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_oozep01) @@ -22284,7 +22284,7 @@ struct BurnDriver BurnDrvmd_oozep01 = { // The Ooze (Prototype, 19950615) static struct BurnRomInfo md_oozep07RomDesc[] = { - { "ooze, the (prototype - jun 15, 1995).bin", 0x0e35ce, 0x921106fd, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "ooze, the (prototype - jun 15, 1995).bin", 0x0e35ce, 0x921106fd, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_oozep07) @@ -22302,7 +22302,7 @@ struct BurnDriver BurnDrvmd_oozep07 = { // The Ooze (Prototype, 19950619) static struct BurnRomInfo md_oozep06RomDesc[] = { - { "ooze, the (prototype - jun 19, 1995).bin", 0x100000, 0xfa39281d, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "ooze, the (prototype - jun 19, 1995).bin", 0x100000, 0xfa39281d, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_oozep06) @@ -22320,7 +22320,7 @@ struct BurnDriver BurnDrvmd_oozep06 = { // The Ooze (Prototype, 19950629-B) static struct BurnRomInfo md_oozep03RomDesc[] = { - { "ooze, the (prototype - jun 29, 1995 - b).bin", 0x0ee456, 0xca93e93b, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "ooze, the (prototype - jun 29, 1995 - b).bin", 0x0ee456, 0xca93e93b, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_oozep03) @@ -22338,7 +22338,7 @@ struct BurnDriver BurnDrvmd_oozep03 = { // The Ooze (Prototype, 19950629) static struct BurnRomInfo md_oozep02RomDesc[] = { - { "ooze, the (prototype - jun 29, 1995).bin", 0x100000, 0x1776763b, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "ooze, the (prototype - jun 29, 1995).bin", 0x100000, 0x1776763b, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_oozep02) @@ -22356,7 +22356,7 @@ struct BurnDriver BurnDrvmd_oozep02 = { // The Ooze (Prototype 104, 19950622) static struct BurnRomInfo md_oozep05RomDesc[] = { - { "ooze, the (prototype 104 - jun 22, 1995).bin", 0x0ebea8, 0xce1f139f, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "ooze, the (prototype 104 - jun 22, 1995).bin", 0x0ebea8, 0xce1f139f, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_oozep05) @@ -22374,7 +22374,7 @@ struct BurnDriver BurnDrvmd_oozep05 = { // The Ooze (Prototype 112, 19950626) static struct BurnRomInfo md_oozep04RomDesc[] = { - { "ooze, the (prototype 112 - jun 26, 1995).bin", 0x0ec570, 0x70419442, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "ooze, the (prototype 112 - jun 26, 1995).bin", 0x0ec570, 0x70419442, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_oozep04) @@ -22392,7 +22392,7 @@ struct BurnDriver BurnDrvmd_oozep04 = { // Operation Europe - Path to Victory 1939-45 (USA) static struct BurnRomInfo md_opeuropeRomDesc[] = { - { "operation europe - path to victory 1939-45 (usa).bin", 0x100000, 0xe7cba1d8, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "operation europe - path to victory 1939-45 (usa).bin", 0x100000, 0xe7cba1d8, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_opeurope) @@ -22410,7 +22410,7 @@ struct BurnDriver BurnDrvmd_opeurope = { // Europa Sensen (Jpn) static struct BurnRomInfo md_eurosensRomDesc[] = { - { "europa sensen (jpn).bin", 0x100000, 0xb0416c60, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "europa sensen (jpn).bin", 0x100000, 0xb0416c60, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_eurosens) @@ -22428,7 +22428,7 @@ struct BurnDriver BurnDrvmd_eurosens = { // Osomatsu-kun Hachamecha Gekijou (Jpn) static struct BurnRomInfo md_osomatsuRomDesc[] = { - { "osomatsu-kun hachamecha gekijou (jpn).bin", 0x040000, 0x2453350c, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "osomatsu-kun hachamecha gekijou (jpn).bin", 0x040000, 0x2453350c, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_osomatsu) @@ -22446,7 +22446,7 @@ struct BurnDriver BurnDrvmd_osomatsu = { // The Ottifants (Euro) static struct BurnRomInfo md_ottifantRomDesc[] = { - { "ottifants, the (euro).bin", 0x100000, 0x41ac8003, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "ottifants, the (euro).bin", 0x100000, 0x41ac8003, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_ottifant) @@ -22464,7 +22464,7 @@ struct BurnDriver BurnDrvmd_ottifant = { // The Ottifants (Ger, Prototype) static struct BurnRomInfo md_ottifantgRomDesc[] = { - { "ottifants, the (germany) (beta).bin", 0x100000, 0xc6e3dd23, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "ottifants, the (germany) (beta).bin", 0x100000, 0xc6e3dd23, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_ottifantg) @@ -22482,7 +22482,7 @@ struct BurnDriver BurnDrvmd_ottifantg = { // Outlander (Euro) static struct BurnRomInfo md_outlandrRomDesc[] = { - { "outlander (euro).bin", 0x100000, 0xfe6f2350, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "outlander (euro).bin", 0x100000, 0xfe6f2350, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_outlandr) @@ -22500,7 +22500,7 @@ struct BurnDriver BurnDrvmd_outlandr = { // Outlander (USA) static struct BurnRomInfo md_outlandruRomDesc[] = { - { "outlander (usa).bin", 0x100000, 0xc5ba7bbf, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "outlander (usa).bin", 0x100000, 0xc5ba7bbf, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_outlandru) @@ -22518,7 +22518,7 @@ struct BurnDriver BurnDrvmd_outlandru = { // OutRun (Euro, USA) static struct BurnRomInfo md_outrunRomDesc[] = { - { "outrun (euro, usa).bin", 0x100000, 0xfdd9a8d2, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "outrun (euro, usa).bin", 0x100000, 0xfdd9a8d2, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_outrun) @@ -22536,7 +22536,7 @@ struct BurnDriver BurnDrvmd_outrun = { // OutRun (Jpn) static struct BurnRomInfo md_outrunjRomDesc[] = { - { "outrun (jpn).bin", 0x100000, 0xee7d9f4a, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "outrun (jpn).bin", 0x100000, 0xee7d9f4a, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_outrunj) @@ -22554,7 +22554,7 @@ struct BurnDriver BurnDrvmd_outrunj = { // OutRun 2019 (Euro) static struct BurnRomInfo md_outr2019RomDesc[] = { - { "mpr-15482.bin", 0x100000, 0x5cb3536a, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-15482.bin", 0x100000, 0x5cb3536a, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_outr2019) @@ -22572,7 +22572,7 @@ struct BurnDriver BurnDrvmd_outr2019 = { // OutRun 2019 (Jpn) static struct BurnRomInfo md_outr2019jRomDesc[] = { - { "outrun 2019 (jpn).bin", 0x100000, 0x0eac7440, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "outrun 2019 (jpn).bin", 0x100000, 0x0eac7440, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_outr2019j) @@ -22590,7 +22590,7 @@ struct BurnDriver BurnDrvmd_outr2019j = { // OutRun 2019 (USA) static struct BurnRomInfo md_outr2019uRomDesc[] = { - { "outrun 2019 (usa).bin", 0x100000, 0xe32e17e2, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "outrun 2019 (usa).bin", 0x100000, 0xe32e17e2, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_outr2019u) @@ -22608,7 +22608,7 @@ struct BurnDriver BurnDrvmd_outr2019u = { // OutRun 2019 (USA, Prototype) static struct BurnRomInfo md_outr2019upRomDesc[] = { - { "outrun 2019 (usa) (beta).bin", 0x100000, 0xd2ecddfa, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "outrun 2019 (usa) (beta).bin", 0x100000, 0xd2ecddfa, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_outr2019up) @@ -22626,7 +22626,7 @@ struct BurnDriver BurnDrvmd_outr2019up = { // Junker's High (Jpn, Prototype) static struct BurnRomInfo md_junkerRomDesc[] = { - { "junker's high (jpn) (beta) (bad dump).bin", 0x100000, 0x23534949, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "junker's high (jpn) (beta) (bad dump).bin", 0x100000, 0x23534949, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_junker) @@ -22644,7 +22644,7 @@ struct BurnDriver BurnDrvmd_junker = { // OutRunners (USA) static struct BurnRomInfo md_orunnersRomDesc[] = { - { "outrunners (usa).bin", 0x200000, 0xede636b9, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "outrunners (usa).bin", 0x200000, 0xede636b9, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_orunners) @@ -22662,7 +22662,7 @@ struct BurnDriver BurnDrvmd_orunners = { // OutRunners (Jpn) static struct BurnRomInfo md_orunnersjRomDesc[] = { - { "outrunners (jpn).bin", 0x200000, 0xe164a09f, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "outrunners (jpn).bin", 0x200000, 0xe164a09f, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_orunnersj) @@ -22680,7 +22680,7 @@ struct BurnDriver BurnDrvmd_orunnersj = { // Pac-Attack (USA) static struct BurnRomInfo md_pacattakRomDesc[] = { - { "pac-attack (usa).bin", 0x040000, 0x5df382f7, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "pac-attack (usa).bin", 0x040000, 0x5df382f7, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_pacattak) @@ -22698,7 +22698,7 @@ struct BurnDriver BurnDrvmd_pacattak = { // Pac-Man 2 - The New Adventures (USA) static struct BurnRomInfo md_pacman2RomDesc[] = { - { "pac-man 2 - the new adventures (usa).bin", 0x200000, 0xfe7a7ed1, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "pac-man 2 - the new adventures (usa).bin", 0x200000, 0xfe7a7ed1, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_pacman2) @@ -22716,7 +22716,7 @@ struct BurnDriver BurnDrvmd_pacman2 = { // Pac-Mania (Euro, USA) static struct BurnRomInfo md_pacmaniaRomDesc[] = { - { "mpr-14392.bin", 0x040000, 0x74bba09b, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-14392.bin", 0x040000, 0x74bba09b, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_pacmania) @@ -22734,7 +22734,7 @@ struct BurnDriver BurnDrvmd_pacmania = { // Pac-Panic (Euro) static struct BurnRomInfo md_pacpanicRomDesc[] = { - { "pac-panic (euro).bin", 0x040000, 0x3c427882, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "pac-panic (euro).bin", 0x040000, 0x3c427882, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_pacpanic) @@ -22752,7 +22752,7 @@ struct BurnDriver BurnDrvmd_pacpanic = { // Pachinko Kuunyan (Jpn) static struct BurnRomInfo md_pachinkoRomDesc[] = { - { "pachinko kuunyan (jpn).bin", 0x100000, 0x9d137e7f, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "pachinko kuunyan (jpn).bin", 0x100000, 0x9d137e7f, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_pachinko) @@ -22770,7 +22770,7 @@ struct BurnDriver BurnDrvmd_pachinko = { // P.T.O. - Pacific Theater of Operations (USA) static struct BurnRomInfo md_ptoRomDesc[] = { - { "pacific theater of operations (usa).bin", 0x100000, 0xd9d4c6e2, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "pacific theater of operations (usa).bin", 0x100000, 0xd9d4c6e2, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_pto) @@ -22788,7 +22788,7 @@ struct BurnDriver BurnDrvmd_pto = { // Teitoku no Ketsudan (Jpn) static struct BurnRomInfo md_teiketsuRomDesc[] = { - { "teitoku no ketsudan (jpn).bin", 0x100000, 0x9b08e4e4, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "teitoku no ketsudan (jpn).bin", 0x100000, 0x9b08e4e4, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_teiketsu) @@ -22806,7 +22806,7 @@ struct BurnDriver BurnDrvmd_teiketsu = { // Paddle Fighter (Jpn, SegaNet) static struct BurnRomInfo md_paddleRomDesc[] = { - { "paddle fighter (jpn) (sn).bin", 0x040000, 0x3d8147e6, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "paddle fighter (jpn) (sn).bin", 0x040000, 0x3d8147e6, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_paddle) @@ -22824,7 +22824,7 @@ struct BurnDriver BurnDrvmd_paddle = { // Paddle Fighter (Jpn, Game no Kandume MegaCD Rip) static struct BurnRomInfo md_paddlegnkRomDesc[] = { - { "paddle fighter (jpn) (gnk).bin", 0x040000, 0xebef05a4, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "paddle fighter (jpn) (gnk).bin", 0x040000, 0xebef05a4, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_paddlegnk) @@ -22842,7 +22842,7 @@ struct BurnDriver BurnDrvmd_paddlegnk = { // The Pagemaster (Euro) static struct BurnRomInfo md_pagemstrRomDesc[] = { - { "pagemaster, the (euro).bin", 0x200000, 0x79a180e2, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "pagemaster, the (euro).bin", 0x200000, 0x79a180e2, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_pagemstr) @@ -22860,7 +22860,7 @@ struct BurnDriver BurnDrvmd_pagemstr = { // The Pagemaster (USA) static struct BurnRomInfo md_pagemstruRomDesc[] = { - { "pagemaster, the (usa).bin", 0x200000, 0x75a96d4e, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "pagemaster, the (usa).bin", 0x200000, 0x75a96d4e, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_pagemstru) @@ -22878,7 +22878,7 @@ struct BurnDriver BurnDrvmd_pagemstru = { // The Pagemaster (USA, Prototype) static struct BurnRomInfo md_pagemstrupRomDesc[] = { - { "pagemaster, the (usa) (beta).bin", 0x200000, 0x29895e3d, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "pagemaster, the (usa) (beta).bin", 0x200000, 0x29895e3d, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_pagemstrup) @@ -22896,7 +22896,7 @@ struct BurnDriver BurnDrvmd_pagemstrup = { // Panorama Cotton (Jpn) static struct BurnRomInfo md_pcottonRomDesc[] = { - { "panorama cotton (jpn).bin", 0x280000, 0x9e57d92e, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "panorama cotton (jpn).bin", 0x280000, 0x9e57d92e, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_pcotton) @@ -22914,7 +22914,7 @@ struct BurnDriver BurnDrvmd_pcotton = { // Paperboy (Euro, USA) static struct BurnRomInfo md_paperboyRomDesc[] = { - { "paperboy (euro, usa).bin", 0x080000, 0x0a44819b, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "paperboy (euro, usa).bin", 0x080000, 0x0a44819b, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_paperboy) @@ -22932,7 +22932,7 @@ struct BurnDriver BurnDrvmd_paperboy = { // Paperboy (Jpn) static struct BurnRomInfo md_paperboyjRomDesc[] = { - { "mpr-14774.bin", 0x080000, 0xe14250ae, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-14774.bin", 0x080000, 0xe14250ae, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_paperboyj) @@ -22950,7 +22950,7 @@ struct BurnDriver BurnDrvmd_paperboyj = { // Party Quiz Mega Q (Jpn) static struct BurnRomInfo md_partyqRomDesc[] = { - { "party quiz mega q (jpn).bin", 0x100000, 0x9d4b447a, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "party quiz mega q (jpn).bin", 0x100000, 0x9d4b447a, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_partyq) @@ -22968,7 +22968,7 @@ struct BurnDriver BurnDrvmd_partyq = { // Pebble Beach Golf Links (Euro) static struct BurnRomInfo md_pebbleRomDesc[] = { - { "pebble beach golf links (euro).bin", 0x200000, 0x6cfc7297, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "pebble beach golf links (euro).bin", 0x200000, 0x6cfc7297, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_pebble) @@ -22986,7 +22986,7 @@ struct BurnDriver BurnDrvmd_pebble = { // Pebble Beach Golf Links (USA) static struct BurnRomInfo md_pebbleuRomDesc[] = { - { "pebble beach golf links (usa).bin", 0x200000, 0x95823c43, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "pebble beach golf links (usa).bin", 0x200000, 0x95823c43, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_pebbleu) @@ -23004,7 +23004,7 @@ struct BurnDriver BurnDrvmd_pebbleu = { // New 3D Golf Simulation - Pebble Beach no Hatou (Jpn) static struct BurnRomInfo md_n3dgpebbRomDesc[] = { - { "new 3d golf simulation pebble beach no hatou (jpn).bin", 0x180000, 0x96ed2e5d, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "new 3d golf simulation pebble beach no hatou (jpn).bin", 0x180000, 0x96ed2e5d, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_n3dgpebb) @@ -23022,7 +23022,7 @@ struct BurnDriver BurnDrvmd_n3dgpebb = { // Pelé's World Tournament Soccer (Euro, USA) static struct BurnRomInfo md_pele2RomDesc[] = { - { "pele ii - world tournament soccer (euro, usa).bin", 0x200000, 0x05a486e9, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "pele ii - world tournament soccer (euro, usa).bin", 0x200000, 0x05a486e9, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_pele2) @@ -23040,7 +23040,7 @@ struct BurnDriver BurnDrvmd_pele2 = { // Pelé! (Euro, USA) static struct BurnRomInfo md_peleRomDesc[] = { - { "pele! (euro, usa).bin", 0x100000, 0x5a8abe51, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "pele! (euro, usa).bin", 0x100000, 0x5a8abe51, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_pele) @@ -23058,7 +23058,7 @@ struct BurnDriver BurnDrvmd_pele = { // Pepenga Pengo (Jpn) static struct BurnRomInfo md_ppengoRomDesc[] = { - { "pepenga pengo (jpn).bin", 0x100000, 0xd1e2324b, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "pepenga pengo (jpn).bin", 0x100000, 0xd1e2324b, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_ppengo) @@ -23076,7 +23076,7 @@ struct BurnDriver BurnDrvmd_ppengo = { // Pete Sampras Tennis (Euro, USA, J-Cart, Alt) static struct BurnRomInfo md_sampras1RomDesc[] = { - { "mdstee_13.bin", 0x100000, 0xaa8b19bc, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mdstee_13.bin", 0x100000, 0xaa8b19bc, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_sampras1) @@ -23094,7 +23094,7 @@ struct BurnDriver BurnDrvmd_sampras1 = { // Pete Sampras Tennis (Euro, USA, J-Cart, Alt 2) static struct BurnRomInfo md_sampras2RomDesc[] = { - { "pete sampras tennis (euro, usa) (j-cart).bin", 0x100000, 0x9ef5bbd1, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "pete sampras tennis (euro, usa) (j-cart).bin", 0x100000, 0x9ef5bbd1, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_sampras2) @@ -23112,7 +23112,7 @@ struct BurnDriver BurnDrvmd_sampras2 = { // PGA European Tour (Euro, USA) static struct BurnRomInfo md_pgaeuroRomDesc[] = { - { "euro03.bin", 0x100000, 0x8ca45acd, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "euro03.bin", 0x100000, 0x8ca45acd, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_pgaeuro) @@ -23130,7 +23130,7 @@ struct BurnDriver BurnDrvmd_pgaeuro = { // PGA Tour 96 (Euro, USA) static struct BurnRomInfo md_pga96RomDesc[] = { - { "pga9601.bin", 0x200000, 0x9698bbde, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "pga9601.bin", 0x200000, 0x9698bbde, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_pga96) @@ -23148,7 +23148,7 @@ struct BurnDriver BurnDrvmd_pga96 = { // PGA Tour Golf (Euro, USA, v1.2) static struct BurnRomInfo md_pgaRomDesc[] = { - { "pga09.bin", 0x080000, 0xc1f0b4e1, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "pga09.bin", 0x080000, 0xc1f0b4e1, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_pga) @@ -23166,7 +23166,7 @@ struct BurnDriver BurnDrvmd_pga = { // PGA Tour Golf (Euro, USA, v1.1) static struct BurnRomInfo md_pgaaRomDesc[] = { - { "pga tour golf (euro, usa) (v1.1).bin", 0x080000, 0x0489ff8e, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "pga tour golf (euro, usa) (v1.1).bin", 0x080000, 0x0489ff8e, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_pgaa) @@ -23184,7 +23184,7 @@ struct BurnDriver BurnDrvmd_pgaa = { // PGA Tour Golf II (Euro, USA, v1.1) static struct BurnRomInfo md_pga2RomDesc[] = { - { "pga tour golf ii (euro, usa) (v1.1).bin", 0x100000, 0xe82b8606, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "pga tour golf ii (euro, usa) (v1.1).bin", 0x100000, 0xe82b8606, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_pga2) @@ -23202,7 +23202,7 @@ struct BurnDriver BurnDrvmd_pga2 = { // PGA Tour Golf II (Jpn) static struct BurnRomInfo md_pga2jRomDesc[] = { - { "pga tour golf ii (jpn).bin", 0x100000, 0xc05b7a4a, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "pga tour golf ii (jpn).bin", 0x100000, 0xc05b7a4a, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_pga2j) @@ -23220,7 +23220,7 @@ struct BurnDriver BurnDrvmd_pga2j = { // PGA Tour Golf III (Euro, USA) static struct BurnRomInfo md_pga3RomDesc[] = { - { "pga tour golf iii (euro, usa).bin", 0x200000, 0xaeb3f65f, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "pga tour golf iii (euro, usa).bin", 0x200000, 0xaeb3f65f, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_pga3) @@ -23238,7 +23238,7 @@ struct BurnDriver BurnDrvmd_pga3 = { // Phantasy Star II (Euro, USA) static struct BurnRomInfo md_pstar2aRomDesc[] = { - { "phantasy star ii (euro, usa).bin", 0x0c0000, 0x0d07d0ef, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "phantasy star ii (euro, usa).bin", 0x0c0000, 0x0d07d0ef, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_pstar2a) @@ -23256,7 +23256,7 @@ struct BurnDriver BurnDrvmd_pstar2a = { // Phantasy Star II (Bra) static struct BurnRomInfo md_pstar2brRomDesc[] = { - { "phantasy star ii (bra).bin", 0x0c0000, 0xe6688b66, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "phantasy star ii (bra).bin", 0x0c0000, 0xe6688b66, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_pstar2br) @@ -23274,7 +23274,7 @@ struct BurnDriver BurnDrvmd_pstar2br = { // Phantasy Star II - Kaerazaru Toki no Owari ni (Jpn) static struct BurnRomInfo md_pstar2jRomDesc[] = { - { "mpr-12140+mpr-12181+mpr-12182.bin", 0x0c0000, 0xbec8eb5a, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-12140+mpr-12181+mpr-12182.bin", 0x0c0000, 0xbec8eb5a, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_pstar2j) @@ -23292,7 +23292,7 @@ struct BurnDriver BurnDrvmd_pstar2j = { // Phantasy Star II - Amia's Adventure (Jpn, SegaNet) static struct BurnRomInfo md_ps2aaRomDesc[] = { - { "phantasy star ii - amia's adventure (jpn) (sn).bin", 0x040000, 0xa3a724aa, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "phantasy star ii - amia's adventure (jpn) (sn).bin", 0x040000, 0xa3a724aa, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_ps2aa) @@ -23310,7 +23310,7 @@ struct BurnDriver BurnDrvmd_ps2aa = { // Phantasy Star II - Anne's Adventure (Jpn, SegaNet) static struct BurnRomInfo md_ps2abRomDesc[] = { - { "phantasy star ii - anne's adventure (jpn) (sn).bin", 0x040000, 0xfafa5b6f, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "phantasy star ii - anne's adventure (jpn) (sn).bin", 0x040000, 0xfafa5b6f, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_ps2ab) @@ -23328,7 +23328,7 @@ struct BurnDriver BurnDrvmd_ps2ab = { // Phantasy Star II - Huey's Adventure (Jpn, SegaNet) static struct BurnRomInfo md_ps2acRomDesc[] = { - { "phantasy star ii - huey's adventure (jpn) (sn).bin", 0x040000, 0x1a076f83, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "phantasy star ii - huey's adventure (jpn) (sn).bin", 0x040000, 0x1a076f83, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_ps2ac) @@ -23346,7 +23346,7 @@ struct BurnDriver BurnDrvmd_ps2ac = { // Phantasy Star II - Kinds's Adventure (Jpn, SegaNet) static struct BurnRomInfo md_ps2adRomDesc[] = { - { "phantasy star ii - kinds's adventure (jpn) (sn).bin", 0x040000, 0xc334f308, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "phantasy star ii - kinds's adventure (jpn) (sn).bin", 0x040000, 0xc334f308, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_ps2ad) @@ -23364,7 +23364,7 @@ struct BurnDriver BurnDrvmd_ps2ad = { // Phantasy Star II - Nei's Adventure (Jpn, SegaNet) static struct BurnRomInfo md_ps2aeRomDesc[] = { - { "phantasy star ii - nei's adventure (jpn) (sn).bin", 0x040000, 0x3d9ad465, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "phantasy star ii - nei's adventure (jpn) (sn).bin", 0x040000, 0x3d9ad465, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_ps2ae) @@ -23382,7 +23382,7 @@ struct BurnDriver BurnDrvmd_ps2ae = { // Phantasy Star II - Rudger's Adventure (Jpn, SegaNet) static struct BurnRomInfo md_ps2afRomDesc[] = { - { "phantasy star ii - rudger's adventure (jpn) (sn).bin", 0x040000, 0x6b5916d2, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "phantasy star ii - rudger's adventure (jpn) (sn).bin", 0x040000, 0x6b5916d2, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_ps2af) @@ -23400,7 +23400,7 @@ struct BurnDriver BurnDrvmd_ps2af = { // Phantasy Star II - Shilka's Adventure (Jpn, SegaNet) static struct BurnRomInfo md_ps2agRomDesc[] = { - { "phantasy star ii - shilka's adventure (jpn) (sn).bin", 0x040000, 0x1f83beb2, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "phantasy star ii - shilka's adventure (jpn) (sn).bin", 0x040000, 0x1f83beb2, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_ps2ag) @@ -23418,7 +23418,7 @@ struct BurnDriver BurnDrvmd_ps2ag = { // Phantasy Star II - Yushis's Adventure (Jpn, SegaNet) static struct BurnRomInfo md_ps2ahRomDesc[] = { - { "phantasy star ii - yushis's adventure (jpn) (sn).bin", 0x040000, 0xd40c76d6, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "phantasy star ii - yushis's adventure (jpn) (sn).bin", 0x040000, 0xd40c76d6, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_ps2ah) @@ -23436,7 +23436,7 @@ struct BurnDriver BurnDrvmd_ps2ah = { // Phantasy Star III - Generations of Doom (Euro, USA, Kor) static struct BurnRomInfo md_pstar3RomDesc[] = { - { "phantasy star iii - generations of doom (euro, usa, kor).bin", 0x0c0000, 0xc6b42b0f, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "phantasy star iii - generations of doom (euro, usa, kor).bin", 0x0c0000, 0xc6b42b0f, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_pstar3) @@ -23454,7 +23454,7 @@ struct BurnDriver BurnDrvmd_pstar3 = { // Phantasy Star III - Generations of Doom (Bra) static struct BurnRomInfo md_pstar3brRomDesc[] = { - { "phantasy star iii - generations of doom (bra).bin", 0x0c0000, 0x2e9b4c23, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "phantasy star iii - generations of doom (bra).bin", 0x0c0000, 0x2e9b4c23, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_pstar3br) @@ -23472,7 +23472,7 @@ struct BurnDriver BurnDrvmd_pstar3br = { // Phantasy Star III - Toki no Keishousha (Jpn) static struct BurnRomInfo md_pstar3jRomDesc[] = { - { "phantasy star iii - toki no keishousha (jpn).bin", 0x0c0000, 0x6c48c06f, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "phantasy star iii - toki no keishousha (jpn).bin", 0x0c0000, 0x6c48c06f, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_pstar3j) @@ -23489,8 +23489,26 @@ struct BurnDriver BurnDrvmd_pstar3j = { }; // Phantasy Star - The End of the Millennium (USA) +static struct BurnRomInfo md_pstar4uRomDesc[] = { + { "phantasy star iv (usa).bin", 0x300000, 0xfe236442, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, +}; + +STD_ROM_PICK(md_pstar4u) +STD_ROM_FN(md_pstar4u) + +struct BurnDriver BurnDrvmd_pstar4u = { + "md_pstar4u", "md_pstar4", NULL, NULL, "1994", + "Phantasy Star - The End of the Millennium (USA)\0", NULL, "Sega", "Sega Megadrive", + NULL, NULL, NULL, NULL, + BDF_GAME_WORKING | BDF_16BIT_ONLY | BDF_CLONE, 2, HARDWARE_SEGA_MEGADRIVE | HARDWARE_SEGA_MEGADRIVE_PCB_SEGA_SRAM, GBF_MISC, 0, + MegadriveGetZipName, md_pstar4uRomInfo, md_pstar4uRomName, NULL, NULL, MegadriveInputInfo, MegadriveDIPInfo, + MegadriveInit, MegadriveExit, MegadriveFrame, NULL, MegadriveScan, + &bMegadriveRecalcPalette, 0x100, 320, 224, 4, 3 +}; + +// Phantasy Star - The End of the Millennium (Euro) static struct BurnRomInfo md_pstar4RomDesc[] = { - { "phantasy star iv (usa).bin", 0x300000, 0xfe236442, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "phantasy star iv (euro).bin", 0x300000, 0x389c2968, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_pstar4) @@ -23498,7 +23516,7 @@ STD_ROM_FN(md_pstar4) struct BurnDriver BurnDrvmd_pstar4 = { "md_pstar4", NULL, NULL, NULL, "1994", - "Phantasy Star - The End of the Millennium (USA)\0", NULL, "Sega", "Sega Megadrive", + "Phantasy Star - The End of the Millennium (Euro)\0", NULL, "Sega", "Sega Megadrive", NULL, NULL, NULL, NULL, BDF_GAME_WORKING | BDF_16BIT_ONLY, 2, HARDWARE_SEGA_MEGADRIVE | HARDWARE_SEGA_MEGADRIVE_PCB_SEGA_SRAM, GBF_MISC, 0, MegadriveGetZipName, md_pstar4RomInfo, md_pstar4RomName, NULL, NULL, MegadriveInputInfo, MegadriveDIPInfo, @@ -23506,27 +23524,9 @@ struct BurnDriver BurnDrvmd_pstar4 = { &bMegadriveRecalcPalette, 0x100, 320, 224, 4, 3 }; -// Phantasy Star - The End of the Millennium (Euro) -static struct BurnRomInfo md_pstar4eRomDesc[] = { - { "phantasy star iv (euro).bin", 0x300000, 0x389c2968, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, -}; - -STD_ROM_PICK(md_pstar4e) -STD_ROM_FN(md_pstar4e) - -struct BurnDriver BurnDrvmd_pstar4e = { - "md_pstar4e", "md_pstar4", NULL, NULL, "1994", - "Phantasy Star - The End of the Millennium (Euro)\0", NULL, "Sega", "Sega Megadrive", - NULL, NULL, NULL, NULL, - BDF_GAME_WORKING | BDF_16BIT_ONLY | BDF_CLONE, 2, HARDWARE_SEGA_MEGADRIVE | HARDWARE_SEGA_MEGADRIVE_PCB_SEGA_SRAM, GBF_MISC, 0, - MegadriveGetZipName, md_pstar4eRomInfo, md_pstar4eRomName, NULL, NULL, MegadriveInputInfo, MegadriveDIPInfo, - MegadriveInit, MegadriveExit, MegadriveFrame, NULL, MegadriveScan, - &bMegadriveRecalcPalette, 0x100, 320, 224, 4, 3 -}; - // Phantasy Star - Sennenki no Owari ni (Jpn) static struct BurnRomInfo md_pstar4jRomDesc[] = { - { "phantasy star - sennenki no owari ni (jpn).bin", 0x300000, 0xf0bfad42, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "phantasy star - sennenki no owari ni (jpn).bin", 0x300000, 0xf0bfad42, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_pstar4j) @@ -23544,7 +23544,7 @@ struct BurnDriver BurnDrvmd_pstar4j = { // Phantasy Star - The End of the Millennium (Prototype, 19940815) static struct BurnRomInfo md_pstar4p3RomDesc[] = { - { "phantasy star iv (prototype - aug 15, 1994).bin", 0x300000, 0x60137f25, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "phantasy star iv (prototype - aug 15, 1994).bin", 0x300000, 0x60137f25, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_pstar4p3) @@ -23562,7 +23562,7 @@ struct BurnDriver BurnDrvmd_pstar4p3 = { // Phantasy Star - The End of the Millennium (Prototype, 19940608) static struct BurnRomInfo md_pstar4p4RomDesc[] = { - { "phantasy star iv (prototype - jun 08, 1994).bin", 0x300000, 0xdc2e1c0a, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "phantasy star iv (prototype - jun 08, 1994).bin", 0x300000, 0xdc2e1c0a, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_pstar4p4) @@ -23580,7 +23580,7 @@ struct BurnDriver BurnDrvmd_pstar4p4 = { // Phantasy Star - The End of the Millennium (Prototype, 19940530) static struct BurnRomInfo md_pstar4p5RomDesc[] = { - { "phantasy star iv (prototype - may 30, 1994).bin", 0x300000, 0xb32b17e1, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "phantasy star iv (prototype - may 30, 1994).bin", 0x300000, 0xb32b17e1, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_pstar4p5) @@ -23598,7 +23598,7 @@ struct BurnDriver BurnDrvmd_pstar4p5 = { // Phantasy Star - The End of the Millennium (Prototype, 19941107) static struct BurnRomInfo md_pstar4p1RomDesc[] = { - { "phantasy star iv (prototype - nov 07, 1994).bin", 0x300000, 0xbda29cdf, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "phantasy star iv (prototype - nov 07, 1994).bin", 0x300000, 0xbda29cdf, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_pstar4p1) @@ -23616,7 +23616,7 @@ struct BurnDriver BurnDrvmd_pstar4p1 = { // Phantasy Star - The End of the Millennium (Prototype, 19941027) static struct BurnRomInfo md_pstar4p2RomDesc[] = { - { "phantasy star iv (prototype - oct 27, 1994).bin", 0x300000, 0x12a2590a, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "phantasy star iv (prototype - oct 27, 1994).bin", 0x300000, 0x12a2590a, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_pstar4p2) @@ -23634,7 +23634,7 @@ struct BurnDriver BurnDrvmd_pstar4p2 = { // Phantom 2040 (Euro) static struct BurnRomInfo md_phantomRomDesc[] = { - { "phantom 2040 (euro).bin", 0x200000, 0xb024882e, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "phantom 2040 (euro).bin", 0x200000, 0xb024882e, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_phantom) @@ -23652,7 +23652,7 @@ struct BurnDriver BurnDrvmd_phantom = { // Phantom 2040 (USA) static struct BurnRomInfo md_phantomuRomDesc[] = { - { "phantom 2040 (usa).bin", 0x200000, 0xfb36e1f3, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "phantom 2040 (usa).bin", 0x200000, 0xfb36e1f3, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_phantomu) @@ -23670,7 +23670,7 @@ struct BurnDriver BurnDrvmd_phantomu = { // Phelios (Euro) static struct BurnRomInfo md_pheliosRomDesc[] = { - { "phelios (euro).bin", 0x080000, 0x13abc2b2, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "phelios (euro).bin", 0x080000, 0x13abc2b2, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_phelios) @@ -23688,7 +23688,7 @@ struct BurnDriver BurnDrvmd_phelios = { // Phelios (Jpn) static struct BurnRomInfo md_pheliosjRomDesc[] = { - { "phelios (jpn).bin", 0x080000, 0x94596174, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "phelios (jpn).bin", 0x080000, 0x94596174, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_pheliosj) @@ -23706,7 +23706,7 @@ struct BurnDriver BurnDrvmd_pheliosj = { // Phelios (USA) static struct BurnRomInfo md_pheliosuRomDesc[] = { - { "phelios (usa).bin", 0x080000, 0x11c79320, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "phelios (usa).bin", 0x080000, 0x11c79320, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_pheliosu) @@ -23724,7 +23724,7 @@ struct BurnDriver BurnDrvmd_pheliosu = { // Pink Goes to Hollywood (USA, Prototype) static struct BurnRomInfo md_pinkpRomDesc[] = { - { "pink goes to hollywood (usa) (beta).bin", 0x100000, 0x56087cff, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "pink goes to hollywood (usa) (beta).bin", 0x100000, 0x56087cff, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_pinkp) @@ -23742,7 +23742,7 @@ struct BurnDriver BurnDrvmd_pinkp = { // Pinocchio (Euro) static struct BurnRomInfo md_pinocRomDesc[] = { - { "pinocchio (euro).bin", 0x300000, 0x28014bdc, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "pinocchio (euro).bin", 0x300000, 0x28014bdc, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_pinoc) @@ -23760,7 +23760,7 @@ struct BurnDriver BurnDrvmd_pinoc = { // Pinocchio (USA) static struct BurnRomInfo md_pinocuRomDesc[] = { - { "pinocchio (usa).bin", 0x300000, 0xcd4128d8, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "pinocchio (usa).bin", 0x300000, 0xcd4128d8, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_pinocu) @@ -23778,7 +23778,7 @@ struct BurnDriver BurnDrvmd_pinocu = { // The Pirates of Dark Water (USA, January 1994) static struct BurnRomInfo md_piratedwRomDesc[] = { - { "pirates of dark water, the (usa) (january 1994).bin", 0x200000, 0x0c45b9f7, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "pirates of dark water, the (usa) (january 1994).bin", 0x200000, 0x0c45b9f7, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_piratedw) @@ -23796,7 +23796,7 @@ struct BurnDriver BurnDrvmd_piratedw = { // The Pirates of Dark Water (Euro, USA, May 1994) static struct BurnRomInfo md_piratedw1RomDesc[] = { - { "pirates of dark water, the (euro, usa) (may 1994).bin", 0x200000, 0x0a62de34, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "pirates of dark water, the (euro, usa) (may 1994).bin", 0x200000, 0x0a62de34, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_piratedw1) @@ -23814,7 +23814,7 @@ struct BurnDriver BurnDrvmd_piratedw1 = { // Pirates! Gold (USA) static struct BurnRomInfo md_piratesRomDesc[] = { - { "pirates! gold (usa).bin", 0x100000, 0xed50e75c, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "pirates! gold (usa).bin", 0x100000, 0xed50e75c, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_pirates) @@ -23832,7 +23832,7 @@ struct BurnDriver BurnDrvmd_pirates = { // Pirates! Gold (USA, Prototype) static struct BurnRomInfo md_piratespRomDesc[] = { - { "pirates! gold (usa) (beta).bin", 0x100000, 0x0a525641, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "pirates! gold (usa) (beta).bin", 0x100000, 0x0a525641, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_piratesp) @@ -23850,7 +23850,7 @@ struct BurnDriver BurnDrvmd_piratesp = { // Pit-Fighter (World, Rev. A) static struct BurnRomInfo md_pitfightRomDesc[] = { - { "mpr-14320a.bin", 0x100000, 0xd48a8b02, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-14320a.bin", 0x100000, 0xd48a8b02, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_pitfight) @@ -23868,7 +23868,7 @@ struct BurnDriver BurnDrvmd_pitfight = { // Pit-Fighter (World) static struct BurnRomInfo md_pitfight1RomDesc[] = { - { "pit-fighter (world).bin", 0x100000, 0x1e0e0831, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "pit-fighter (world).bin", 0x100000, 0x1e0e0831, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_pitfight1) @@ -23886,7 +23886,7 @@ struct BurnDriver BurnDrvmd_pitfight1 = { // Pitfall - The Mayan Adventure (Euro) static struct BurnRomInfo md_pitfallRomDesc[] = { - { "pitfall - the mayan adventure (euro).bin", 0x200000, 0xc9198e19, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "pitfall - the mayan adventure (euro).bin", 0x200000, 0xc9198e19, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_pitfall) @@ -23904,7 +23904,7 @@ struct BurnDriver BurnDrvmd_pitfall = { // Pitfall - The Mayan Adventure (USA) static struct BurnRomInfo md_pitfalluRomDesc[] = { - { "pitfall - the mayan adventure (usa).bin", 0x200000, 0xf917e34f, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "pitfall - the mayan adventure (usa).bin", 0x200000, 0xf917e34f, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_pitfallu) @@ -23922,7 +23922,7 @@ struct BurnDriver BurnDrvmd_pitfallu = { // Pocahontas (Euro) static struct BurnRomInfo md_pocahontRomDesc[] = { - { "mpr-18875.bin", 0x400000, 0x165e7987, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-18875.bin", 0x400000, 0x165e7987, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_pocahont) @@ -23940,7 +23940,7 @@ struct BurnDriver BurnDrvmd_pocahont = { // Pocahontas (USA) static struct BurnRomInfo md_pocahontuRomDesc[] = { - { "pocahontas (usa).bin", 0x400000, 0x6ddd1c6d, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "pocahontas (usa).bin", 0x400000, 0x6ddd1c6d, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_pocahontu) @@ -23958,7 +23958,7 @@ struct BurnDriver BurnDrvmd_pocahontu = { // Pocket Monsters static struct BurnRomInfo md_pokemonRomDesc[] = { - { "pocket monsters (unl).bin", 0x200000, 0xf68f6367, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "pocket monsters (unl).bin", 0x200000, 0xf68f6367, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_pokemon) @@ -23976,7 +23976,7 @@ struct BurnDriver BurnDrvmd_pokemon = { // Pocket Monsters (Alt) static struct BurnRomInfo md_pokemonaRomDesc[] = { - { "pocket monsters (unl) (alt).bin", 0x200000, 0xfb176667, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "pocket monsters (unl) (alt).bin", 0x200000, 0xfb176667, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_pokemona) @@ -23994,7 +23994,7 @@ struct BurnDriver BurnDrvmd_pokemona = { // Pocket Monsters 2 static struct BurnRomInfo md_pokemon2RomDesc[] = { - { "pocket monsters 2 (unl).bin", 0x200000, 0x30f7031f, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "pocket monsters 2 (unl).bin", 0x200000, 0x30f7031f, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_pokemon2) @@ -24012,7 +24012,7 @@ struct BurnDriver BurnDrvmd_pokemon2 = { // Pokemon Crazy Drummer static struct BurnRomInfo md_pokecdRomDesc[] = { - { "pokemon crazy drummer (unl).bin", 0x200000, 0x8838a25d, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "pokemon crazy drummer (unl).bin", 0x200000, 0x8838a25d, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_pokecd) @@ -24030,7 +24030,7 @@ struct BurnDriver BurnDrvmd_pokecd = { // Populous (Euro) static struct BurnRomInfo md_populousRomDesc[] = { - { "populous (euro).bin", 0x080000, 0x83d56f64, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "populous (euro).bin", 0x080000, 0x83d56f64, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_populous) @@ -24048,7 +24048,7 @@ struct BurnDriver BurnDrvmd_populous = { // Populous (Jpn) static struct BurnRomInfo md_populousjRomDesc[] = { - { "populous (jpn).bin", 0x080000, 0x97c26818, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "populous (jpn).bin", 0x080000, 0x97c26818, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_populousj) @@ -24066,7 +24066,7 @@ struct BurnDriver BurnDrvmd_populousj = { // Populous (USA) static struct BurnRomInfo md_populousuRomDesc[] = { - { "populous (usa).bin", 0x080000, 0xbd74b31e, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "populous (usa).bin", 0x080000, 0xbd74b31e, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_populousu) @@ -24084,7 +24084,7 @@ struct BurnDriver BurnDrvmd_populousu = { // Power Drive (Euro) static struct BurnRomInfo md_pdriveRomDesc[] = { - { "power drive (euro).bin", 0x100000, 0x8c00ad61, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "power drive (euro).bin", 0x100000, 0x8c00ad61, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_pdrive) @@ -24102,7 +24102,7 @@ struct BurnDriver BurnDrvmd_pdrive = { // Power Monger (Euro, USA) static struct BurnRomInfo md_pmongerRomDesc[] = { - { "pm14.bin", 0x100000, 0xfb599b86, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "pm14.bin", 0x100000, 0xfb599b86, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_pmonger) @@ -24120,7 +24120,7 @@ struct BurnDriver BurnDrvmd_pmonger = { // Power Monger (Jpn, Kor) static struct BurnRomInfo md_pmongerjRomDesc[] = { - { "power monger (jpn, kor).bin", 0x100000, 0x553289b3, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "power monger (jpn, kor).bin", 0x100000, 0x553289b3, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_pmongerj) @@ -24138,7 +24138,7 @@ struct BurnDriver BurnDrvmd_pmongerj = { // Powerball (USA) static struct BurnRomInfo md_powerbalRomDesc[] = { - { "powerball (usa).bin", 0x080000, 0x7adf232f, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "powerball (usa).bin", 0x080000, 0x7adf232f, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_powerbal) @@ -24156,7 +24156,7 @@ struct BurnDriver BurnDrvmd_powerbal = { // Wrestleball (Jpn) static struct BurnRomInfo md_wrstballRomDesc[] = { - { "wrestleball (jpn).bin", 0x080000, 0xd563e07f, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "wrestleball (jpn).bin", 0x080000, 0xd563e07f, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_wrstball) @@ -24174,7 +24174,7 @@ struct BurnDriver BurnDrvmd_wrstball = { // Predator 2 (Euro, USA) static struct BurnRomInfo md_predatr2RomDesc[] = { - { "predator 2 (euro, usa).bin", 0x100000, 0xbdba113e, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "predator 2 (euro, usa).bin", 0x100000, 0xbdba113e, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_predatr2) @@ -24192,7 +24192,7 @@ struct BurnDriver BurnDrvmd_predatr2 = { // Premier Manager (Euro) static struct BurnRomInfo md_premiermRomDesc[] = { - { "mpr-18473.bin", 0x100000, 0x303b889f, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-18473.bin", 0x100000, 0x303b889f, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_premierm) @@ -24210,7 +24210,7 @@ struct BurnDriver BurnDrvmd_premierm = { // Premier Manager 97 (Euro) static struct BurnRomInfo md_premrm97RomDesc[] = { - { "premier manager 97 (euro).bin", 0x100000, 0xfccbf69b, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "premier manager 97 (euro).bin", 0x100000, 0xfccbf69b, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_premrm97) @@ -24228,7 +24228,7 @@ struct BurnDriver BurnDrvmd_premrm97 = { // Primal Rage (Euro, USA) static struct BurnRomInfo md_primalRomDesc[] = { - { "primal rage (euro, usa).bin", 0x300000, 0x2884c6d1, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "primal rage (euro, usa).bin", 0x300000, 0x2884c6d1, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_primal) @@ -24246,7 +24246,7 @@ struct BurnDriver BurnDrvmd_primal = { // Prime Time NFL Starring Deion Sanders (USA) static struct BurnRomInfo md_primetimRomDesc[] = { - { "prime time nfl starring deion sanders (usa).bin", 0x200000, 0x5aa53cbc, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "prime time nfl starring deion sanders (usa).bin", 0x200000, 0x5aa53cbc, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_primetim) @@ -24264,7 +24264,7 @@ struct BurnDriver BurnDrvmd_primetim = { // Prince of Persia (Euro) static struct BurnRomInfo md_ppersiaRomDesc[] = { - { "prince of persia (euro).bin", 0x100000, 0x61de6fe0, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "prince of persia (euro).bin", 0x100000, 0x61de6fe0, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_ppersia) @@ -24282,7 +24282,7 @@ struct BurnDriver BurnDrvmd_ppersia = { // Prince of Persia (Prototype) static struct BurnRomInfo md_ppersiapRomDesc[] = { - { "prince of persia (beta).bin", 0x100000, 0x505314b6, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "prince of persia (beta).bin", 0x100000, 0x505314b6, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_ppersiap) @@ -24300,7 +24300,7 @@ struct BurnDriver BurnDrvmd_ppersiap = { // Prince of Persia (Prototype, Earlier) static struct BurnRomInfo md_ppersiap1RomDesc[] = { - { "prince of persia (beta) (earlier).bin", 0x040000, 0x425e6a87, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "prince of persia (beta) (earlier).bin", 0x040000, 0x425e6a87, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_ppersiap1) @@ -24318,7 +24318,7 @@ struct BurnDriver BurnDrvmd_ppersiap1 = { // Prince of Persia (USA) static struct BurnRomInfo md_ppersiauRomDesc[] = { - { "prince of persia (usa).bin", 0x100000, 0x13c181a4, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "prince of persia (usa).bin", 0x100000, 0x13c181a4, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_ppersiau) @@ -24336,7 +24336,7 @@ struct BurnDriver BurnDrvmd_ppersiau = { // Prince of Persia 2 - The Shadow and the Flame (Euro, Prototype) static struct BurnRomInfo md_ppersia2RomDesc[] = { - { "prince of persia 2 - the shadow and the flame (euro) (prototype).bin", 0x200000, 0x3ab44d46, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "prince of persia 2 - the shadow and the flame (euro) (prototype).bin", 0x200000, 0x3ab44d46, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_ppersia2) @@ -24354,7 +24354,7 @@ struct BurnDriver BurnDrvmd_ppersia2 = { // Pro Quarterback (USA) static struct BurnRomInfo md_proqbRomDesc[] = { - { "pro quarterback (usa).bin", 0x100000, 0xcc8b2b69, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "pro quarterback (usa).bin", 0x100000, 0xcc8b2b69, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_proqb) @@ -24372,7 +24372,7 @@ struct BurnDriver BurnDrvmd_proqb = { // Pro Yakyuu Super League '91 (Jpn) static struct BurnRomInfo md_proyakyuRomDesc[] = { - { "pro yakyuu super league '91 (jpn).bin", 0x080000, 0xa948ab7e, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "pro yakyuu super league '91 (jpn).bin", 0x080000, 0xa948ab7e, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_proyakyu) @@ -24390,7 +24390,7 @@ struct BurnDriver BurnDrvmd_proyakyu = { // Probotector (Euro) static struct BurnRomInfo md_probotRomDesc[] = { - { "probotector (euro).bin", 0x200000, 0xbc597d48, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "probotector (euro).bin", 0x200000, 0xbc597d48, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_probot) @@ -24408,7 +24408,7 @@ struct BurnDriver BurnDrvmd_probot = { // Contra - Hard Corps (USA, Kor) static struct BurnRomInfo md_contraRomDesc[] = { - { "contra - hard corps (usa, kor).bin", 0x200000, 0xc579f45e, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "contra - hard corps (usa, kor).bin", 0x200000, 0xc579f45e, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_contra) @@ -24426,7 +24426,7 @@ struct BurnDriver BurnDrvmd_contra = { // Contra - The Hard Corps (Jpn) static struct BurnRomInfo md_contrajRomDesc[] = { - { "contra - the hard corps (jpn).bin", 0x200000, 0x2ab26380, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "contra - the hard corps (jpn).bin", 0x200000, 0x2ab26380, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_contraj) @@ -24444,7 +24444,7 @@ struct BurnDriver BurnDrvmd_contraj = { // Psy-O-Blade (Jpn) static struct BurnRomInfo md_psyobladRomDesc[] = { - { "psy-o-blade (jpn).bin", 0x0a0000, 0x8ba7e6c5, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "psy-o-blade (jpn).bin", 0x0a0000, 0x8ba7e6c5, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_psyoblad) @@ -24462,7 +24462,7 @@ struct BurnDriver BurnDrvmd_psyoblad = { // Puggsy (Euro) static struct BurnRomInfo md_puggsyRomDesc[] = { - { "puggsy (euro).bin", 0x100000, 0x5d5c9ade, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "puggsy (euro).bin", 0x100000, 0x5d5c9ade, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_puggsy) @@ -24480,7 +24480,7 @@ struct BurnDriver BurnDrvmd_puggsy = { // Puggsy (Prototype) static struct BurnRomInfo md_puggsypRomDesc[] = { - { "puggsy (beta).bin", 0x100000, 0x37fa4877, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "puggsy (beta).bin", 0x100000, 0x37fa4877, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_puggsyp) @@ -24498,7 +24498,7 @@ struct BurnDriver BurnDrvmd_puggsyp = { // Puggsy (USA) static struct BurnRomInfo md_puggsyuRomDesc[] = { - { "puggsy (usa).bin", 0x100000, 0x70132168, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "puggsy (usa).bin", 0x100000, 0x70132168, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_puggsyu) @@ -24516,7 +24516,7 @@ struct BurnDriver BurnDrvmd_puggsyu = { // Pulseman (Jpn) static struct BurnRomInfo md_pulsemanRomDesc[] = { - { "pulseman (jpn).bin", 0x200000, 0x138a104e, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "pulseman (jpn).bin", 0x200000, 0x138a104e, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_pulseman) @@ -24534,7 +24534,7 @@ struct BurnDriver BurnDrvmd_pulseman = { // The Punisher (Euro) static struct BurnRomInfo md_punisherRomDesc[] = { - { "punisher, the (euro).bin", 0x200000, 0x729edd17, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "punisher, the (euro).bin", 0x200000, 0x729edd17, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_punisher) @@ -24552,7 +24552,7 @@ struct BurnDriver BurnDrvmd_punisher = { // The Punisher (USA) static struct BurnRomInfo md_punisheruRomDesc[] = { - { "punisher, the (usa).bin", 0x200000, 0x695cd8b8, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "punisher, the (usa).bin", 0x200000, 0x695cd8b8, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_punisheru) @@ -24570,7 +24570,7 @@ struct BurnDriver BurnDrvmd_punisheru = { // Putter Golf (Jpn, SegaNet) static struct BurnRomInfo md_putterRomDesc[] = { - { "putter golf (jpn) (sn).bin", 0x040000, 0x20f168a6, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "putter golf (jpn) (sn).bin", 0x040000, 0x20f168a6, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_putter) @@ -24588,7 +24588,7 @@ struct BurnDriver BurnDrvmd_putter = { // Putter Golf (Jpn, Game no Kandume MegaCD Rip) static struct BurnRomInfo md_puttergnkRomDesc[] = { - { "putter golf (jpn) (gnk).bin", 0x040000, 0xa6557faa, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "putter golf (jpn) (gnk).bin", 0x040000, 0xa6557faa, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_puttergnk) @@ -24606,7 +24606,7 @@ struct BurnDriver BurnDrvmd_puttergnk = { // Puyo Puyo (Jpn) static struct BurnRomInfo md_puyopuyoRomDesc[] = { - { "puyo puyo (jpn).bin", 0x080000, 0x7f26614e, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "puyo puyo (jpn).bin", 0x080000, 0x7f26614e, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_puyopuyo) @@ -24624,7 +24624,7 @@ struct BurnDriver BurnDrvmd_puyopuyo = { // Puyo Puyo 2 (Jpn, v1.1) static struct BurnRomInfo md_puyopuy2RomDesc[] = { - { "puyo puyo 2 (jpn) (v1.1).bin", 0x200000, 0x25b7b2aa, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "puyo puyo 2 (jpn) (v1.1).bin", 0x200000, 0x25b7b2aa, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_puyopuy2) @@ -24642,7 +24642,7 @@ struct BurnDriver BurnDrvmd_puyopuy2 = { // Puyo Puyo 2 (Jpn) static struct BurnRomInfo md_puyopuy2aRomDesc[] = { - { "puyo puyo 2 (jpn).bin", 0x200000, 0x51ad7797, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "puyo puyo 2 (jpn).bin", 0x200000, 0x51ad7797, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_puyopuy2a) @@ -24660,7 +24660,7 @@ struct BurnDriver BurnDrvmd_puyopuy2a = { // Puzzle & Action - Ichidant-R (Jpn) static struct BurnRomInfo md_ichirRomDesc[] = { - { "puzzle & action - ichidanto-r (jpn).bin", 0x200000, 0x7bdec762, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "puzzle & action - ichidanto-r (jpn).bin", 0x200000, 0x7bdec762, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_ichir) @@ -24678,7 +24678,7 @@ struct BurnDriver BurnDrvmd_ichir = { // Puzzle & Action - Tant-R (Jpn) static struct BurnRomInfo md_tantrRomDesc[] = { - { "puzzle & action - tanto-r (jpn).bin", 0x200000, 0xd2d2d437, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "puzzle & action - tanto-r (jpn).bin", 0x200000, 0xd2d2d437, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_tantr) @@ -24696,7 +24696,7 @@ struct BurnDriver BurnDrvmd_tantr = { // Pyramid Magic (Jpn, SegaNet) static struct BurnRomInfo md_pyramidRomDesc[] = { - { "pyramid magic (jpn) (sn).bin", 0x040000, 0x306d839e, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "pyramid magic (jpn) (sn).bin", 0x040000, 0x306d839e, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_pyramid) @@ -24714,7 +24714,7 @@ struct BurnDriver BurnDrvmd_pyramid = { // Pyramid Magic (Jpn, Game no Kandume MegaCD Rip) static struct BurnRomInfo md_pyramidgnkRomDesc[] = { - { "pyramid magic (jpn) (gnk).bin", 0x040000, 0xb20272ea, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "pyramid magic (jpn) (gnk).bin", 0x040000, 0xb20272ea, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_pyramidgnk) @@ -24732,7 +24732,7 @@ struct BurnDriver BurnDrvmd_pyramidgnk = { // Pyramid Magic II (Jpn, SegaNet) static struct BurnRomInfo md_pyramid2RomDesc[] = { - { "pyramid magic ii (jpn) (sn).bin", 0x040000, 0xc9ddac72, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "pyramid magic ii (jpn) (sn).bin", 0x040000, 0xc9ddac72, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_pyramid2) @@ -24750,7 +24750,7 @@ struct BurnDriver BurnDrvmd_pyramid2 = { // Pyramid Magic III (Jpn, SegaNet) static struct BurnRomInfo md_pyramid3RomDesc[] = { - { "pyramid magic iii (jpn) (sn).bin", 0x040000, 0x8329820a, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "pyramid magic iii (jpn) (sn).bin", 0x040000, 0x8329820a, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_pyramid3) @@ -24768,7 +24768,7 @@ struct BurnDriver BurnDrvmd_pyramid3 = { // Pyramid Magic Special (Jpn, SegaNet) static struct BurnRomInfo md_pyramidsRomDesc[] = { - { "pyramid magic special (jpn) (sn).bin", 0x040000, 0x153a3afa, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "pyramid magic special (jpn) (sn).bin", 0x040000, 0x153a3afa, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_pyramids) @@ -24786,7 +24786,7 @@ struct BurnDriver BurnDrvmd_pyramids = { // QuackShot Starring Donald Duck ~ QuackShot - Guruzia Ou no Hihou (World, Alt) static struct BurnRomInfo md_quacksht1RomDesc[] = { - { "quackshot starring donald duck -- quackshot - guruzia ou no hihou (world) (alt).bin", 0x080000, 0x88c8dd94, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "quackshot starring donald duck -- quackshot - guruzia ou no hihou (world) (alt).bin", 0x080000, 0x88c8dd94, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_quacksht1) @@ -24804,7 +24804,7 @@ struct BurnDriver BurnDrvmd_quacksht1 = { // Quad Challenge (USA) static struct BurnRomInfo md_quadchalRomDesc[] = { - { "quad challenge (usa).bin", 0x080000, 0x74736a80, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "quad challenge (usa).bin", 0x080000, 0x74736a80, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_quadchal) @@ -24822,7 +24822,7 @@ struct BurnDriver BurnDrvmd_quadchal = { // MegaTrax (Jpn) static struct BurnRomInfo md_megatraxRomDesc[] = { - { "megatrax (jpn).bin", 0x080000, 0xa0837741, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "megatrax (jpn).bin", 0x080000, 0xa0837741, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_megatrax) @@ -24840,7 +24840,7 @@ struct BurnDriver BurnDrvmd_megatrax = { // Queen of Poker Club (Tw) static struct BurnRomInfo md_qpokerRomDesc[] = { - { "poker club (sachen).bin", 0x100000, 0xae28d9eb, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "poker club (sachen).bin", 0x100000, 0xae28d9eb, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_qpoker) @@ -24858,7 +24858,7 @@ struct BurnDriver BurnDrvmd_qpoker = { // R.B.I. Baseball '93 (USA) static struct BurnRomInfo md_rbibb93RomDesc[] = { - { "r.b.i. baseball '93 (usa).bin", 0x100000, 0xbeafce84, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "r.b.i. baseball '93 (usa).bin", 0x100000, 0xbeafce84, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_rbibb93) @@ -24876,7 +24876,7 @@ struct BurnDriver BurnDrvmd_rbibb93 = { // R.B.I. Baseball '94 (Euro, USA) static struct BurnRomInfo md_rbibb94RomDesc[] = { - { "r.b.i. baseball '94 (euro, usa).bin", 0x200000, 0x4eb4d5e4, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "r.b.i. baseball '94 (euro, usa).bin", 0x200000, 0x4eb4d5e4, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_rbibb94) @@ -24894,7 +24894,7 @@ struct BurnDriver BurnDrvmd_rbibb94 = { // R.B.I. Baseball 3 (USA) static struct BurnRomInfo md_rbibb3RomDesc[] = { - { "r.b.i. baseball 3 (usa).bin", 0x080000, 0x4840348c, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "r.b.i. baseball 3 (usa).bin", 0x080000, 0x4840348c, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_rbibb3) @@ -24912,7 +24912,7 @@ struct BurnDriver BurnDrvmd_rbibb3 = { // R.B.I. Baseball 4 (USA) static struct BurnRomInfo md_rbibb4RomDesc[] = { - { "r.b.i. baseball 4 (usa).bin", 0x100000, 0xfecf9b94, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "r.b.i. baseball 4 (usa).bin", 0x100000, 0xfecf9b94, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_rbibb4) @@ -24930,7 +24930,7 @@ struct BurnDriver BurnDrvmd_rbibb4 = { // R.B.I. Baseball 4 (Prototype) static struct BurnRomInfo md_rbibb4pRomDesc[] = { - { "r.b.i. baseball 4 (beta).bin", 0x100000, 0xf7420278, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "r.b.i. baseball 4 (beta).bin", 0x100000, 0xf7420278, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_rbibb4p) @@ -24948,7 +24948,7 @@ struct BurnDriver BurnDrvmd_rbibb4p = { // R.B.I. Baseball 4 (Jpn) static struct BurnRomInfo md_rbibb4jRomDesc[] = { - { "r.b.i. baseball 4 (jpn).bin", 0x100000, 0x8f4e1005, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "r.b.i. baseball 4 (jpn).bin", 0x100000, 0x8f4e1005, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_rbibb4j) @@ -24966,7 +24966,7 @@ struct BurnDriver BurnDrvmd_rbibb4j = { // Race Drivin' (USA) static struct BurnRomInfo md_racedrivRomDesc[] = { - { "race drivin' (usa).bin", 0x080000, 0xd737cf3d, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "race drivin' (usa).bin", 0x080000, 0xd737cf3d, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_racedriv) @@ -24984,7 +24984,7 @@ struct BurnDriver BurnDrvmd_racedriv = { // Radical Rex (Euro) static struct BurnRomInfo md_radrexRomDesc[] = { - { "radical rex (euro).bin", 0x100000, 0xd02d3282, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "radical rex (euro).bin", 0x100000, 0xd02d3282, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_radrex) @@ -25002,7 +25002,7 @@ struct BurnDriver BurnDrvmd_radrex = { // Radical Rex (USA) static struct BurnRomInfo md_radrexuRomDesc[] = { - { "radical rex (usa).bin", 0x100000, 0x2e6eec7e, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "radical rex (usa).bin", 0x100000, 0x2e6eec7e, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_radrexu) @@ -25020,7 +25020,7 @@ struct BurnDriver BurnDrvmd_radrexu = { // Raiden Trad (USA) ~ Raiden Densetsu (Jpn) static struct BurnRomInfo md_raidenRomDesc[] = { - { "raiden trad -- raiden densetsu (usa, jpn).bin", 0x100000, 0xf839a811, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "raiden trad -- raiden densetsu (usa, jpn).bin", 0x100000, 0xf839a811, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_raiden) @@ -25038,7 +25038,7 @@ struct BurnDriver BurnDrvmd_raiden = { // Rainbow Islands Extra (Jpn) static struct BurnRomInfo md_rbislandRomDesc[] = { - { "rainbow islands extra (jpn).bin", 0x080000, 0xc74dcb35, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "rainbow islands extra (jpn).bin", 0x080000, 0xc74dcb35, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_rbisland) @@ -25056,7 +25056,7 @@ struct BurnDriver BurnDrvmd_rbisland = { // Rambo III (World, v1.1) static struct BurnRomInfo md_rambo3RomDesc[] = { - { "rambo iii (world) (v1.1).bin", 0x040000, 0x4d47a647, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "rambo iii (world) (v1.1).bin", 0x040000, 0x4d47a647, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_rambo3) @@ -25074,7 +25074,7 @@ struct BurnDriver BurnDrvmd_rambo3 = { // Rambo III (World) static struct BurnRomInfo md_rambo3aRomDesc[] = { - { "mpr-12651.bin", 0x040000, 0x2232f03d, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-12651.bin", 0x040000, 0x2232f03d, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_rambo3a) @@ -25092,7 +25092,7 @@ struct BurnDriver BurnDrvmd_rambo3a = { // Rampart (USA) static struct BurnRomInfo md_rampartRomDesc[] = { - { "rampart (usa).bin", 0x080000, 0x9c4dd057, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "rampart (usa).bin", 0x080000, 0x9c4dd057, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_rampart) @@ -25110,7 +25110,7 @@ struct BurnDriver BurnDrvmd_rampart = { // Rampart (Jpn, Kor) static struct BurnRomInfo md_rampartjRomDesc[] = { - { "rampart (jpn, kor).bin", 0x080000, 0x16ead64c, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "rampart (jpn, kor).bin", 0x080000, 0x16ead64c, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_rampartj) @@ -25128,7 +25128,7 @@ struct BurnDriver BurnDrvmd_rampartj = { // Ranger-X (Euro) static struct BurnRomInfo md_rangerxRomDesc[] = { - { "ranger-x (euro).bin", 0x100000, 0xb8c04804, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "ranger-x (euro).bin", 0x100000, 0xb8c04804, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_rangerx) @@ -25146,7 +25146,7 @@ struct BurnDriver BurnDrvmd_rangerx = { // Ranger-X (USA) static struct BurnRomInfo md_rangerxuRomDesc[] = { - { "ranger-x (usa).bin", 0x100000, 0x55915915, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "ranger-x (usa).bin", 0x100000, 0x55915915, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_rangerxu) @@ -25164,7 +25164,7 @@ struct BurnDriver BurnDrvmd_rangerxu = { // Ex-Ranza (Jpn) static struct BurnRomInfo md_exranzaRomDesc[] = { - { "mpr-15585.bin", 0x100000, 0x349bb68d, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-15585.bin", 0x100000, 0x349bb68d, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_exranza) @@ -25182,7 +25182,7 @@ struct BurnDriver BurnDrvmd_exranza = { // Ex-Ranza (Jpn, Prototype) static struct BurnRomInfo md_exranzapRomDesc[] = { - { "ex-ranza (jpn) (beta).bin", 0x100000, 0xc642fdf4, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "ex-ranza (jpn) (beta).bin", 0x100000, 0xc642fdf4, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_exranzap) @@ -25200,7 +25200,7 @@ struct BurnDriver BurnDrvmd_exranzap = { // Ransei no Hasha (Jpn) static struct BurnRomInfo md_ranseiRomDesc[] = { - { "ransei no hasha (jpn).bin", 0x100000, 0xa9a0083d, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "ransei no hasha (jpn).bin", 0x100000, 0xa9a0083d, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_ransei) @@ -25218,7 +25218,7 @@ struct BurnDriver BurnDrvmd_ransei = { // Rastan Saga II (USA) static struct BurnRomInfo md_rastan2RomDesc[] = { - { "rastan saga ii (usa).bin", 0x080000, 0xc7ee8965, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "rastan saga ii (usa).bin", 0x080000, 0xc7ee8965, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_rastan2) @@ -25236,7 +25236,7 @@ struct BurnDriver BurnDrvmd_rastan2 = { // Rastan Saga II (Jpn) static struct BurnRomInfo md_rastan2jRomDesc[] = { - { "rastan saga ii (jpn).bin", 0x080000, 0xebacfb5a, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "rastan saga ii (jpn).bin", 0x080000, 0xebacfb5a, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_rastan2j) @@ -25254,7 +25254,7 @@ struct BurnDriver BurnDrvmd_rastan2j = { // Red Zone (Euro, USA) static struct BurnRomInfo md_redzoneRomDesc[] = { - { "red zone (euro, usa).bin", 0x200000, 0x56512ee5, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "red zone (euro, usa).bin", 0x200000, 0x56512ee5, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_redzone) @@ -25272,7 +25272,7 @@ struct BurnDriver BurnDrvmd_redzone = { // Stimpy's Invention Starring Starring Ren Hoëk & Stimpy (Euro) static struct BurnRomInfo md_renstimRomDesc[] = { - { "ren & stimpy show presents stimpy's invention, the (euro).bin", 0x100000, 0xc276c220, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "ren & stimpy show presents stimpy's invention, the (euro).bin", 0x100000, 0xc276c220, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_renstim) @@ -25290,7 +25290,7 @@ struct BurnDriver BurnDrvmd_renstim = { // Stimpy's Invention Starring Starring Ren Hoëk & Stimpy (USA) static struct BurnRomInfo md_renstimuRomDesc[] = { - { "ren & stimpy show presents stimpy's invention, the (usa).bin", 0x100000, 0xd9503ba5, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "ren & stimpy show presents stimpy's invention, the (usa).bin", 0x100000, 0xd9503ba5, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_renstimu) @@ -25308,7 +25308,7 @@ struct BurnDriver BurnDrvmd_renstimu = { // Stimpy's Invention Starring Starring Ren Hoëk & Stimpy (USA, Prototype) static struct BurnRomInfo md_renstimupRomDesc[] = { - { "ren & stimpy show presents stimpy's invention, the (usa) (beta).bin", 0x100000, 0xfcb86336, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "ren & stimpy show presents stimpy's invention, the (usa) (beta).bin", 0x100000, 0xfcb86336, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_renstimup) @@ -25326,7 +25326,7 @@ struct BurnDriver BurnDrvmd_renstimup = { // Rent a Hero (Jpn) static struct BurnRomInfo md_rentheroRomDesc[] = { - { "mpr-14187.bin", 0x100000, 0x2e515f82, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-14187.bin", 0x100000, 0x2e515f82, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_renthero) @@ -25344,7 +25344,7 @@ struct BurnDriver BurnDrvmd_renthero = { // Resq (Euro, Prototype) static struct BurnRomInfo md_resqRomDesc[] = { - { "resq (euro) (prototype).bin", 0x100000, 0x558e35e0, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "resq (euro) (prototype).bin", 0x100000, 0x558e35e0, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_resq) @@ -25362,7 +25362,7 @@ struct BurnDriver BurnDrvmd_resq = { // The Revenge of Shinobi (Euro, USA, Rev. B) static struct BurnRomInfo md_revshinRomDesc[] = { - { "mpr-12930b.bin", 0x080000, 0x4d35ebe4, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-12930b.bin", 0x080000, 0x4d35ebe4, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_revshin) @@ -25380,7 +25380,7 @@ struct BurnDriver BurnDrvmd_revshin = { // The Revenge of Shinobi (Euro, USA, Rev. A) static struct BurnRomInfo md_revshin1RomDesc[] = { - { "revenge of shinobi, the (euro, usa) (rev a).bin", 0x080000, 0xfe91ab7e, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "revenge of shinobi, the (euro, usa) (rev a).bin", 0x080000, 0xfe91ab7e, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_revshin1) @@ -25398,7 +25398,7 @@ struct BurnDriver BurnDrvmd_revshin1 = { // The Revenge of Shinobi (Euro, USA) static struct BurnRomInfo md_revshin2RomDesc[] = { - { "revenge of shinobi, the (euro, usa).bin", 0x080000, 0x05f27994, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "revenge of shinobi, the (euro, usa).bin", 0x080000, 0x05f27994, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_revshin2) @@ -25416,7 +25416,7 @@ struct BurnDriver BurnDrvmd_revshin2 = { // The Super Shinobi (Jpn) static struct BurnRomInfo md_supshinRomDesc[] = { - { "mpr-12675.bin", 0x080000, 0x5c7e5ea6, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-12675.bin", 0x080000, 0x5c7e5ea6, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_supshin) @@ -25434,7 +25434,7 @@ struct BurnDriver BurnDrvmd_supshin = { // Revolution X (Euro, USA) static struct BurnRomInfo md_revxRomDesc[] = { - { "revolution x (euro, usa).bin", 0x400000, 0x5fb0c5d4, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "revolution x (euro, usa).bin", 0x400000, 0x5fb0c5d4, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_revx) @@ -25452,7 +25452,7 @@ struct BurnDriver BurnDrvmd_revx = { // Richard Scarry's BusyTown (USA) static struct BurnRomInfo md_rsbtRomDesc[] = { - { "richard scarry's busytown (usa).bin", 0x200000, 0x7bb60c3f, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "richard scarry's busytown (usa).bin", 0x200000, 0x7bb60c3f, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_rsbt) @@ -25470,7 +25470,7 @@ struct BurnDriver BurnDrvmd_rsbt = { // Richard Scarry's Busytown (Prototype, 19940809) static struct BurnRomInfo md_rsbtp6RomDesc[] = { - { "richard scarry's busytown (prototype - aug 09, 1994).bin", 0x1fecec, 0xc48cbc30, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "richard scarry's busytown (prototype - aug 09, 1994).bin", 0x1fecec, 0xc48cbc30, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_rsbtp6) @@ -25488,7 +25488,7 @@ struct BurnDriver BurnDrvmd_rsbtp6 = { // Richard Scarry's Busytown (Prototype, 19940815) static struct BurnRomInfo md_rsbtp5RomDesc[] = { - { "richard scarry's busytown (prototype - aug 15, 1994).bin", 0x200000, 0x650ed917, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "richard scarry's busytown (prototype - aug 15, 1994).bin", 0x200000, 0x650ed917, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_rsbtp5) @@ -25506,7 +25506,7 @@ struct BurnDriver BurnDrvmd_rsbtp5 = { // Richard Scarry's Busytown (Prototype, 19940816-B) static struct BurnRomInfo md_rsbtp4RomDesc[] = { - { "richard scarry's busytown (prototype - aug 16, 1994 - b).bin", 0x200000, 0x760cff62, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "richard scarry's busytown (prototype - aug 16, 1994 - b).bin", 0x200000, 0x760cff62, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_rsbtp4) @@ -25524,7 +25524,7 @@ struct BurnDriver BurnDrvmd_rsbtp4 = { // Richard Scarry's Busytown (Prototype, 19940817) static struct BurnRomInfo md_rsbtp3RomDesc[] = { - { "richard scarry's busytown (prototype - aug 17, 1994).bin", 0x1ffaa4, 0x3b9c3f4a, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "richard scarry's busytown (prototype - aug 17, 1994).bin", 0x1ffaa4, 0x3b9c3f4a, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_rsbtp3) @@ -25542,7 +25542,7 @@ struct BurnDriver BurnDrvmd_rsbtp3 = { // Richard Scarry's Busytown (Prototype, 19940825) static struct BurnRomInfo md_rsbtp2RomDesc[] = { - { "richard scarry's busytown (prototype - aug 25, 1994).bin", 0x200000, 0xa0c013ba, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "richard scarry's busytown (prototype - aug 25, 1994).bin", 0x200000, 0xa0c013ba, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_rsbtp2) @@ -25560,7 +25560,7 @@ struct BurnDriver BurnDrvmd_rsbtp2 = { // Richard Scarry's Busytown (Prototype, 19940826) static struct BurnRomInfo md_rsbtp1RomDesc[] = { - { "richard scarry's busytown (prototype - aug 26, 1994).bin", 0x200000, 0x1ad270f3, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "richard scarry's busytown (prototype - aug 26, 1994).bin", 0x200000, 0x1ad270f3, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_rsbtp1) @@ -25578,7 +25578,7 @@ struct BurnDriver BurnDrvmd_rsbtp1 = { // Richard Scarry's Busytown (Prototype, 19940721) static struct BurnRomInfo md_rsbtp7RomDesc[] = { - { "richard scarry's busytown (prototype - jul 21, 1994).bin", 0x1f3008, 0x1e92d6ff, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "richard scarry's busytown (prototype - jul 21, 1994).bin", 0x1f3008, 0x1e92d6ff, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_rsbtp7) @@ -25596,7 +25596,7 @@ struct BurnDriver BurnDrvmd_rsbtp7 = { // Riddle Wired (Jpn, SegaNet) static struct BurnRomInfo md_riddleRomDesc[] = { - { "riddle wired (jpn) (sn).bin", 0x040000, 0xfae3d720, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "riddle wired (jpn) (sn).bin", 0x040000, 0xfae3d720, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_riddle) @@ -25614,7 +25614,7 @@ struct BurnDriver BurnDrvmd_riddle = { // Rings of Power (Euro, USA) static struct BurnRomInfo md_ringspowRomDesc[] = { - { "rin09.bin", 0x100000, 0x41fcc497, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "rin09.bin", 0x100000, 0x41fcc497, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_ringspow) @@ -25632,7 +25632,7 @@ struct BurnDriver BurnDrvmd_ringspow = { // Risk (USA) static struct BurnRomInfo md_riskRomDesc[] = { - { "risk (usa).bin", 0x080000, 0x80416d0d, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "risk (usa).bin", 0x080000, 0x80416d0d, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_risk) @@ -25650,7 +25650,7 @@ struct BurnDriver BurnDrvmd_risk = { // Risky Woods (Euro, USA) static struct BurnRomInfo md_riskywRomDesc[] = { - { "risky woods (euro, usa).bin", 0x100000, 0xd975e93c, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "risky woods (euro, usa).bin", 0x100000, 0xd975e93c, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_riskyw) @@ -25668,7 +25668,7 @@ struct BurnDriver BurnDrvmd_riskyw = { // Jashin Draxos (Jpn, Kor) static struct BurnRomInfo md_draxosRomDesc[] = { - { "jashin draxos (jpn, kor).bin", 0x100000, 0x1ea07af2, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "jashin draxos (jpn, kor).bin", 0x100000, 0x1ea07af2, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_draxos) @@ -25686,7 +25686,7 @@ struct BurnDriver BurnDrvmd_draxos = { // Ristar (Euro, USA, 199409) static struct BurnRomInfo md_ristarRomDesc[] = { - { "ristar (euro, usa) (september 1994).bin", 0x200000, 0x6511aa61, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "ristar (euro, usa) (september 1994).bin", 0x200000, 0x6511aa61, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_ristar) @@ -25704,7 +25704,7 @@ struct BurnDriver BurnDrvmd_ristar = { // Ristar (Euro, USA, 199408) static struct BurnRomInfo md_ristar1RomDesc[] = { - { "ristar (euro, usa) (august 1994).bin", 0x200000, 0x9700139b, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "ristar (euro, usa) (august 1994).bin", 0x200000, 0x9700139b, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_ristar1) @@ -25722,7 +25722,7 @@ struct BurnDriver BurnDrvmd_ristar1 = { // Ristar - The Shooting Star (Jpn, Kor) static struct BurnRomInfo md_ristarjRomDesc[] = { - { "ristar - the shooting star (jpn, kor).bin", 0x200000, 0xce464f0e, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "ristar - the shooting star (jpn, kor).bin", 0x200000, 0xce464f0e, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_ristarj) @@ -25740,7 +25740,7 @@ struct BurnDriver BurnDrvmd_ristarj = { // Ristar (Prototype, 19940812) static struct BurnRomInfo md_ristarp2RomDesc[] = { - { "ristar (prototype - aug 12, 1994).bin", 0x200000, 0x4371f046, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "ristar (prototype - aug 12, 1994).bin", 0x200000, 0x4371f046, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_ristarp2) @@ -25758,7 +25758,7 @@ struct BurnDriver BurnDrvmd_ristarp2 = { // Ristar (Prototype, 19940826) static struct BurnRomInfo md_ristarp1RomDesc[] = { - { "ristar (prototype - aug 26, 1994).bin", 0x200000, 0xd0c74fdd, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "ristar (prototype - aug 26, 1994).bin", 0x200000, 0xd0c74fdd, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_ristarp1) @@ -25776,7 +25776,7 @@ struct BurnDriver BurnDrvmd_ristarp1 = { // Ristar (Prototype, 19940701) static struct BurnRomInfo md_ristarp4RomDesc[] = { - { "ristar (prototype - jul 01, 1994).bin", 0x200000, 0x7c5c7a0a, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "ristar (prototype - jul 01, 1994).bin", 0x200000, 0x7c5c7a0a, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_ristarp4) @@ -25794,7 +25794,7 @@ struct BurnDriver BurnDrvmd_ristarp4 = { // Ristar (Prototype, 19940718) static struct BurnRomInfo md_ristarp3RomDesc[] = { - { "ristar (prototype - jul 18, 1994).bin", 0x200000, 0x6becccc9, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "ristar (prototype - jul 18, 1994).bin", 0x200000, 0x6becccc9, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_ristarp3) @@ -25812,7 +25812,7 @@ struct BurnDriver BurnDrvmd_ristarp3 = { // Road Rash (Euro, USA) static struct BurnRomInfo md_roadrashRomDesc[] = { - { "road rash (euro, usa).bin", 0x0c0000, 0xdea53d19, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "road rash (euro, usa).bin", 0x0c0000, 0xdea53d19, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_roadrash) @@ -25830,7 +25830,7 @@ struct BurnDriver BurnDrvmd_roadrash = { // Road Rash II (Euro, USA, v1.2) static struct BurnRomInfo md_rrash2RomDesc[] = { - { "road rash ii (euro, usa) (v1.2).bin", 0x100000, 0x0876e992, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "road rash ii (euro, usa) (v1.2).bin", 0x100000, 0x0876e992, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_rrash2) @@ -25848,7 +25848,7 @@ struct BurnDriver BurnDrvmd_rrash2 = { // Road Rash II (Euro, USA) static struct BurnRomInfo md_rrash2aRomDesc[] = { - { "rr205.bin", 0x100000, 0x7b29c209, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "rr205.bin", 0x100000, 0x7b29c209, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_rrash2a) @@ -25866,7 +25866,7 @@ struct BurnDriver BurnDrvmd_rrash2a = { // Road Rash II (Jpn) static struct BurnRomInfo md_rrash2jRomDesc[] = { - { "road rash ii (jpn).bin", 0x100000, 0x9a5723b6, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "road rash ii (jpn).bin", 0x100000, 0x9a5723b6, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_rrash2j) @@ -25884,7 +25884,7 @@ struct BurnDriver BurnDrvmd_rrash2j = { // Road 3 Rash - Tour de Force (Euro, USA) static struct BurnRomInfo md_rrash3RomDesc[] = { - { "rr3b3.bin", 0x200000, 0x15785956, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "rr3b3.bin", 0x200000, 0x15785956, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_rrash3) @@ -25902,7 +25902,7 @@ struct BurnDriver BurnDrvmd_rrash3 = { // Road 3 Rash - World Warriors (USA, Prototype) static struct BurnRomInfo md_rrash3pRomDesc[] = { - { "road rash 3 (usa) (alpha).bin", 0x200000, 0xb6626083, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "road rash 3 (usa) (alpha).bin", 0x200000, 0xb6626083, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_rrash3p) @@ -25920,7 +25920,7 @@ struct BurnDriver BurnDrvmd_rrash3p = { // RoadBlasters (USA) static struct BurnRomInfo md_roadblstRomDesc[] = { - { "roadblasters (usa).bin", 0x080000, 0xec6cd5f0, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "roadblasters (usa).bin", 0x080000, 0xec6cd5f0, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_roadblst) @@ -25938,7 +25938,7 @@ struct BurnDriver BurnDrvmd_roadblst = { // RoadBlasters (Jpn) static struct BurnRomInfo md_roadblstjRomDesc[] = { - { "roadblasters (jpn).bin", 0x080000, 0xa0015440, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "roadblasters (jpn).bin", 0x080000, 0xa0015440, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_roadblstj) @@ -25956,7 +25956,7 @@ struct BurnDriver BurnDrvmd_roadblstj = { // RoboCop 3 (Euro, USA) static struct BurnRomInfo md_robocop3RomDesc[] = { - { "robocop 3 (euro, usa).bin", 0x080000, 0x34fb7b27, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "robocop 3 (euro, usa).bin", 0x080000, 0x34fb7b27, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_robocop3) @@ -25974,7 +25974,7 @@ struct BurnDriver BurnDrvmd_robocop3 = { // RoboCop versus The Terminator (Euro) static struct BurnRomInfo md_robotermRomDesc[] = { - { "robocop versus the terminator (euro).bin", 0x200000, 0x85a93f8d, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "robocop versus the terminator (euro).bin", 0x200000, 0x85a93f8d, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_roboterm) @@ -25992,7 +25992,7 @@ struct BurnDriver BurnDrvmd_roboterm = { // RoboCop versus The Terminator (Jpn, Kor) static struct BurnRomInfo md_robotermjRomDesc[] = { - { "robocop versus the terminator (jpn, kor).bin", 0x200000, 0xd444e1f0, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "robocop versus the terminator (jpn, kor).bin", 0x200000, 0xd444e1f0, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_robotermj) @@ -26010,7 +26010,7 @@ struct BurnDriver BurnDrvmd_robotermj = { // RoboCop versus The Terminator (Prototype) static struct BurnRomInfo md_robotermpRomDesc[] = { - { "robocop versus the terminator (beta).bin", 0x200000, 0x2487049f, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "robocop versus the terminator (beta).bin", 0x200000, 0x2487049f, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_robotermp) @@ -26028,7 +26028,7 @@ struct BurnDriver BurnDrvmd_robotermp = { // Robocop Versus The Terminator (Prototype, Alt) static struct BurnRomInfo md_robotermp1RomDesc[] = { - { "robocop versus the terminator (beta) (alt).bin", 0x200000, 0xecebff29, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "robocop versus the terminator (beta) (alt).bin", 0x200000, 0xecebff29, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_robotermp1) @@ -26046,7 +26046,7 @@ struct BurnDriver BurnDrvmd_robotermp1 = { // RoboCop versus The Terminator (USA) static struct BurnRomInfo md_robotermuRomDesc[] = { - { "robocop versus the terminator (usa).bin", 0x200000, 0xbbad77a4, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "robocop versus the terminator (usa).bin", 0x200000, 0xbbad77a4, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_robotermu) @@ -26064,7 +26064,7 @@ struct BurnDriver BurnDrvmd_robotermu = { // Robot Battler (Jpn, SegaNet) static struct BurnRomInfo md_robotbatRomDesc[] = { - { "robot battler (jpn) (sn).bin", 0x040000, 0xfdf23eff, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "robot battler (jpn) (sn).bin", 0x040000, 0xfdf23eff, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_robotbat) @@ -26082,7 +26082,7 @@ struct BurnDriver BurnDrvmd_robotbat = { // Robot Wreckage (USA, Prototype) static struct BurnRomInfo md_robowrekRomDesc[] = { - { "robot wreckage (usa) (prototype).bin", 0x100000, 0xc67ddb14, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "robot wreckage (usa) (prototype).bin", 0x100000, 0xc67ddb14, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_robowrek) @@ -26100,7 +26100,7 @@ struct BurnDriver BurnDrvmd_robowrek = { // Rock n' Roll Racing (Euro) static struct BurnRomInfo md_rnrracinRomDesc[] = { - { "rock n' roll racing (euro).bin", 0x100000, 0xbc5a0562, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "rock n' roll racing (euro).bin", 0x100000, 0xbc5a0562, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_rnrracin) @@ -26118,7 +26118,7 @@ struct BurnDriver BurnDrvmd_rnrracin = { // Rock n' Roll Racing (USA) static struct BurnRomInfo md_rnrracinuRomDesc[] = { - { "rock n' roll racing (usa).bin", 0x100000, 0x6abab577, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "rock n' roll racing (usa).bin", 0x100000, 0x6abab577, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_rnrracinu) @@ -26136,7 +26136,7 @@ struct BurnDriver BurnDrvmd_rnrracinu = { // Rocket Knight Adventures (Euro) static struct BurnRomInfo md_rocketRomDesc[] = { - { "fx004.bin", 0x100000, 0x8eedfd51, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "fx004.bin", 0x100000, 0x8eedfd51, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_rocket) @@ -26154,7 +26154,7 @@ struct BurnDriver BurnDrvmd_rocket = { // Rocket Knight Adventures (Jpn) static struct BurnRomInfo md_rocketjRomDesc[] = { - { "rocket knight adventures (jpn).bin", 0x100000, 0xd1c8c1c5, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "rocket knight adventures (jpn).bin", 0x100000, 0xd1c8c1c5, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_rocketj) @@ -26172,7 +26172,7 @@ struct BurnDriver BurnDrvmd_rocketj = { // Rocket Knight Adventures (USA) static struct BurnRomInfo md_rocketuRomDesc[] = { - { "rocket knight adventures (usa).bin", 0x100000, 0xa6efec47, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "rocket knight adventures (usa).bin", 0x100000, 0xa6efec47, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_rocketu) @@ -26190,7 +26190,7 @@ struct BurnDriver BurnDrvmd_rocketu = { // Roger Clements MVP Baseball (USA) static struct BurnRomInfo md_mvpbbRomDesc[] = { - { "roger clements mvp baseball (usa).bin", 0x100000, 0x83699e34, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "roger clements mvp baseball (usa).bin", 0x100000, 0x83699e34, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_mvpbb) @@ -26208,7 +26208,7 @@ struct BurnDriver BurnDrvmd_mvpbb = { // Rolling Thunder 2 (Euro) static struct BurnRomInfo md_rthun2RomDesc[] = { - { "rolling thunder 2 (euro).bin", 0x100000, 0xc440f292, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "rolling thunder 2 (euro).bin", 0x100000, 0xc440f292, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_rthun2) @@ -26226,7 +26226,7 @@ struct BurnDriver BurnDrvmd_rthun2 = { // Rolling Thunder 2 (Jpn) static struct BurnRomInfo md_rthun2jRomDesc[] = { - { "rolling thunder 2 (jpn).bin", 0x100000, 0x965b2628, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "rolling thunder 2 (jpn).bin", 0x100000, 0x965b2628, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_rthun2j) @@ -26244,7 +26244,7 @@ struct BurnDriver BurnDrvmd_rthun2j = { // Rolling Thunder 2 (USA) static struct BurnRomInfo md_rthun2uRomDesc[] = { - { "rolling thunder 2 (usa).bin", 0x100000, 0x3ace429b, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "rolling thunder 2 (usa).bin", 0x100000, 0x3ace429b, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_rthun2u) @@ -26262,7 +26262,7 @@ struct BurnDriver BurnDrvmd_rthun2u = { // Rolling Thunder 3 (USA) static struct BurnRomInfo md_rthun3RomDesc[] = { - { "rolling thunder 3 (usa).bin", 0x180000, 0x64fb13aa, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "rolling thunder 3 (usa).bin", 0x180000, 0x64fb13aa, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_rthun3) @@ -26280,7 +26280,7 @@ struct BurnDriver BurnDrvmd_rthun3 = { // Rolo to the Rescue (Euro, USA) static struct BurnRomInfo md_roloRomDesc[] = { - { "rolo to the rescue (euro, usa).bin", 0x080000, 0x306861a2, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "rolo to the rescue (euro, usa).bin", 0x080000, 0x306861a2, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_rolo) @@ -26298,7 +26298,7 @@ struct BurnDriver BurnDrvmd_rolo = { // Zou! Zou! Zou! Rescue Daisakusen (Jpn) static struct BurnRomInfo md_zouzouRomDesc[] = { - { "zou! zou! zou! rescue daisakusen (jpn).bin", 0x080000, 0x1a761e67, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "zou! zou! zou! rescue daisakusen (jpn).bin", 0x080000, 0x1a761e67, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_zouzou) @@ -26316,7 +26316,7 @@ struct BurnDriver BurnDrvmd_zouzou = { // Romance of the Three Kingdoms II (USA) static struct BurnRomInfo md_roman3k2RomDesc[] = { - { "romance of the three kingdoms ii (usa).bin", 0x100000, 0x3d842478, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "romance of the three kingdoms ii (usa).bin", 0x100000, 0x3d842478, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_roman3k2) @@ -26334,7 +26334,7 @@ struct BurnDriver BurnDrvmd_roman3k2 = { // Sangokushi II (Jpn) static struct BurnRomInfo md_sangoku2RomDesc[] = { - { "mpr-14455.bin", 0x100000, 0x437ba326, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-14455.bin", 0x100000, 0x437ba326, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_sangoku2) @@ -26352,7 +26352,7 @@ struct BurnDriver BurnDrvmd_sangoku2 = { // Romance of the Three Kingdoms III - Dragon of Destiny (USA) static struct BurnRomInfo md_roman3k3RomDesc[] = { - { "romance of the three kingdoms iii - dragon of destiny (usa).bin", 0x140000, 0x7e41c8fe, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "romance of the three kingdoms iii - dragon of destiny (usa).bin", 0x140000, 0x7e41c8fe, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_roman3k3) @@ -26370,7 +26370,7 @@ struct BurnDriver BurnDrvmd_roman3k3 = { // Sangokushi III (Jpn) static struct BurnRomInfo md_sangoku3RomDesc[] = { - { "sangokushi iii (jpn).bin", 0x180000, 0xa8de6aea, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "sangokushi iii (jpn).bin", 0x180000, 0xa8de6aea, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_sangoku3) @@ -26388,7 +26388,7 @@ struct BurnDriver BurnDrvmd_sangoku3 = { // Rugby World Cup 1995 (Euro, USA) static struct BurnRomInfo md_rugbywcRomDesc[] = { - { "rugby world cup 1995 (euro, usa).bin", 0x200000, 0x61f90a8a, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "rugby world cup 1995 (euro, usa).bin", 0x200000, 0x61f90a8a, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_rugbywc) @@ -26406,7 +26406,7 @@ struct BurnDriver BurnDrvmd_rugbywc = { // Sagaia (USA) static struct BurnRomInfo md_sagaiaRomDesc[] = { - { "sagaia (usa).bin", 0x100000, 0xf1e22f43, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "sagaia (usa).bin", 0x100000, 0xf1e22f43, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_sagaia) @@ -26424,7 +26424,7 @@ struct BurnDriver BurnDrvmd_sagaia = { // Darius II (Jpn) static struct BurnRomInfo md_darius2RomDesc[] = { - { "darius ii (jpn).bin", 0x100000, 0x25dfe62a, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "darius ii (jpn).bin", 0x100000, 0x25dfe62a, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_darius2) @@ -26442,7 +26442,7 @@ struct BurnDriver BurnDrvmd_darius2 = { // Bishoujo Senshi Sailor Moon (Jpn) static struct BurnRomInfo md_sailormnRomDesc[] = { - { "bishoujo senshi sailor moon (jpn).bin", 0x200000, 0x5e246938, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "bishoujo senshi sailor moon (jpn).bin", 0x200000, 0x5e246938, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_sailormn) @@ -26460,7 +26460,7 @@ struct BurnDriver BurnDrvmd_sailormn = { // Saint Sword (USA) static struct BurnRomInfo md_sswordRomDesc[] = { - { "saint sword (usa).bin", 0x080000, 0x44f66bff, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "saint sword (usa).bin", 0x080000, 0x44f66bff, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_ssword) @@ -26478,7 +26478,7 @@ struct BurnDriver BurnDrvmd_ssword = { // Saint Sword (Jpn) static struct BurnRomInfo md_sswordjRomDesc[] = { - { "saint sword (jpn).bin", 0x080000, 0x3960a00f, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "saint sword (jpn).bin", 0x080000, 0x3960a00f, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_sswordj) @@ -26496,7 +26496,7 @@ struct BurnDriver BurnDrvmd_sswordj = { // Pete Sampras Tennis '96 (Euro, J-Cart) static struct BurnRomInfo md_sampra96RomDesc[] = { - { "sampras tennis 96 (euro) (j-cart).bin", 0x200000, 0x14e3fb7b, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "sampras tennis 96 (euro) (j-cart).bin", 0x200000, 0x14e3fb7b, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_sampra96) @@ -26514,7 +26514,7 @@ struct BurnDriver BurnDrvmd_sampra96 = { // Samurai Shodown (Euro) static struct BurnRomInfo md_samshoRomDesc[] = { - { "samurai shodown (euro).bin", 0x300000, 0xc972014f, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "samurai shodown (euro).bin", 0x300000, 0xc972014f, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_samsho) @@ -26532,7 +26532,7 @@ struct BurnDriver BurnDrvmd_samsho = { // Samurai Shodown (USA) static struct BurnRomInfo md_samshouRomDesc[] = { - { "samurai shodown (usa).bin", 0x300000, 0x5bb8b2d4, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "samurai shodown (usa).bin", 0x300000, 0x5bb8b2d4, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_samshou) @@ -26550,7 +26550,7 @@ struct BurnDriver BurnDrvmd_samshou = { // Samurai Spirits (Jpn) static struct BurnRomInfo md_samspirRomDesc[] = { - { "samurai spirits (jpn).bin", 0x300000, 0x0ea2ae36, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "samurai spirits (jpn).bin", 0x300000, 0x0ea2ae36, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_samspir) @@ -26568,7 +26568,7 @@ struct BurnDriver BurnDrvmd_samspir = { // San Guo Zhi Lie Zhuan - Luan Shi Qun Ying (Chi) static struct BurnRomInfo md_sanguoRomDesc[] = { - { "san guo zhi lie zhuan - luan shi qun ying (chi).bin", 0x100000, 0x3b5cc398, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "san guo zhi lie zhuan - luan shi qun ying (chi).bin", 0x100000, 0x3b5cc398, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_sanguo) @@ -26586,7 +26586,7 @@ struct BurnDriver BurnDrvmd_sanguo = { // San Guo Zhi V (Chi) static struct BurnRomInfo md_sanguo5RomDesc[] = { - { "san guo zhi v (chi) (unl).bin", 0x200000, 0xcd7e53d0, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "san guo zhi v (chi) (unl).bin", 0x200000, 0xcd7e53d0, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_sanguo5) @@ -26604,7 +26604,7 @@ struct BurnDriver BurnDrvmd_sanguo5 = { // San San (Jpn) static struct BurnRomInfo md_sansanRomDesc[] = { - { "san san (japan).bin", 0x100000, 0x5b85deed, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "san san (japan).bin", 0x100000, 0x5b85deed, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_sansan) @@ -26622,7 +26622,7 @@ struct BurnDriver BurnDrvmd_sansan = { // Sangokushi Retsuden - Ransei no Eiyuutachi (Jpn) static struct BurnRomInfo md_sangoretRomDesc[] = { - { "sangokushi retsuden - ransei no eiyuutachi (jpn).bin", 0x100000, 0x0f56785a, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "sangokushi retsuden - ransei no eiyuutachi (jpn).bin", 0x100000, 0x0f56785a, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_sangoret) @@ -26640,7 +26640,7 @@ struct BurnDriver BurnDrvmd_sangoret = { // Saturday Night Slammasters (Euro) static struct BurnRomInfo md_slammastRomDesc[] = { - { "saturday night slammasters (euro).bin", 0x400000, 0x08fa5a3f, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "saturday night slammasters (euro).bin", 0x400000, 0x08fa5a3f, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_slammast) @@ -26658,7 +26658,7 @@ struct BurnDriver BurnDrvmd_slammast = { // Saturday Night Slammasters (USA) static struct BurnRomInfo md_slammastuRomDesc[] = { - { "saturday night slammasters (usa).bin", 0x400000, 0x2fb4eaba, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "saturday night slammasters (usa).bin", 0x400000, 0x2fb4eaba, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_slammastu) @@ -26676,7 +26676,7 @@ struct BurnDriver BurnDrvmd_slammastu = { // Scooby-Doo Mystery (USA) static struct BurnRomInfo md_scoobyRomDesc[] = { - { "scooby doo mystery (usa).bin", 0x200000, 0x7bb9dd9b, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "scooby doo mystery (usa).bin", 0x200000, 0x7bb9dd9b, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_scooby) @@ -26694,7 +26694,7 @@ struct BurnDriver BurnDrvmd_scooby = { // Scrabble (Euro, Prototype) static struct BurnRomInfo md_scrabbleRomDesc[] = { - { "scrabble (euro) (prototype).bin", 0x100000, 0x360b2610, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "scrabble (euro) (prototype).bin", 0x100000, 0x360b2610, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_scrabble) @@ -26712,7 +26712,7 @@ struct BurnDriver BurnDrvmd_scrabble = { // SeaQuest DSV (Euro) static struct BurnRomInfo md_seaquestRomDesc[] = { - { "seaquest dsv (euro).bin", 0x200000, 0x0bb511bd, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "seaquest dsv (euro).bin", 0x200000, 0x0bb511bd, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_seaquest) @@ -26730,7 +26730,7 @@ struct BurnDriver BurnDrvmd_seaquest = { // SeaQuest DSV (USA) static struct BurnRomInfo md_seaquestuRomDesc[] = { - { "seaquest dsv (usa).bin", 0x200000, 0x25b05480, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "seaquest dsv (usa).bin", 0x200000, 0x25b05480, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_seaquestu) @@ -26748,7 +26748,7 @@ struct BurnDriver BurnDrvmd_seaquestu = { // The Second Samurai (Euro) static struct BurnRomInfo md_secondsRomDesc[] = { - { "second samurai (euro).bin", 0x100000, 0x78e92143, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "second samurai (euro).bin", 0x100000, 0x78e92143, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_seconds) @@ -26766,7 +26766,7 @@ struct BurnDriver BurnDrvmd_seconds = { // Sega Sports 1 (Euro) static struct BurnRomInfo md_segasprtRomDesc[] = { - { "sega sports 1 (euro).bin", 0x280000, 0x07fedaf1, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "sega sports 1 (euro).bin", 0x280000, 0x07fedaf1, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_segasprt) @@ -26784,7 +26784,7 @@ struct BurnDriver BurnDrvmd_segasprt = { // Sega Top Five (Bra) static struct BurnRomInfo md_segatopRomDesc[] = { - { "sega top five (bra).bin", 0x200000, 0x61069069, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "sega top five (bra).bin", 0x200000, 0x61069069, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_segatop) @@ -26802,7 +26802,7 @@ struct BurnDriver BurnDrvmd_segatop = { // Sensible Soccer (Euro) static struct BurnRomInfo md_sensibleRomDesc[] = { - { "mpr-16014.bin", 0x080000, 0xf9b396b8, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-16014.bin", 0x080000, 0xf9b396b8, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_sensible) @@ -26820,7 +26820,7 @@ struct BurnDriver BurnDrvmd_sensible = { // Sensible Soccer (Prototype) static struct BurnRomInfo md_sensiblepRomDesc[] = { - { "sensible soccer (beta).bin", 0x080000, 0xef52664d, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "sensible soccer (beta).bin", 0x080000, 0xef52664d, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_sensiblep) @@ -26838,7 +26838,7 @@ struct BurnDriver BurnDrvmd_sensiblep = { // Sensible Soccer - International Edition (Euro) static struct BurnRomInfo md_sensibieRomDesc[] = { - { "sensible soccer - international edition (euro).bin", 0x080000, 0x04e3bcca, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "sensible soccer - international edition (euro).bin", 0x080000, 0x04e3bcca, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_sensibie) @@ -26856,7 +26856,7 @@ struct BurnDriver BurnDrvmd_sensibie = { // Sesame Street Counting Cafe (USA) static struct BurnRomInfo md_sesameRomDesc[] = { - { "sesame street counting cafe (usa).bin", 0x100000, 0x0a4f48c3, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "sesame street counting cafe (usa).bin", 0x100000, 0x0a4f48c3, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_sesame) @@ -26874,7 +26874,7 @@ struct BurnDriver BurnDrvmd_sesame = { // Shadow Blasters (USA) static struct BurnRomInfo md_shadowRomDesc[] = { - { "shadow blasters (usa).bin", 0x080000, 0x713d377b, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "shadow blasters (usa).bin", 0x080000, 0x713d377b, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_shadow) @@ -26892,7 +26892,7 @@ struct BurnDriver BurnDrvmd_shadow = { // Shiten Myouou (Jpn) static struct BurnRomInfo md_shitenRomDesc[] = { - { "shiten myouou (jpn).bin", 0x080000, 0x7e729693, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "shiten myouou (jpn).bin", 0x080000, 0x7e729693, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_shiten) @@ -26910,7 +26910,7 @@ struct BurnDriver BurnDrvmd_shiten = { // Shadow Dancer - The Secret of Shinobi (World) static struct BurnRomInfo md_shdancerRomDesc[] = { - { "mpr-13571.bin", 0x080000, 0xebe9ad10, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-13571.bin", 0x080000, 0xebe9ad10, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_shdancer) @@ -26928,7 +26928,7 @@ struct BurnDriver BurnDrvmd_shdancer = { // Shadow of the Beast (Euro, USA) static struct BurnRomInfo md_beastRomDesc[] = { - { "sha01.bin", 0x100000, 0xbd385c27, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "sha01.bin", 0x100000, 0xbd385c27, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_beast) @@ -26946,7 +26946,7 @@ struct BurnDriver BurnDrvmd_beast = { // Shadow of the Beast - Mashou no Okite (Jpn) static struct BurnRomInfo md_beastjRomDesc[] = { - { "shadow of the beast - mashou no okite (jpn).bin", 0x100000, 0x0cd09d31, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "shadow of the beast - mashou no okite (jpn).bin", 0x100000, 0x0cd09d31, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_beastj) @@ -26964,7 +26964,7 @@ struct BurnDriver BurnDrvmd_beastj = { // Shadow of the Beast II (Euro, USA) static struct BurnRomInfo md_beast2RomDesc[] = { - { "shadow of the beast ii (euro, usa).bin", 0x100000, 0x2dede3db, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "shadow of the beast ii (euro, usa).bin", 0x100000, 0x2dede3db, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_beast2) @@ -26982,7 +26982,7 @@ struct BurnDriver BurnDrvmd_beast2 = { // Shadowrun (USA) static struct BurnRomInfo md_shadowrnRomDesc[] = { - { "shadowrun (usa).bin", 0x200000, 0xfbb92909, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "shadowrun (usa).bin", 0x200000, 0xfbb92909, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_shadowrn) @@ -27000,7 +27000,7 @@ struct BurnDriver BurnDrvmd_shadowrn = { // Shadowrun (Jpn) static struct BurnRomInfo md_shadowrnjRomDesc[] = { - { "shadowrun (jpn).bin", 0x200000, 0xd32199f7, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "shadowrun (jpn).bin", 0x200000, 0xd32199f7, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_shadowrnj) @@ -27018,7 +27018,7 @@ struct BurnDriver BurnDrvmd_shadowrnj = { // Shadowrun (USA, Prototype, 19931228) static struct BurnRomInfo md_shadowrnp4RomDesc[] = { - { "shadowrun (prototype - dec 28, 1993).bin", 0x200000, 0x2455add2, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "shadowrun (prototype - dec 28, 1993).bin", 0x200000, 0x2455add2, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_shadowrnp4) @@ -27036,7 +27036,7 @@ struct BurnDriver BurnDrvmd_shadowrnp4 = { // Shadowrun (USA, Prototype, 19931231) static struct BurnRomInfo md_shadowrnp3RomDesc[] = { - { "shadowrun (prototype - dec 31, 1993).bin", 0x200000, 0xbbb5e2fa, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "shadowrun (prototype - dec 31, 1993).bin", 0x200000, 0xbbb5e2fa, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_shadowrnp3) @@ -27054,7 +27054,7 @@ struct BurnDriver BurnDrvmd_shadowrnp3 = { // Shadowrun (USA, Prototype, 19940125-C) static struct BurnRomInfo md_shadowrnp2RomDesc[] = { - { "shadowrun (prototype - jan 25, 1994 - c).bin", 0x200000, 0x6e2bbca8, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "shadowrun (prototype - jan 25, 1994 - c).bin", 0x200000, 0x6e2bbca8, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_shadowrnp2) @@ -27072,7 +27072,7 @@ struct BurnDriver BurnDrvmd_shadowrnp2 = { // Shadowrun (USA, Prototype, 19940125) static struct BurnRomInfo md_shadowrnp1RomDesc[] = { - { "shadowrun (prototype - jan 25, 1994).bin", 0x200000, 0x2a964bcd, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "shadowrun (prototype - jan 25, 1994).bin", 0x200000, 0x2a964bcd, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_shadowrnp1) @@ -27090,7 +27090,7 @@ struct BurnDriver BurnDrvmd_shadowrnp1 = { // Shane Warne Cricket (Aus) static struct BurnRomInfo md_shanewarRomDesc[] = { - { "shane warne cricket (aus).bin", 0x100000, 0x68865f6f, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "shane warne cricket (aus).bin", 0x100000, 0x68865f6f, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_shanewar) @@ -27108,7 +27108,7 @@ struct BurnDriver BurnDrvmd_shanewar = { // Shanghai II - Dragon's Eye (USA) static struct BurnRomInfo md_shangh2RomDesc[] = { - { "shanghai ii - dragon's eye (usa).bin", 0x100000, 0xebe9e840, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "shanghai ii - dragon's eye (usa).bin", 0x100000, 0xebe9e840, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_shangh2) @@ -27126,7 +27126,7 @@ struct BurnDriver BurnDrvmd_shangh2 = { // Shanghai II - Dragon's Eye (USA, Prototype) static struct BurnRomInfo md_shangh2pRomDesc[] = { - { "shanghai ii - dragon's eye (beta).bin", 0x100000, 0x154aca2d, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "shanghai ii - dragon's eye (beta).bin", 0x100000, 0x154aca2d, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_shangh2p) @@ -27144,7 +27144,7 @@ struct BurnDriver BurnDrvmd_shangh2p = { // Shanghai II - Dragon's Eye (USA, Prototype, Alt) static struct BurnRomInfo md_shangh2p1RomDesc[] = { - { "shanghai ii - dragon's eye (beta) (alt).bin", 0x100000, 0x5e33867b, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "shanghai ii - dragon's eye (beta) (alt).bin", 0x100000, 0x5e33867b, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_shangh2p1) @@ -27162,7 +27162,7 @@ struct BurnDriver BurnDrvmd_shangh2p1 = { // Shaq Fu (Euro, USA) static struct BurnRomInfo md_shaqfuRomDesc[] = { - { "sfb2_u1+sfb2_u2.bin", 0x300000, 0x499955f2, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "sfb2_u1+sfb2_u2.bin", 0x300000, 0x499955f2, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_shaqfu) @@ -27180,7 +27180,7 @@ struct BurnDriver BurnDrvmd_shaqfu = { // Shi Jie Zhi Bang Zheng Ba Zhan - World Pro Baseball 94 (Chi) static struct BurnRomInfo md_shijieRomDesc[] = { - { "shi jie zhi bang zheng ba zhan - world pro baseball 94 (chi) (unl).bin", 0x200000, 0x72dd884f, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "shi jie zhi bang zheng ba zhan - world pro baseball 94 (chi) (unl).bin", 0x200000, 0x72dd884f, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_shijie) @@ -27198,7 +27198,7 @@ struct BurnDriver BurnDrvmd_shijie = { // Shikinjoh (Jpn) static struct BurnRomInfo md_shikinjoRomDesc[] = { - { "shikinjoh (jpn).bin", 0x080000, 0x5ea0c97d, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "shikinjoh (jpn).bin", 0x080000, 0x5ea0c97d, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_shikinjo) @@ -27216,7 +27216,7 @@ struct BurnDriver BurnDrvmd_shikinjo = { // Shining Force (USA) static struct BurnRomInfo md_shinfrceRomDesc[] = { - { "shining force (usa).bin", 0x180000, 0xe0594abe, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "shining force (usa).bin", 0x180000, 0xe0594abe, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_shinfrce) @@ -27234,7 +27234,7 @@ struct BurnDriver BurnDrvmd_shinfrce = { // Shining Force (USA, Prototype) static struct BurnRomInfo md_shinfrcepRomDesc[] = { - { "shining force (usa) (beta).bin", 0x180000, 0xce67143a, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "shining force (usa) (beta).bin", 0x180000, 0xce67143a, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_shinfrcep) @@ -27252,7 +27252,7 @@ struct BurnDriver BurnDrvmd_shinfrcep = { // Shining Force - Kamigami no Isan (Jpn) static struct BurnRomInfo md_shinfrcejRomDesc[] = { - { "shining force - kamigami no isan (jpn).bin", 0x180000, 0x9378fbcd, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "shining force - kamigami no isan (jpn).bin", 0x180000, 0x9378fbcd, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_shinfrcej) @@ -27270,7 +27270,7 @@ struct BurnDriver BurnDrvmd_shinfrcej = { // Shining Force II - Koe no Fuuin (Jpn) static struct BurnRomInfo md_shinfrc2jRomDesc[] = { - { "shining force ii - koe no fuuin (jpn).bin", 0x200000, 0x0288f3e1, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "shining force ii - koe no fuuin (jpn).bin", 0x200000, 0x0288f3e1, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_shinfrc2j) @@ -27288,7 +27288,7 @@ struct BurnDriver BurnDrvmd_shinfrc2j = { // Shining Force II (USA, Prototype, 19940404) static struct BurnRomInfo md_shinfrc2p2RomDesc[] = { - { "shining force ii (prototype - apr 04, 1994).bin", 0x200000, 0x5843670c, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "shining force ii (prototype - apr 04, 1994).bin", 0x200000, 0x5843670c, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_shinfrc2p2) @@ -27306,7 +27306,7 @@ struct BurnDriver BurnDrvmd_shinfrc2p2 = { // Shining Force II (USA, Prototype, 19940607) static struct BurnRomInfo md_shinfrc2p1RomDesc[] = { - { "shining force ii (prototype - jun 07, 1994).bin", 0x200000, 0x03b68bba, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "shining force ii (prototype - jun 07, 1994).bin", 0x200000, 0x03b68bba, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_shinfrc2p1) @@ -27324,7 +27324,7 @@ struct BurnDriver BurnDrvmd_shinfrc2p1 = { // Shining Force II (USA) static struct BurnRomInfo md_shinfrc2uRomDesc[] = { - { "shining force ii (usa).bin", 0x200000, 0x4815e075, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "shining force ii (usa).bin", 0x200000, 0x4815e075, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_shinfrc2u) @@ -27342,7 +27342,7 @@ struct BurnDriver BurnDrvmd_shinfrc2u = { // Shining in the Darkness (Euro, USA) static struct BurnRomInfo md_shindarkRomDesc[] = { - { "shining in the darkness (euro, usa).bin", 0x100000, 0x4d2785bc, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "shining in the darkness (euro, usa).bin", 0x100000, 0x4d2785bc, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_shindark) @@ -27360,7 +27360,7 @@ struct BurnDriver BurnDrvmd_shindark = { // Shining in the Darkness (Bra) static struct BurnRomInfo md_shindarkbrRomDesc[] = { - { "shining in the darkness (bra).bin", 0x100000, 0x3ee2bbc4, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "shining in the darkness (bra).bin", 0x100000, 0x3ee2bbc4, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_shindarkbr) @@ -27378,7 +27378,7 @@ struct BurnDriver BurnDrvmd_shindarkbr = { // Shining and the Darkness (Jpn) static struct BurnRomInfo md_shindarkjRomDesc[] = { - { "mpr-13807.bin", 0x100000, 0x496af51c, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-13807.bin", 0x100000, 0x496af51c, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_shindarkj) @@ -27396,7 +27396,7 @@ struct BurnDriver BurnDrvmd_shindarkj = { // Shinobi III - Return of the Ninja Master (USA) static struct BurnRomInfo md_shinobi3uRomDesc[] = { - { "shinobi iii - return of the ninja master (usa).bin", 0x100000, 0x5381506f, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "shinobi iii - return of the ninja master (usa).bin", 0x100000, 0x5381506f, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_shinobi3u) @@ -27414,7 +27414,7 @@ struct BurnDriver BurnDrvmd_shinobi3u = { // The Super Shinobi II (Jpn, Kor) static struct BurnRomInfo md_supshin2RomDesc[] = { - { "super shinobi ii, the (jpn, kor).bin", 0x100000, 0x5b412816, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "super shinobi ii, the (jpn, kor).bin", 0x100000, 0x5b412816, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_supshin2) @@ -27432,7 +27432,7 @@ struct BurnDriver BurnDrvmd_supshin2 = { // The Super Shinobi II (Jpn, Prototype) static struct BurnRomInfo md_supshin2p1RomDesc[] = { - { "super shinobi ii, the (jpn) (beta).bin", 0x100000, 0xc47e8aea, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "super shinobi ii, the (jpn) (beta).bin", 0x100000, 0xc47e8aea, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_supshin2p1) @@ -27450,7 +27450,7 @@ struct BurnDriver BurnDrvmd_supshin2p1 = { // The Super Shinobi II (Jpn, Prototype, Earlier) static struct BurnRomInfo md_supshin2p2RomDesc[] = { - { "super shinobi ii, the (jpn) (beta) (earlier).bin", 0x100000, 0x1ee5bce3, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "super shinobi ii, the (jpn) (beta) (earlier).bin", 0x100000, 0x1ee5bce3, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_supshin2p2) @@ -27468,7 +27468,7 @@ struct BurnDriver BurnDrvmd_supshin2p2 = { // Ship (Prototype) static struct BurnRomInfo md_shipRomDesc[] = { - { "ship (prototype).bin", 0x020000, 0x4cdc9f16, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "ship (prototype).bin", 0x020000, 0x4cdc9f16, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_ship) @@ -27486,7 +27486,7 @@ struct BurnDriver BurnDrvmd_ship = { // Shougi no Hoshi (Jpn) static struct BurnRomInfo md_shougiRomDesc[] = { - { "shougi no hoshi (jpn).bin", 0x040000, 0x4148f816, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "shougi no hoshi (jpn).bin", 0x040000, 0x4148f816, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_shougi) @@ -27504,7 +27504,7 @@ struct BurnDriver BurnDrvmd_shougi = { // Shove It! ...The Warehouse Game (USA) static struct BurnRomInfo md_shoveitRomDesc[] = { - { "shove it! ...the warehouse game (usa).bin", 0x020000, 0xc51f40cb, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "shove it! ...the warehouse game (usa).bin", 0x020000, 0xc51f40cb, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_shoveit) @@ -27522,7 +27522,7 @@ struct BurnDriver BurnDrvmd_shoveit = { // Shijou Saidai no Soukoban (Jpn) static struct BurnRomInfo md_sokobanRomDesc[] = { - { "shijou saidai no soukoban (jpn).bin", 0x040000, 0x40f4aacc, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "shijou saidai no soukoban (jpn).bin", 0x040000, 0x40f4aacc, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_sokoban) @@ -27540,7 +27540,7 @@ struct BurnDriver BurnDrvmd_sokoban = { // Show do Milhăo (Bra) static struct BurnRomInfo md_sdmilhaoRomDesc[] = { - { "show do milhao (bra).bin", 0x200000, 0x0a22df04, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "show do milhao (bra).bin", 0x200000, 0x0a22df04, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_sdmilhao) @@ -27558,7 +27558,7 @@ struct BurnDriver BurnDrvmd_sdmilhao = { // Show do Milhăo Volume 2 (Bra) static struct BurnRomInfo md_sdmilha2RomDesc[] = { - { "show do milhao volume 2 (bra).bin", 0x200000, 0x48ee66cb, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "show do milhao volume 2 (bra).bin", 0x200000, 0x48ee66cb, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_sdmilha2) @@ -27576,7 +27576,7 @@ struct BurnDriver BurnDrvmd_sdmilha2 = { // Show do Milhăo Volume 2 (Bra, Alt) static struct BurnRomInfo md_sdmilha2aRomDesc[] = { - { "show do milhao volume 2 (bra) (alt).bin", 0x200000, 0xd8c9ac6d, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "show do milhao volume 2 (bra) (alt).bin", 0x200000, 0xd8c9ac6d, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_sdmilha2a) @@ -27594,7 +27594,7 @@ struct BurnDriver BurnDrvmd_sdmilha2a = { // Shui Hu - Feng Yun Zhuan (Chi) static struct BurnRomInfo md_shuihuRomDesc[] = { - { "shui hu - feng yun zhuan (chi) (unl).bin", 0x200000, 0x3e9e010c, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "shui hu - feng yun zhuan (chi) (unl).bin", 0x200000, 0x3e9e010c, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_shuihu) @@ -27612,7 +27612,7 @@ struct BurnDriver BurnDrvmd_shuihu = { // Shui Hu Zhuan (Chi) static struct BurnRomInfo md_shuihuzhRomDesc[] = { - { "shui hu zhuan (chi) (unl).bin", 0x200000, 0x61e458c3, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "shui hu zhuan (chi) (unl).bin", 0x200000, 0x61e458c3, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_shuihuzh) @@ -27630,7 +27630,7 @@ struct BurnDriver BurnDrvmd_shuihuzh = { // Shura no Mon (Jpn) static struct BurnRomInfo md_shuramonRomDesc[] = { - { "shura no mon (jpn).bin", 0x100000, 0xe19da6e5, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "shura no mon (jpn).bin", 0x100000, 0xe19da6e5, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_shuramon) @@ -27648,7 +27648,7 @@ struct BurnDriver BurnDrvmd_shuramon = { // Side Pocket (Euro) static struct BurnRomInfo md_sidepockRomDesc[] = { - { "side pocket (euro).bin", 0x100000, 0x36e08145, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "side pocket (euro).bin", 0x100000, 0x36e08145, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_sidepock) @@ -27666,7 +27666,7 @@ struct BurnDriver BurnDrvmd_sidepock = { // Side Pocket (Jpn) static struct BurnRomInfo md_sidepockjRomDesc[] = { - { "side pocket (jpn).bin", 0x100000, 0x336bbf3e, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "side pocket (jpn).bin", 0x100000, 0x336bbf3e, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_sidepockj) @@ -27684,7 +27684,7 @@ struct BurnDriver BurnDrvmd_sidepockj = { // The Simpsons - Bart Vs The Space Mutants (Euro, USA, Rev. A) static struct BurnRomInfo md_bartvssmRomDesc[] = { - { "mpr-14759a.bin", 0x080000, 0xdb70e8ca, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-14759a.bin", 0x080000, 0xdb70e8ca, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_bartvssm) @@ -27702,7 +27702,7 @@ struct BurnDriver BurnDrvmd_bartvssm = { // The Simpsons - Bart Vs The Space Mutants (Euro, USA) static struct BurnRomInfo md_bartvssm1RomDesc[] = { - { "simpsons, the - bart vs the space mutants (euro, usa).bin", 0x080000, 0xc8620574, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "simpsons, the - bart vs the space mutants (euro, usa).bin", 0x080000, 0xc8620574, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_bartvssm1) @@ -27720,7 +27720,7 @@ struct BurnDriver BurnDrvmd_bartvssm1 = { // The Simpsons - Bart's Nightmare (Euro, USA) static struct BurnRomInfo md_bartnighRomDesc[] = { - { "simpsons, the - bart's nightmare (euro, usa).bin", 0x100000, 0x24d7507c, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "simpsons, the - bart's nightmare (euro, usa).bin", 0x100000, 0x24d7507c, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_bartnigh) @@ -27738,7 +27738,7 @@ struct BurnDriver BurnDrvmd_bartnigh = { // Skeleton Krew (Euro) static struct BurnRomInfo md_skelkrewRomDesc[] = { - { "skeleton krew (euro).bin", 0x200000, 0x5f872737, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "skeleton krew (euro).bin", 0x200000, 0x5f872737, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_skelkrew) @@ -27756,7 +27756,7 @@ struct BurnDriver BurnDrvmd_skelkrew = { // Skeleton Krew (USA) static struct BurnRomInfo md_skelkrewuRomDesc[] = { - { "skeleton krew (usa).bin", 0x200000, 0xc2e05acb, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "skeleton krew (usa).bin", 0x200000, 0xc2e05acb, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_skelkrewu) @@ -27774,7 +27774,7 @@ struct BurnDriver BurnDrvmd_skelkrewu = { // From TV Animation Slam Dunk - Kyougou Makkou Taiketsu! (Jpn) static struct BurnRomInfo md_slamdunkRomDesc[] = { - { "from tv animation slam dunk - kyougou makkou taiketsu! (jpn).bin", 0x200000, 0xcdf5678f, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "from tv animation slam dunk - kyougou makkou taiketsu! (jpn).bin", 0x200000, 0xcdf5678f, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_slamdunk) @@ -27792,7 +27792,7 @@ struct BurnDriver BurnDrvmd_slamdunk = { // Slam - Shaq vs. the Legends (Prototype) static struct BurnRomInfo md_slamshaqRomDesc[] = { - { "slam - shaq vs. the legends (prototype).bin", 0x1f485a, 0xc19c200e, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "slam - shaq vs. the legends (prototype).bin", 0x1f485a, 0xc19c200e, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_slamshaq) @@ -27810,7 +27810,7 @@ struct BurnDriver BurnDrvmd_slamshaq = { // Slap Fight MD (Jpn) static struct BurnRomInfo md_slapfighRomDesc[] = { - { "slap fight md (jpn).bin", 0x100000, 0xd6695695, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "slap fight md (jpn).bin", 0x100000, 0xd6695695, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_slapfigh) @@ -27828,7 +27828,7 @@ struct BurnDriver BurnDrvmd_slapfigh = { // Slaughter Sport (USA) static struct BurnRomInfo md_slaughtrRomDesc[] = { - { "slaughter sport (usa).bin", 0x0a0000, 0xaf9f9d9c, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "slaughter sport (usa).bin", 0x0a0000, 0xaf9f9d9c, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_slaughtr) @@ -27846,7 +27846,7 @@ struct BurnDriver BurnDrvmd_slaughtr = { // Fatman (Jpn) static struct BurnRomInfo md_fatmanRomDesc[] = { - { "fatman (jpn).bin", 0x0a0000, 0x7867da3a, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "fatman (jpn).bin", 0x0a0000, 0x7867da3a, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_fatman) @@ -27864,7 +27864,7 @@ struct BurnDriver BurnDrvmd_fatman = { // The Smurfs Travel the World (Euro) static struct BurnRomInfo md_smurfstwRomDesc[] = { - { "smurfs travel the world, the (euro).bin", 0x100000, 0xb28bdd69, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "smurfs travel the world, the (euro).bin", 0x100000, 0xb28bdd69, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_smurfstw) @@ -27882,7 +27882,7 @@ struct BurnDriver BurnDrvmd_smurfstw = { // Snake Rattle n' Roll (Euro) static struct BurnRomInfo md_snakernrRomDesc[] = { - { "snake rattle n' roll (euro).bin", 0x080000, 0x543bed30, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "snake rattle n' roll (euro).bin", 0x080000, 0x543bed30, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_snakernr) @@ -27900,7 +27900,7 @@ struct BurnDriver BurnDrvmd_snakernr = { // Snow Bros. - Nick & Tom (Jpn) static struct BurnRomInfo md_snowbrosRomDesc[] = { - { "snow bros. - nick & tom (jpn).bin", 0x100000, 0x11b56228, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "snow bros. - nick & tom (jpn).bin", 0x100000, 0x11b56228, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_snowbros) @@ -27918,7 +27918,7 @@ struct BurnDriver BurnDrvmd_snowbros = { // Socket (USA) static struct BurnRomInfo md_socketRomDesc[] = { - { "socket (usa).bin", 0x100000, 0x3c14e15a, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "socket (usa).bin", 0x100000, 0x3c14e15a, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_socket) @@ -27936,7 +27936,7 @@ struct BurnDriver BurnDrvmd_socket = { // Time Dominator 1st (Jpn, Kor) static struct BurnRomInfo md_timedomRomDesc[] = { - { "time dominator 1st (jpn, kor).bin", 0x100000, 0x7eba7a5c, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "time dominator 1st (jpn, kor).bin", 0x100000, 0x7eba7a5c, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_timedom) @@ -27954,7 +27954,7 @@ struct BurnDriver BurnDrvmd_timedom = { // Sol-Deace (USA) static struct BurnRomInfo md_soldeaceRomDesc[] = { - { "sol-deace (usa).bin", 0x100000, 0xa77e4e9f, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "sol-deace (usa).bin", 0x100000, 0xa77e4e9f, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_soldeace) @@ -27972,7 +27972,7 @@ struct BurnDriver BurnDrvmd_soldeace = { // Soleil (Euro) static struct BurnRomInfo md_soleilRomDesc[] = { - { "mpr-17499.bin", 0x200000, 0xa30ebdb1, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-17499.bin", 0x200000, 0xa30ebdb1, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_soleil) @@ -27990,7 +27990,7 @@ struct BurnDriver BurnDrvmd_soleil = { // Crusader of Centy (USA) static struct BurnRomInfo md_crusaderRomDesc[] = { - { "crusader of centy (usa).bin", 0x200000, 0x41858f6f, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "crusader of centy (usa).bin", 0x200000, 0x41858f6f, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_crusader) @@ -28008,7 +28008,7 @@ struct BurnDriver BurnDrvmd_crusader = { // Shin Souseiki Ragnacenty (Jpn) static struct BurnRomInfo md_ragnacenRomDesc[] = { - { "shin souseiki ragnacenty (jpn).bin", 0x200000, 0x6a3f5ae2, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "shin souseiki ragnacenty (jpn).bin", 0x200000, 0x6a3f5ae2, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_ragnacen) @@ -28026,7 +28026,7 @@ struct BurnDriver BurnDrvmd_ragnacen = { // Shin Souseiki Ragnacenty (Jpn, Prototype) static struct BurnRomInfo md_ragnacenpRomDesc[] = { - { "shin souseiki ragnacenty (jpn) (beta).bin", 0x100000, 0x43797455, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "shin souseiki ragnacenty (jpn) (beta).bin", 0x100000, 0x43797455, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_ragnacenp) @@ -28044,7 +28044,7 @@ struct BurnDriver BurnDrvmd_ragnacenp = { // Ragnacenty (Kor) static struct BurnRomInfo md_ragnacenkRomDesc[] = { - { "ragnacenty (kor).bin", 0x200000, 0x77b5b10b, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "ragnacenty (kor).bin", 0x200000, 0x77b5b10b, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_ragnacenk) @@ -28062,7 +28062,8 @@ struct BurnDriver BurnDrvmd_ragnacenk = { // Sonic & Knuckles (World) static struct BurnRomInfo md_skRomDesc[] = { - { "mpr-16910-u.ic1", 0x200000, 0x0658f691, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-16910-u.ic1", 0x200000, 0x0658f691, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-16911-s.ic2", 0x040000, 0x4dcfd55c, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_300000 }, }; STD_ROM_PICK(md_sk) @@ -28080,7 +28081,7 @@ struct BurnDriver BurnDrvmd_sk = { // Sonic & Knuckles (Prototype 0606, 19940606, 10.02) static struct BurnRomInfo md_skp10RomDesc[] = { - { "sonic & knuckles (prototype 0606 - jun 06, 1994, 10.02).bin", 0x200000, 0x03a52f63, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "sonic & knuckles (prototype 0606 - jun 06, 1994, 10.02).bin", 0x200000, 0x03a52f63, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_skp10) @@ -28098,7 +28099,7 @@ struct BurnDriver BurnDrvmd_skp10 = { // Sonic & Knuckles (Prototype 0608, 19940608, 05.03) static struct BurnRomInfo md_skp08RomDesc[] = { - { "sonic & knuckles (prototype 0608 - jun 08, 1994, 05.03).bin", 0x200000, 0x7a6c1317, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "sonic & knuckles (prototype 0608 - jun 08, 1994, 05.03).bin", 0x200000, 0x7a6c1317, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_skp08) @@ -28116,7 +28117,7 @@ struct BurnDriver BurnDrvmd_skp08 = { // Sonic & Knuckles (Prototype 0610, 19940610, 07.49) static struct BurnRomInfo md_skp06RomDesc[] = { - { "sonic & knuckles (prototype 0610 - jun 10, 1994, 07.49).bin", 0x200000, 0x7092f368, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "sonic & knuckles (prototype 0610 - jun 10, 1994, 07.49).bin", 0x200000, 0x7092f368, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_skp06) @@ -28134,7 +28135,7 @@ struct BurnDriver BurnDrvmd_skp06 = { // Sonic & Knuckles (Prototype 0612, 19940612, 18.27) static struct BurnRomInfo md_skp04RomDesc[] = { - { "sonic & knuckles (prototype 0612 - jun 12, 1994, 18.27).bin", 0x200000, 0xb0a253e8, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "sonic & knuckles (prototype 0612 - jun 12, 1994, 18.27).bin", 0x200000, 0xb0a253e8, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_skp04) @@ -28152,7 +28153,7 @@ struct BurnDriver BurnDrvmd_skp04 = { // Sonic & Knuckles (Prototype 0618, 19940618, 09.15) static struct BurnRomInfo md_skp02RomDesc[] = { - { "sonic & knuckles (prototype 0618 - jun 18, 1994, 09.15).bin", 0x200000, 0x2615f5dc, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "sonic & knuckles (prototype 0618 - jun 18, 1994, 09.15).bin", 0x200000, 0x2615f5dc, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_skp02) @@ -28170,7 +28171,7 @@ struct BurnDriver BurnDrvmd_skp02 = { // Sonic & Knuckles (Prototype 0619, 19940619, 08.18) static struct BurnRomInfo md_skp01RomDesc[] = { - { "sonic & knuckles (prototype 0619 - jun 19, 1994, 08.18).bin", 0x200000, 0x1ea5b9d1, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "sonic & knuckles (prototype 0619 - jun 19, 1994, 08.18).bin", 0x200000, 0x1ea5b9d1, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_skp01) @@ -28188,7 +28189,7 @@ struct BurnDriver BurnDrvmd_skp01 = { // Sonic & Knuckles (Prototype 0606, 19940605, 22.25, S2K chip) static struct BurnRomInfo md_skp11RomDesc[] = { - { "sonic & knuckles (s2k chip) (prototype 0606 - jun 05, 1994, 22.25).bin", 0x040000, 0xbd619ea9, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "sonic & knuckles (s2k chip) (prototype 0606 - jun 05, 1994, 22.25).bin", 0x040000, 0xbd619ea9, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_skp11) @@ -28206,7 +28207,7 @@ struct BurnDriver BurnDrvmd_skp11 = { // Sonic & Knuckles (Prototype 0608, 19940608, 03.35, S2K chip) static struct BurnRomInfo md_skp09RomDesc[] = { - { "sonic & knuckles (s2k chip) (prototype 0608 - jun 08, 1994, 03.35).bin", 0x040000, 0x6a5dcbe6, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "sonic & knuckles (s2k chip) (prototype 0608 - jun 08, 1994, 03.35).bin", 0x040000, 0x6a5dcbe6, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_skp09) @@ -28224,7 +28225,7 @@ struct BurnDriver BurnDrvmd_skp09 = { // Sonic & Knuckles (Prototype 0610, 19940610, 03.11, S2K chip) static struct BurnRomInfo md_skp07RomDesc[] = { - { "sonic & knuckles (s2k chip) (prototype 0610 - jun 10, 1994, 03.11).bin", 0x040000, 0x0f6ff22b, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "sonic & knuckles (s2k chip) (prototype 0610 - jun 10, 1994, 03.11).bin", 0x040000, 0x0f6ff22b, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_skp07) @@ -28242,7 +28243,7 @@ struct BurnDriver BurnDrvmd_skp07 = { // Sonic & Knuckles (Prototype 0612, 19940612, 18.18, S2K chip) static struct BurnRomInfo md_skp05RomDesc[] = { - { "sonic & knuckles (s2k chip) (prototype 0612 - jun 12, 1994, 18.18).bin", 0x040000, 0x9a5f8183, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "sonic & knuckles (s2k chip) (prototype 0612 - jun 12, 1994, 18.18).bin", 0x040000, 0x9a5f8183, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_skp05) @@ -28260,7 +28261,7 @@ struct BurnDriver BurnDrvmd_skp05 = { // Sonic & Knuckles (Prototype 0618, 19940618, 9.07, S2K chip) static struct BurnRomInfo md_skp03RomDesc[] = { - { "sonic & knuckles (s2k chip) (prototype 0618 - jun 18, 1994, 9.07).bin", 0x040000, 0x4dcfd55c, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "sonic & knuckles (s2k chip) (prototype 0618 - jun 18, 1994, 9.07).bin", 0x040000, 0x4dcfd55c, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_skp03) @@ -28276,85 +28277,27 @@ struct BurnDriver BurnDrvmd_skp03 = { &bMegadriveRecalcPalette, 0x100, 320, 224, 4, 3 }; -// Sonic & Knuckles + Sonic the Hedgehog (World) -static struct BurnRomInfo md_sks1RomDesc[] = { - { "mpr-16910-u.ic1", 0x200000, 0x0658f691, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, - { "mpr-13913.ic1", 0x080000, 0xf9394e97, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_200000 }, -}; - -STD_ROM_PICK(md_sks1) -STD_ROM_FN(md_sks1) - -struct BurnDriver BurnDrvmd_sks1 = { - "md_sks1", NULL, NULL, NULL, "199?", - "Sonic & Knuckles + Sonic the Hedgehog (World)\0", NULL, "", "Sega Megadrive", - NULL, NULL, NULL, NULL, - BDF_GAME_WORKING | BDF_16BIT_ONLY, 2, HARDWARE_SEGA_MEGADRIVE, GBF_MISC, 0, - MegadriveGetZipName, md_sks1RomInfo, md_sks1RomName, NULL, NULL, MegadriveInputInfo, MegadriveDIPInfo, - MegadriveInit, MegadriveExit, MegadriveFrame, NULL, MegadriveScan, - &bMegadriveRecalcPalette, 0x100, 320, 224, 4, 3 -}; - -// Sonic & Knuckles + Sonic the Hedgehog 2 (World) -static struct BurnRomInfo md_sks2RomDesc[] = { - { "mpr-16910-u.ic1", 0x200000, 0x0658f691, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, - { "mpr-16911-s.ic2", 0x040000, 0x4dcfd55c, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_300000 }, - { "mpr-15000a.bin", 0x100000, 0x7b905383, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_200000 }, -}; - -STD_ROM_PICK(md_sks2) -STD_ROM_FN(md_sks2) - -struct BurnDriver BurnDrvmd_sks2 = { - "md_sks2", NULL, NULL, NULL, "199?", - "Sonic & Knuckles + Sonic the Hedgehog 2 (World)\0", NULL, "", "Sega Megadrive", - NULL, NULL, NULL, NULL, - BDF_GAME_WORKING | BDF_16BIT_ONLY, 2, HARDWARE_SEGA_MEGADRIVE, GBF_MISC, 0, - MegadriveGetZipName, md_sks2RomInfo, md_sks2RomName, NULL, NULL, MegadriveInputInfo, MegadriveDIPInfo, - MegadriveInit, MegadriveExit, MegadriveFrame, NULL, MegadriveScan, - &bMegadriveRecalcPalette, 0x100, 320, 224, 4, 3 -}; - // Knuckles in Sonic 2 (Prototype 0524, 19940527, 10.46) static struct BurnRomInfo md_knucklpRomDesc[] = { - { "knuckles in sonic 2 (prototype 0524 - may 27, 1994, 10.46).bin", 0x400000, 0x8878c1a8, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "knuckles in sonic 2 (prototype 0524 - may 27, 1994, 10.46).bin", 0x400000, 0x8878c1a8, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_knucklp) STD_ROM_FN(md_knucklp) struct BurnDriver BurnDrvmd_knucklp = { - "md_knucklp", "md_sks2", NULL, NULL, "199?", + "md_knucklp", NULL, NULL, NULL, "199?", "Knuckles in Sonic 2 (Prototype 0524, 19940527, 10.46)\0", NULL, "", "Sega Megadrive", NULL, NULL, NULL, NULL, - BDF_GAME_WORKING | BDF_16BIT_ONLY | BDF_CLONE, 2, HARDWARE_SEGA_MEGADRIVE, GBF_MISC, 0, - MegadriveGetZipName, md_knucklpRomInfo, md_knucklpRomName, NULL, NULL, MegadriveInputInfo, MegadriveDIPInfo, - MegadriveInit, MegadriveExit, MegadriveFrame, NULL, MegadriveScan, - &bMegadriveRecalcPalette, 0x100, 320, 224, 4, 3 -}; - -// Sonic & Knuckles + Sonic the Hedgehog 3 (World) -static struct BurnRomInfo md_sks3RomDesc[] = { - { "mpr-16910-u.ic1", 0x200000, 0x0658f691, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, - { "sonic the hedgehog 3 (usa).bin", 0x200000, 0x9bc192ce, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_200000 }, -}; - -STD_ROM_PICK(md_sks3) -STD_ROM_FN(md_sks3) - -struct BurnDriver BurnDrvmd_sks3 = { - "md_sks3", NULL, NULL, NULL, "199?", - "Sonic & Knuckles + Sonic the Hedgehog 3 (World)\0", NULL, "", "Sega Megadrive", - NULL, NULL, NULL, NULL, BDF_GAME_WORKING | BDF_16BIT_ONLY, 2, HARDWARE_SEGA_MEGADRIVE, GBF_MISC, 0, - MegadriveGetZipName, md_sks3RomInfo, md_sks3RomName, NULL, NULL, MegadriveInputInfo, MegadriveDIPInfo, + MegadriveGetZipName, md_knucklpRomInfo, md_knucklpRomName, NULL, NULL, MegadriveInputInfo, MegadriveDIPInfo, MegadriveInit, MegadriveExit, MegadriveFrame, NULL, MegadriveScan, &bMegadriveRecalcPalette, 0x100, 320, 224, 4, 3 }; // Sonic & Knuckles (Prototype 0525, 19940525, 15.28) static struct BurnRomInfo md_skp12RomDesc[] = { - { "sonic & knuckles (prototype 0525 - may 25, 1994, 15.28).bin", 0x400000, 0x8e8dadd0, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "sonic & knuckles (prototype 0525 - may 25, 1994, 15.28).bin", 0x400000, 0x8e8dadd0, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_skp12) @@ -28372,17 +28315,17 @@ struct BurnDriver BurnDrvmd_skp12 = { // Sonic 3C (Prototype 0408, 19940408, 17.29) static struct BurnRomInfo md_sonic3cRomDesc[] = { - { "sonic 3c (prototype 0408 - apr 08, 1994, 17.29).bin", 0x400000, 0x59d23df5, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "sonic 3c (prototype 0408 - apr 08, 1994, 17.29).bin", 0x400000, 0x59d23df5, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_sonic3c) STD_ROM_FN(md_sonic3c) struct BurnDriver BurnDrvmd_sonic3c = { - "md_sonic3c", "md_sks3", NULL, NULL, "199?", + "md_sonic3c", NULL, NULL, NULL, "199?", "Sonic 3C (Prototype 0408, 19940408, 17.29)\0", NULL, "", "Sega Megadrive", NULL, NULL, NULL, NULL, - BDF_GAME_WORKING | BDF_16BIT_ONLY | BDF_CLONE, 2, HARDWARE_SEGA_MEGADRIVE | HARDWARE_SEGA_MEGADRIVE_PCB_SEGA_FRAM, GBF_MISC, 0, + BDF_GAME_WORKING | BDF_16BIT_ONLY, 2, HARDWARE_SEGA_MEGADRIVE | HARDWARE_SEGA_MEGADRIVE_PCB_SEGA_FRAM, GBF_MISC, 0, MegadriveGetZipName, md_sonic3cRomInfo, md_sonic3cRomName, NULL, NULL, MegadriveInputInfo, MegadriveDIPInfo, MegadriveInit, MegadriveExit, MegadriveFrame, NULL, MegadriveScan, &bMegadriveRecalcPalette, 0x100, 320, 224, 4, 3 @@ -28390,17 +28333,17 @@ struct BurnDriver BurnDrvmd_sonic3c = { // Sonic 3C (Prototype 0517, 19940517, 17.08) static struct BurnRomInfo md_sonic3caRomDesc[] = { - { "sonic 3c (prototype 0517 - may 17, 1994, 17.08).bin", 0x400000, 0x766c4b81, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "sonic 3c (prototype 0517 - may 17, 1994, 17.08).bin", 0x400000, 0x766c4b81, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_sonic3ca) STD_ROM_FN(md_sonic3ca) struct BurnDriver BurnDrvmd_sonic3ca = { - "md_sonic3ca", "md_sks3", NULL, NULL, "199?", + "md_sonic3ca", NULL, NULL, NULL, "199?", "Sonic 3C (Prototype 0517, 19940517, 17.08)\0", NULL, "", "Sega Megadrive", NULL, NULL, NULL, NULL, - BDF_GAME_WORKING | BDF_16BIT_ONLY | BDF_CLONE, 2, HARDWARE_SEGA_MEGADRIVE | HARDWARE_SEGA_MEGADRIVE_PCB_SEGA_FRAM, GBF_MISC, 0, + BDF_GAME_WORKING | BDF_16BIT_ONLY, 2, HARDWARE_SEGA_MEGADRIVE | HARDWARE_SEGA_MEGADRIVE_PCB_SEGA_FRAM, GBF_MISC, 0, MegadriveGetZipName, md_sonic3caRomInfo, md_sonic3caRomName, NULL, NULL, MegadriveInputInfo, MegadriveDIPInfo, MegadriveInit, MegadriveExit, MegadriveFrame, NULL, MegadriveScan, &bMegadriveRecalcPalette, 0x100, 320, 224, 4, 3 @@ -28408,7 +28351,7 @@ struct BurnDriver BurnDrvmd_sonic3ca = { // Sonic 3D - Flickies' Island (Euro) ~ Sonic 3D Blast (USA, Kor) static struct BurnRomInfo md_sonic3dRomDesc[] = { - { "sonic 3d blast -- sonic 3d - flickies' island (euro, usa, kor).bin", 0x400000, 0x44a2ca44, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "sonic 3d blast -- sonic 3d - flickies' island (euro, usa, kor).bin", 0x400000, 0x44a2ca44, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_sonic3d) @@ -28426,7 +28369,7 @@ struct BurnDriver BurnDrvmd_sonic3d = { // Sonic 3D Blast (Prototype 73, 19960703, 13.58) static struct BurnRomInfo md_sonic3dp8RomDesc[] = { - { "sonic 3d blast (prototype 73 - jul 03, 1996, 13.58).bin", 0x200000, 0x93b75e99, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "sonic 3d blast (prototype 73 - jul 03, 1996, 13.58).bin", 0x200000, 0x93b75e99, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_sonic3dp8) @@ -28444,7 +28387,7 @@ struct BurnDriver BurnDrvmd_sonic3dp8 = { // Sonic 3D Blast (Prototype 814, 19960815, 07.55) static struct BurnRomInfo md_sonic3dp7RomDesc[] = { - { "sonic 3d blast (prototype 814 - aug 15, 1996, 07.55).bin", 0x400000, 0xd64e7675, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "sonic 3d blast (prototype 814 - aug 15, 1996, 07.55).bin", 0x400000, 0xd64e7675, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_sonic3dp7) @@ -28462,7 +28405,7 @@ struct BurnDriver BurnDrvmd_sonic3dp7 = { // Sonic 3D Blast (Prototype 819, 19960819, 19.49) static struct BurnRomInfo md_sonic3dp6RomDesc[] = { - { "sonic 3d blast (prototype 819 - aug 19, 1996, 19.49).bin", 0x400000, 0x2c43f43a, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "sonic 3d blast (prototype 819 - aug 19, 1996, 19.49).bin", 0x400000, 0x2c43f43a, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_sonic3dp6) @@ -28480,7 +28423,7 @@ struct BurnDriver BurnDrvmd_sonic3dp6 = { // Sonic 3D Blast (Prototype 825, 19960826, 15.46) static struct BurnRomInfo md_sonic3dp5RomDesc[] = { - { "sonic 3d blast (prototype 825 - aug 26, 1996, 15.46).bin", 0x400000, 0x465bcfbd, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "sonic 3d blast (prototype 825 - aug 26, 1996, 15.46).bin", 0x400000, 0x465bcfbd, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_sonic3dp5) @@ -28498,7 +28441,7 @@ struct BurnDriver BurnDrvmd_sonic3dp5 = { // Sonic 3D Blast (Prototype 830, 19960831, 08.19) static struct BurnRomInfo md_sonic3dp4RomDesc[] = { - { "sonic 3d blast (prototype 830 - aug 31, 1996, 08.19).bin", 0x3fff06, 0x57640422, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "sonic 3d blast (prototype 830 - aug 31, 1996, 08.19).bin", 0x3fff06, 0x57640422, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_sonic3dp4) @@ -28516,7 +28459,7 @@ struct BurnDriver BurnDrvmd_sonic3dp4 = { // Sonic 3D Blast (Prototype 831, 19960903, 10.07) static struct BurnRomInfo md_sonic3dp3RomDesc[] = { - { "sonic 3d blast (prototype 831 - sep 03, 1996, 10.07).bin", 0x400000, 0x5933e453, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "sonic 3d blast (prototype 831 - sep 03, 1996, 10.07).bin", 0x400000, 0x5933e453, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_sonic3dp3) @@ -28534,7 +28477,7 @@ struct BurnDriver BurnDrvmd_sonic3dp3 = { // Sonic 3D Blast (Prototype 94, 19960904, 12.01) static struct BurnRomInfo md_sonic3dp2RomDesc[] = { - { "sonic 3d blast (prototype 94 - sep 04, 1996, 12.01).bin", 0x400000, 0x2f2a4271, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "sonic 3d blast (prototype 94 - sep 04, 1996, 12.01).bin", 0x400000, 0x2f2a4271, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_sonic3dp2) @@ -28552,7 +28495,7 @@ struct BurnDriver BurnDrvmd_sonic3dp2 = { // Sonic 3D Blast (USA, Prototype) static struct BurnRomInfo md_sonic3dp1RomDesc[] = { - { "sonic 3d blast (usa) (beta).bin", 0x400000, 0xd20f385b, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "sonic 3d blast (usa) (beta).bin", 0x400000, 0xd20f385b, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_sonic3dp1) @@ -28570,7 +28513,7 @@ struct BurnDriver BurnDrvmd_sonic3dp1 = { // Sonic Compilation (Euro) ~ Sonic Classics (USA, Kor) static struct BurnRomInfo md_soniccmpRomDesc[] = { - { "mpr-19693.bin", 0x400000, 0xc696aee3, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-19693.bin", 0x400000, 0xc696aee3, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_soniccmp) @@ -28588,7 +28531,7 @@ struct BurnDriver BurnDrvmd_soniccmp = { // Sonic Crackers (Jpn, Prototype) static struct BurnRomInfo md_scrackRomDesc[] = { - { "sonic crackers (jpn) (prototype).bin", 0x100000, 0x7fada88d, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "sonic crackers (jpn) (prototype).bin", 0x100000, 0x7fada88d, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_scrack) @@ -28606,7 +28549,7 @@ struct BurnDriver BurnDrvmd_scrack = { // Sonic Eraser (Jpn, SegaNet) static struct BurnRomInfo md_sonicerRomDesc[] = { - { "sonic eraser (jpn) (sn).bin", 0x040000, 0x62d8a0e7, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "sonic eraser (jpn) (sn).bin", 0x040000, 0x62d8a0e7, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_sonicer) @@ -28624,7 +28567,7 @@ struct BurnDriver BurnDrvmd_sonicer = { // Sonic Jam 6 static struct BurnRomInfo md_sonicjamRomDesc[] = { - { "sonic jam 6 (unl).bin", 0x200000, 0xbf39d897, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "sonic jam 6 (unl).bin", 0x200000, 0xbf39d897, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_sonicjam) @@ -28642,7 +28585,7 @@ struct BurnDriver BurnDrvmd_sonicjam = { // Sonic Jam 6 (Alt) static struct BurnRomInfo md_sonicjam1RomDesc[] = { - { "sonic jam 6 (unl) (pirate).bin", 0x200000, 0x04f0c93e, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "sonic jam 6 (unl) (pirate).bin", 0x200000, 0x04f0c93e, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_sonicjam1) @@ -28660,7 +28603,7 @@ struct BurnDriver BurnDrvmd_sonicjam1 = { // Sonic Spinball (Prototype) static struct BurnRomInfo md_sspinpRomDesc[] = { - { "sonic spinball (beta).bin", 0x140000, 0xb1524979, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "sonic spinball (beta).bin", 0x140000, 0xb1524979, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_sspinp) @@ -28678,7 +28621,7 @@ struct BurnDriver BurnDrvmd_sspinp = { // Sonic Spinball (Jpn) static struct BurnRomInfo md_sspinjRomDesc[] = { - { "sonic spinball (jpn).bin", 0x100000, 0xacd08ce8, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "sonic spinball (jpn).bin", 0x100000, 0xacd08ce8, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_sspinj) @@ -28696,7 +28639,7 @@ struct BurnDriver BurnDrvmd_sspinj = { // Sonic Spinball (USA) static struct BurnRomInfo md_sspinuRomDesc[] = { - { "sonic spinball (usa).bin", 0x100000, 0x677206cb, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "sonic spinball (usa).bin", 0x100000, 0x677206cb, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_sspinu) @@ -28714,7 +28657,7 @@ struct BurnDriver BurnDrvmd_sspinu = { // Sonic Spinball (USA, Alt) static struct BurnRomInfo md_sspinuaRomDesc[] = { - { "sonic spinball (usa) (alt).bin", 0x100000, 0xe9960371, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "sonic spinball (usa) (alt).bin", 0x100000, 0xe9960371, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_sspinua) @@ -28732,7 +28675,7 @@ struct BurnDriver BurnDrvmd_sspinua = { // Sonic the Hedgehog (Jpn, Kor) static struct BurnRomInfo md_sonicjRomDesc[] = { - { "mpr-13933.bin", 0x080000, 0xafe05eee, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-13933.bin", 0x080000, 0xafe05eee, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_sonicj) @@ -28750,7 +28693,7 @@ struct BurnDriver BurnDrvmd_sonicj = { // Sonic the Hedgehog (Pirate, Ripped from Golden 10 in 1) static struct BurnRomInfo md_sonicpirRomDesc[] = { - { "sonic the hedgehog (euro, usa) (pirate).bin", 0x080000, 0x7a093f0b, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "sonic the hedgehog (euro, usa) (pirate).bin", 0x080000, 0x7a093f0b, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_sonicpir) @@ -28768,7 +28711,7 @@ struct BurnDriver BurnDrvmd_sonicpir = { // Sonic the Hedgehog 2 (World, Rev. A) static struct BurnRomInfo md_sonic2RomDesc[] = { - { "mpr-15000a.bin", 0x100000, 0x7b905383, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-15000a.bin", 0x100000, 0x7b905383, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_sonic2) @@ -28786,7 +28729,7 @@ struct BurnDriver BurnDrvmd_sonic2 = { // Sonic the Hedgehog 2 (World) static struct BurnRomInfo md_sonic2aRomDesc[] = { - { "sonic the hedgehog 2 (world).bin", 0x100000, 0x24ab4c3a, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "sonic the hedgehog 2 (world).bin", 0x100000, 0x24ab4c3a, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_sonic2a) @@ -28804,7 +28747,7 @@ struct BurnDriver BurnDrvmd_sonic2a = { // Sonic the Hedgehog 2 (Beta 4, 19920918, 16.26) static struct BurnRomInfo md_sonic2p8RomDesc[] = { - { "sonic the hedgehog 2 (beta 4 - sep 18, 1992, 16.26).bin", 0x100000, 0x8fda5cc5, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "sonic the hedgehog 2 (beta 4 - sep 18, 1992, 16.26).bin", 0x100000, 0x8fda5cc5, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_sonic2p8) @@ -28822,7 +28765,7 @@ struct BurnDriver BurnDrvmd_sonic2p8 = { // Sonic the Hedgehog 2 (Beta 5, 19920921, 12.06) static struct BurnRomInfo md_sonic2p7RomDesc[] = { - { "sonic the hedgehog 2 (beta 5 - sep 21, 1992, 12.06).bin", 0x100000, 0x066b9a89, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "sonic the hedgehog 2 (beta 5 - sep 21, 1992, 12.06).bin", 0x100000, 0x066b9a89, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_sonic2p7) @@ -28840,7 +28783,7 @@ struct BurnDriver BurnDrvmd_sonic2p7 = { // Sonic the Hedgehog 2 (Beta 6, 19920922, 18.47) static struct BurnRomInfo md_sonic2p6RomDesc[] = { - { "sonic the hedgehog 2 (beta 6 - sep 22, 1992, 18.47).bin", 0x100000, 0xcebc64e0, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "sonic the hedgehog 2 (beta 6 - sep 22, 1992, 18.47).bin", 0x100000, 0xcebc64e0, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_sonic2p6) @@ -28858,7 +28801,7 @@ struct BurnDriver BurnDrvmd_sonic2p6 = { // Sonic the Hedgehog 2 (Beta 6, 19920922, 19.42) static struct BurnRomInfo md_sonic2p5RomDesc[] = { - { "sonic the hedgehog 2 (beta 6 - sep 22, 1992, 19.42).bin", 0x100000, 0xcb036e6c, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "sonic the hedgehog 2 (beta 6 - sep 22, 1992, 19.42).bin", 0x100000, 0xcb036e6c, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_sonic2p5) @@ -28876,7 +28819,7 @@ struct BurnDriver BurnDrvmd_sonic2p5 = { // Sonic the Hedgehog 2 (Beta 7, 19920924, 09.26) static struct BurnRomInfo md_sonic2p4RomDesc[] = { - { "sonic the hedgehog 2 (beta 7 - sep 24, 1992, 09.26).bin", 0x100000, 0xdc7be12c, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "sonic the hedgehog 2 (beta 7 - sep 24, 1992, 09.26).bin", 0x100000, 0xdc7be12c, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_sonic2p4) @@ -28894,7 +28837,7 @@ struct BurnDriver BurnDrvmd_sonic2p4 = { // Sonic the Hedgehog 2 (Beta 8, 19920924, 19.27) static struct BurnRomInfo md_sonic2p3RomDesc[] = { - { "sonic the hedgehog 2 (beta 8 - sep 24, 1992, 19.27).bin", 0x100000, 0x6089fadd, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "sonic the hedgehog 2 (beta 8 - sep 24, 1992, 19.27).bin", 0x100000, 0x6089fadd, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_sonic2p3) @@ -28912,7 +28855,7 @@ struct BurnDriver BurnDrvmd_sonic2p3 = { // Sonic the Hedgehog 2 (Prototype) static struct BurnRomInfo md_sonic2p2RomDesc[] = { - { "sonic the hedgehog 2 (prototype).bin", 0x100000, 0xeea21b5c, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "sonic the hedgehog 2 (prototype).bin", 0x100000, 0xeea21b5c, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_sonic2p2) @@ -28930,7 +28873,7 @@ struct BurnDriver BurnDrvmd_sonic2p2 = { // Sonic the Hedgehog 2 (World, Rev. 01a) static struct BurnRomInfo md_sonic2bRomDesc[] = { - { "sonic the hedgehog 2 (world) (rev 01a).bin", 0x100000, 0x92d8817d, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "sonic the hedgehog 2 (world) (rev 01a).bin", 0x100000, 0x92d8817d, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_sonic2b) @@ -28948,7 +28891,7 @@ struct BurnDriver BurnDrvmd_sonic2b = { // Sonic the Hedgehog 2 (World, Rev. SC02) static struct BurnRomInfo md_sonic2cRomDesc[] = { - { "sonic the hedgehog 2 (world) (rev sc02).bin", 0x100000, 0xf23ad4b3, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "sonic the hedgehog 2 (world) (rev sc02).bin", 0x100000, 0xf23ad4b3, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_sonic2c) @@ -28966,7 +28909,7 @@ struct BurnDriver BurnDrvmd_sonic2c = { // Sonic the Hedgehog 2 (World, Prototype) static struct BurnRomInfo md_sonic2p1RomDesc[] = { - { "sonic the hedgehog 2 (world) (beta).bin", 0x100000, 0x39faaa70, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "sonic the hedgehog 2 (world) (beta).bin", 0x100000, 0x39faaa70, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_sonic2p1) @@ -28984,7 +28927,7 @@ struct BurnDriver BurnDrvmd_sonic2p1 = { // Sonic the Hedgehog 3 (Pirate) static struct BurnRomInfo md_sonic3pirRomDesc[] = { - { "sonic the hedgehog 3 (pirate).bin", 0x200000, 0xc818f6fd, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "sonic the hedgehog 3 (pirate).bin", 0x200000, 0xc818f6fd, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_sonic3pir) @@ -29002,7 +28945,7 @@ struct BurnDriver BurnDrvmd_sonic3pir = { // Sonic the Hedgehog 3 (USA) static struct BurnRomInfo md_sonic3uRomDesc[] = { - { "sonic the hedgehog 3 (usa).bin", 0x200000, 0x9bc192ce, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "sonic the hedgehog 3 (usa).bin", 0x200000, 0x9bc192ce, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_sonic3u) @@ -29020,7 +28963,7 @@ struct BurnDriver BurnDrvmd_sonic3u = { // Sorcerer's Kingdom (USA, v1.1) static struct BurnRomInfo md_sorcerkRomDesc[] = { - { "sorcerer's kingdom (usa) (v1.1).bin", 0x100000, 0xbb1fc9ce, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "sorcerer's kingdom (usa) (v1.1).bin", 0x100000, 0xbb1fc9ce, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_sorcerk) @@ -29038,7 +28981,7 @@ struct BurnDriver BurnDrvmd_sorcerk = { // Sorcerer's Kingdom (USA) static struct BurnRomInfo md_sorcerk1RomDesc[] = { - { "sorcerer's kingdom (usa).bin", 0x100000, 0xcbe6c1ea, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "sorcerer's kingdom (usa).bin", 0x100000, 0xcbe6c1ea, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_sorcerk1) @@ -29056,7 +28999,7 @@ struct BurnDriver BurnDrvmd_sorcerk1 = { // Sorcer Kingdom (Jpn) static struct BurnRomInfo md_sorcerkjRomDesc[] = { - { "sorcer kingdom (jpn).bin", 0x100000, 0x944135ca, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "sorcer kingdom (jpn).bin", 0x100000, 0x944135ca, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_sorcerkj) @@ -29074,7 +29017,7 @@ struct BurnDriver BurnDrvmd_sorcerkj = { // Sorcerian (Jpn) static struct BurnRomInfo md_sorcerRomDesc[] = { - { "mpr-12906.bin", 0x080000, 0xa143a8c5, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-12906.bin", 0x080000, 0xa143a8c5, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_sorcer) @@ -29092,7 +29035,7 @@ struct BurnDriver BurnDrvmd_sorcer = { // Space Harrier II (Jpn, Launch Cart) static struct BurnRomInfo md_sharrierjRomDesc[] = { - { "mpr-11934.bin", 0x080000, 0xedc0fb28, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-11934.bin", 0x080000, 0xedc0fb28, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_sharrierj) @@ -29110,7 +29053,7 @@ struct BurnDriver BurnDrvmd_sharrierj = { // Space Invaders 91 (USA) static struct BurnRomInfo md_sinv91RomDesc[] = { - { "space invaders 91 (usa).bin", 0x040000, 0xbb83b528, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "space invaders 91 (usa).bin", 0x040000, 0xbb83b528, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_sinv91) @@ -29128,7 +29071,7 @@ struct BurnDriver BurnDrvmd_sinv91 = { // Space Invaders 90 (Jpn) static struct BurnRomInfo md_sinv90RomDesc[] = { - { "space invaders 90 (jpn).bin", 0x040000, 0x22adbd66, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "space invaders 90 (jpn).bin", 0x040000, 0x22adbd66, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_sinv90) @@ -29146,7 +29089,7 @@ struct BurnDriver BurnDrvmd_sinv90 = { // Sparkster (Euro) static struct BurnRomInfo md_sparkstrRomDesc[] = { - { "sparkster (euro).bin", 0x100000, 0xd63e9f2d, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "sparkster (euro).bin", 0x100000, 0xd63e9f2d, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_sparkstr) @@ -29164,7 +29107,7 @@ struct BurnDriver BurnDrvmd_sparkstr = { // Sparkster (USA) static struct BurnRomInfo md_sparkstruRomDesc[] = { - { "sparkster (usa).bin", 0x100000, 0x6bdb14ed, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "sparkster (usa).bin", 0x100000, 0x6bdb14ed, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_sparkstru) @@ -29182,7 +29125,7 @@ struct BurnDriver BurnDrvmd_sparkstru = { // Sparkster (Jpn) static struct BurnRomInfo md_sparkstrjRomDesc[] = { - { "sparkster - rocket knight adventures 2 (jpn).bin", 0x100000, 0x914ec662, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "sparkster - rocket knight adventures 2 (jpn).bin", 0x100000, 0x914ec662, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_sparkstrj) @@ -29200,7 +29143,7 @@ struct BurnDriver BurnDrvmd_sparkstrj = { // Speedball 2 (Euro) static struct BurnRomInfo md_speedbl2RomDesc[] = { - { "mpr-14990.bin", 0x080000, 0x056a6e03, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-14990.bin", 0x080000, 0x056a6e03, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_speedbl2) @@ -29218,7 +29161,7 @@ struct BurnDriver BurnDrvmd_speedbl2 = { // Speedball 2 (Jpn) static struct BurnRomInfo md_speedbl2jRomDesc[] = { - { "speedball 2 (jpn).bin", 0x080000, 0xf5442334, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "speedball 2 (jpn).bin", 0x080000, 0xf5442334, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_speedbl2j) @@ -29236,7 +29179,7 @@ struct BurnDriver BurnDrvmd_speedbl2j = { // Speedball 2 - Brutal Deluxe (USA) static struct BurnRomInfo md_speedbl2uRomDesc[] = { - { "speedball 2 - brutal deluxe (usa).bin", 0x080000, 0x9fc340a7, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "speedball 2 - brutal deluxe (usa).bin", 0x080000, 0x9fc340a7, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_speedbl2u) @@ -29254,7 +29197,7 @@ struct BurnDriver BurnDrvmd_speedbl2u = { // Spider-Man (Euro, USA) static struct BurnRomInfo md_spidermnRomDesc[] = { - { "spider-man (euro, usa) (acclaim).bin", 0x200000, 0x11b5b590, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "spider-man (euro, usa) (acclaim).bin", 0x200000, 0x11b5b590, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_spidermn) @@ -29272,7 +29215,7 @@ struct BurnDriver BurnDrvmd_spidermn = { // Spider-Man (USA, Prototype) static struct BurnRomInfo md_spidermnp1RomDesc[] = { - { "spider-man (usa) (acclaim) (beta).bin", 0x200000, 0xb88a710d, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "spider-man (usa) (acclaim) (beta).bin", 0x200000, 0xb88a710d, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_spidermnp1) @@ -29290,7 +29233,7 @@ struct BurnDriver BurnDrvmd_spidermnp1 = { // Spider-Man (USA, Prototype, Earlier) static struct BurnRomInfo md_spidermnp2RomDesc[] = { - { "spider-man (usa) (acclaim) (beta) (earlier).bin", 0x200000, 0x83e1fe76, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "spider-man (usa) (acclaim) (beta) (earlier).bin", 0x200000, 0x83e1fe76, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_spidermnp2) @@ -29308,7 +29251,7 @@ struct BurnDriver BurnDrvmd_spidermnp2 = { // Spider-Man vs. the Kingpin (World) static struct BurnRomInfo md_spidkingRomDesc[] = { - { "mpr-14027.bin", 0x080000, 0x70ab775f, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-14027.bin", 0x080000, 0x70ab775f, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_spidking) @@ -29326,7 +29269,7 @@ struct BurnDriver BurnDrvmd_spidking = { // Spider-Man & Venom - Maximum Carnage (World) static struct BurnRomInfo md_spidmaxcRomDesc[] = { - { "spider-man and venom - maximum carnage (world).bin", 0x200000, 0x8fa0b6e6, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "spider-man and venom - maximum carnage (world).bin", 0x200000, 0x8fa0b6e6, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_spidmaxc) @@ -29344,7 +29287,7 @@ struct BurnDriver BurnDrvmd_spidmaxc = { // Venom & Spider-Man - Separation Anxiety (Euro, USA) static struct BurnRomInfo md_venomRomDesc[] = { - { "spider-man and venom - separation anxiety (euro, usa).bin", 0x300000, 0x512ade32, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "spider-man and venom - separation anxiety (euro, usa).bin", 0x300000, 0x512ade32, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_venom) @@ -29362,7 +29305,7 @@ struct BurnDriver BurnDrvmd_venom = { // Spiritual Warfare (USA) static struct BurnRomInfo md_spiritwfRomDesc[] = { - { "spiritual warfare (usa) (unl).bin", 0x080000, 0xd9a364ff, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "spiritual warfare (usa) (unl).bin", 0x080000, 0xd9a364ff, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_spiritwf) @@ -29380,7 +29323,7 @@ struct BurnDriver BurnDrvmd_spiritwf = { // Spirou (Euro) static struct BurnRomInfo md_spirouRomDesc[] = { - { "spirou (euro).bin", 0x100000, 0x6634b130, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "spirou (euro).bin", 0x100000, 0x6634b130, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_spirou) @@ -29398,7 +29341,7 @@ struct BurnDriver BurnDrvmd_spirou = { // Splatterhouse 2 (Euro) static struct BurnRomInfo md_splatth2RomDesc[] = { - { "splatterhouse 2 (euro).bin", 0x100000, 0x2559e03c, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "splatterhouse 2 (euro).bin", 0x100000, 0x2559e03c, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_splatth2) @@ -29416,7 +29359,7 @@ struct BurnDriver BurnDrvmd_splatth2 = { // Splatterhouse 2 (USA) static struct BurnRomInfo md_splatth2uRomDesc[] = { - { "splatterhouse 2 (usa).bin", 0x100000, 0x2d1766e9, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "splatterhouse 2 (usa).bin", 0x100000, 0x2d1766e9, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_splatth2u) @@ -29434,7 +29377,7 @@ struct BurnDriver BurnDrvmd_splatth2u = { // Splatterhouse 3 (USA) static struct BurnRomInfo md_splatth3RomDesc[] = { - { "splatterhouse 3 (usa).bin", 0x200000, 0x00f05d07, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "splatterhouse 3 (usa).bin", 0x200000, 0x00f05d07, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_splatth3) @@ -29452,7 +29395,7 @@ struct BurnDriver BurnDrvmd_splatth3 = { // Splatterhouse Part 3 (Jpn, Kor) static struct BurnRomInfo md_splatth3jRomDesc[] = { - { "splatterhouse part 3 (jpn, kor).bin", 0x200000, 0x31b83d22, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "splatterhouse part 3 (jpn, kor).bin", 0x200000, 0x31b83d22, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_splatth3j) @@ -29470,7 +29413,7 @@ struct BurnDriver BurnDrvmd_splatth3j = { // Sport Games (Bra) static struct BurnRomInfo md_sportgRomDesc[] = { - { "mpr-19945-mx.ic1", 0x400000, 0x25da0747, BRF_PRG | SEGA_MD_ROM_LOAD_NORMAL | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-19945-mx.ic1", 0x400000, 0x25da0747, BRF_PRG | SEGA_MD_ROM_LOAD_NORMAL | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_sportg) @@ -29488,7 +29431,7 @@ struct BurnDriver BurnDrvmd_sportg = { // Sports Talk Baseball (USA) static struct BurnRomInfo md_sporttbbRomDesc[] = { - { "sports talk baseball (usa).bin", 0x100000, 0x0deb79c2, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "sports talk baseball (usa).bin", 0x100000, 0x0deb79c2, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_sporttbb) @@ -29506,7 +29449,7 @@ struct BurnDriver BurnDrvmd_sporttbb = { // Spot Goes to Hollywood (Euro) static struct BurnRomInfo md_spotgoRomDesc[] = { - { "mpr-18680+mpr-18681.bin", 0x300000, 0xfbe254ea, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-18680+mpr-18681.bin", 0x300000, 0xfbe254ea, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_spotgo) @@ -29524,7 +29467,7 @@ struct BurnDriver BurnDrvmd_spotgo = { // Spot Goes to Hollywood (USA) static struct BurnRomInfo md_spotgouRomDesc[] = { - { "spot goes to hollywood (usa).bin", 0x300000, 0xbdad1cbc, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "spot goes to hollywood (usa).bin", 0x300000, 0xbdad1cbc, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_spotgou) @@ -29542,7 +29485,7 @@ struct BurnDriver BurnDrvmd_spotgou = { // Star Control (USA) static struct BurnRomInfo md_starctrlRomDesc[] = { - { "star control (usa).bin", 0x180000, 0x8e2bceaf, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "star control (usa).bin", 0x180000, 0x8e2bceaf, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_starctrl) @@ -29560,7 +29503,7 @@ struct BurnDriver BurnDrvmd_starctrl = { // Star Cruiser (Jpn) static struct BurnRomInfo md_starcrusRomDesc[] = { - { "star cruiser (jpn).bin", 0x080000, 0x2b75b52f, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "star cruiser (jpn).bin", 0x080000, 0x2b75b52f, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_starcrus) @@ -29578,7 +29521,7 @@ struct BurnDriver BurnDrvmd_starcrus = { // Star Trek - Deep Space Nine - Crossroads of Time (Euro) static struct BurnRomInfo md_stds9RomDesc[] = { - { "star trek - deep space nine - crossroads of time (euro).bin", 0x100000, 0xd4b122f9, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "star trek - deep space nine - crossroads of time (euro).bin", 0x100000, 0xd4b122f9, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_stds9) @@ -29596,7 +29539,7 @@ struct BurnDriver BurnDrvmd_stds9 = { // Star Trek - Deep Space Nine - Crossroads of Time (USA) static struct BurnRomInfo md_stds9uRomDesc[] = { - { "star trek - deep space nine - crossroads of time (usa).bin", 0x100000, 0xa771e1a4, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "star trek - deep space nine - crossroads of time (usa).bin", 0x100000, 0xa771e1a4, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_stds9u) @@ -29614,7 +29557,7 @@ struct BurnDriver BurnDrvmd_stds9u = { // Star Trek - The Next Generation - Echoes from the Past (USA, v1.1) static struct BurnRomInfo md_sttngRomDesc[] = { - { "star trek - the next generation - echoes from the past (usa) (v1.1).bin", 0x200000, 0xef840ef2, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "star trek - the next generation - echoes from the past (usa) (v1.1).bin", 0x200000, 0xef840ef2, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_sttng) @@ -29632,7 +29575,7 @@ struct BurnDriver BurnDrvmd_sttng = { // Star Trek - The Next Generation - Echoes from the Past (USA) static struct BurnRomInfo md_sttngaRomDesc[] = { - { "star trek - the next generation - echoes from the past (usa).bin", 0x200000, 0x272153fb, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "star trek - the next generation - echoes from the past (usa).bin", 0x200000, 0x272153fb, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_sttnga) @@ -29650,7 +29593,7 @@ struct BurnDriver BurnDrvmd_sttnga = { // Star Trek - The Next Generation - Echoes from the Past (Prototype, 19941228) static struct BurnRomInfo md_sttngp06RomDesc[] = { - { "star trek - the next generation - echoes from the past (prototype - dec 28, 1994).bin", 0x200000, 0x3ba670f9, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "star trek - the next generation - echoes from the past (prototype - dec 28, 1994).bin", 0x200000, 0x3ba670f9, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_sttngp06) @@ -29668,7 +29611,7 @@ struct BurnDriver BurnDrvmd_sttngp06 = { // Star Trek - The Next Generation - Echoes from the Past (Prototype, 19941229) static struct BurnRomInfo md_sttngp05RomDesc[] = { - { "star trek - the next generation - echoes from the past (prototype - dec 29, 1994).bin", 0x200000, 0x316bbc43, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "star trek - the next generation - echoes from the past (prototype - dec 29, 1994).bin", 0x200000, 0x316bbc43, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_sttngp05) @@ -29686,7 +29629,7 @@ struct BurnDriver BurnDrvmd_sttngp05 = { // Star Trek - The Next Generation - Echoes from the Past (Prototype, 19940103) static struct BurnRomInfo md_sttngp04RomDesc[] = { - { "star trek - the next generation - echoes from the past (prototype - jan 03, 1994).bin", 0x200000, 0xcac86b68, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "star trek - the next generation - echoes from the past (prototype - jan 03, 1994).bin", 0x200000, 0xcac86b68, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_sttngp04) @@ -29704,7 +29647,7 @@ struct BurnDriver BurnDrvmd_sttngp04 = { // Star Trek - The Next Generation - Echoes from the Past (Prototype, 19940110) static struct BurnRomInfo md_sttngp03RomDesc[] = { - { "star trek - the next generation - echoes from the past (prototype - jan 10, 1994).bin", 0x200000, 0xd138ca3e, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "star trek - the next generation - echoes from the past (prototype - jan 10, 1994).bin", 0x200000, 0xd138ca3e, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_sttngp03) @@ -29722,7 +29665,7 @@ struct BurnDriver BurnDrvmd_sttngp03 = { // Star Trek - The Next Generation - Echoes from the Past (Prototype, 19940118) static struct BurnRomInfo md_sttngp02RomDesc[] = { - { "star trek - the next generation - echoes from the past (prototype - jan 18, 1994).bin", 0x200000, 0xd8dab97a, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "star trek - the next generation - echoes from the past (prototype - jan 18, 1994).bin", 0x200000, 0xd8dab97a, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_sttngp02) @@ -29740,7 +29683,7 @@ struct BurnDriver BurnDrvmd_sttngp02 = { // Star Trek - The Next Generation - Echoes from the Past (Prototype, 19940125) static struct BurnRomInfo md_sttngp01RomDesc[] = { - { "star trek - the next generation - echoes from the past (prototype - jan 25, 1994).bin", 0x200000, 0x63f29e6f, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "star trek - the next generation - echoes from the past (prototype - jan 25, 1994).bin", 0x200000, 0x63f29e6f, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_sttngp01) @@ -29758,7 +29701,7 @@ struct BurnDriver BurnDrvmd_sttngp01 = { // Starflight (Euro, USA, v1.1) static struct BurnRomInfo md_starflRomDesc[] = { - { "starflight (euro, usa) (v1.1).bin", 0x100000, 0x1217dbea, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "starflight (euro, usa) (v1.1).bin", 0x100000, 0x1217dbea, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_starfl) @@ -29776,7 +29719,7 @@ struct BurnDriver BurnDrvmd_starfl = { // Starflight (Euro, USA) static struct BurnRomInfo md_starfl1RomDesc[] = { - { "starflight (euro, usa).bin", 0x100000, 0xd550c928, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "starflight (euro, usa).bin", 0x100000, 0xd550c928, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_starfl1) @@ -29794,7 +29737,7 @@ struct BurnDriver BurnDrvmd_starfl1 = { // Stargate (Euro, USA) static struct BurnRomInfo md_stargateRomDesc[] = { - { "stargate (euro, usa).bin", 0x200000, 0xe587069e, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "stargate (euro, usa).bin", 0x200000, 0xe587069e, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_stargate) @@ -29812,7 +29755,7 @@ struct BurnDriver BurnDrvmd_stargate = { // Stargate (Euro, Prototype) static struct BurnRomInfo md_stargatepRomDesc[] = { - { "stargate (euro) (beta).bin", 0x200000, 0x8dc8ab23, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "stargate (euro) (beta).bin", 0x200000, 0x8dc8ab23, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_stargatep) @@ -29830,7 +29773,7 @@ struct BurnDriver BurnDrvmd_stargatep = { // Steel Talons (Euro, USA) static struct BurnRomInfo md_steeltalRomDesc[] = { - { "steel talons (euro, usa).bin", 0x080000, 0x10e4ec63, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "steel talons (euro, usa).bin", 0x080000, 0x10e4ec63, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_steeltal) @@ -29848,7 +29791,7 @@ struct BurnDriver BurnDrvmd_steeltal = { // Steel Talons (Jpn, Kor) static struct BurnRomInfo md_steeltaljRomDesc[] = { - { "steel talons (jpn, kor).bin", 0x080000, 0x04f388e6, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "steel talons (jpn, kor).bin", 0x080000, 0x04f388e6, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_steeltalj) @@ -29866,7 +29809,7 @@ struct BurnDriver BurnDrvmd_steeltalj = { // Steel Talons (USA, Prototype) static struct BurnRomInfo md_steeltalpRomDesc[] = { - { "steel talons (usa) (beta).bin", 0x080000, 0xc4052f18, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "steel talons (usa) (beta).bin", 0x080000, 0xc4052f18, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_steeltalp) @@ -29884,7 +29827,7 @@ struct BurnDriver BurnDrvmd_steeltalp = { // Stone Protectors (USA, Prototype) static struct BurnRomInfo md_stonprotRomDesc[] = { - { "stone protectors.bin", 0x200000, 0xfbf0d54f, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "stone protectors.bin", 0x200000, 0xfbf0d54f, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_stonprot) @@ -29902,7 +29845,7 @@ struct BurnDriver BurnDrvmd_stonprot = { // Stormlord (USA) static struct BurnRomInfo md_strmlordRomDesc[] = { - { "stormlord (usa).bin", 0x080000, 0x39ab50a5, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "stormlord (usa).bin", 0x080000, 0x39ab50a5, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_strmlord) @@ -29920,7 +29863,7 @@ struct BurnDriver BurnDrvmd_strmlord = { // Stormlord (Jpn) static struct BurnRomInfo md_strmlordjRomDesc[] = { - { "stormlord (jpn).bin", 0x080000, 0x0b440fed, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "stormlord (jpn).bin", 0x080000, 0x0b440fed, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_strmlordj) @@ -29938,7 +29881,7 @@ struct BurnDriver BurnDrvmd_strmlordj = { // The Story of Thor (Euro) static struct BurnRomInfo md_thorRomDesc[] = { - { "mpr-17588+mpr-17606.bin", 0x300000, 0x1110b0db, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-17588+mpr-17606.bin", 0x300000, 0x1110b0db, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_thor) @@ -29956,7 +29899,7 @@ struct BurnDriver BurnDrvmd_thor = { // The Story of Thor (Ger) static struct BurnRomInfo md_thorgRomDesc[] = { - { "story of thor, the (germany).bin", 0x300000, 0xfa20d011, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "story of thor, the (germany).bin", 0x300000, 0xfa20d011, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_thorg) @@ -29974,7 +29917,7 @@ struct BurnDriver BurnDrvmd_thorg = { // The Story of Thor - Hikari o Tsugumono (Jpn) static struct BurnRomInfo md_thorjRomDesc[] = { - { "story of thor, the - hikari o tsugumono (jpn).bin", 0x300000, 0x4f39783c, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "story of thor, the - hikari o tsugumono (jpn).bin", 0x300000, 0x4f39783c, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_thorj) @@ -29992,7 +29935,7 @@ struct BurnDriver BurnDrvmd_thorj = { // The Story of Thor (Jpn, Prototype) static struct BurnRomInfo md_thorjpRomDesc[] = { - { "story of thor, the (jpn) (beta) (bad dump).bin", 0x1b0000, 0xbfc11649, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "story of thor, the (jpn) (beta) (bad dump).bin", 0x1b0000, 0xbfc11649, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_thorjp) @@ -30010,7 +29953,7 @@ struct BurnDriver BurnDrvmd_thorjp = { // The Story of Thor (Kor) static struct BurnRomInfo md_thorkRomDesc[] = { - { "story of thor, the (kor).bin", 0x300000, 0xee1603c5, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "story of thor, the (kor).bin", 0x300000, 0xee1603c5, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_thork) @@ -30028,7 +29971,7 @@ struct BurnDriver BurnDrvmd_thork = { // The Story of Thor (USA, Prototype, 19941004) static struct BurnRomInfo md_thorp2RomDesc[] = { - { "story of thor, the (prototype - oct 04, 1994).bin", 0x300000, 0x9e486f91, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "story of thor, the (prototype - oct 04, 1994).bin", 0x300000, 0x9e486f91, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_thorp2) @@ -30046,7 +29989,7 @@ struct BurnDriver BurnDrvmd_thorp2 = { // The Story of Thor (USA, Prototype, 19941017) static struct BurnRomInfo md_thorp1RomDesc[] = { - { "story of thor, the (prototype - oct 17, 1994).bin", 0x300000, 0xaa43d34a, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "story of thor, the (prototype - oct 17, 1994).bin", 0x300000, 0xaa43d34a, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_thorp1) @@ -30064,7 +30007,7 @@ struct BurnDriver BurnDrvmd_thorp1 = { // Beyond Oasis (USA, Prototype, 19941101) static struct BurnRomInfo md_beyoasispRomDesc[] = { - { "beyond oasis (prototype - nov 01, 1994).bin", 0x300000, 0xfa59f847, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "beyond oasis (prototype - nov 01, 1994).bin", 0x300000, 0xfa59f847, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_beyoasisp) @@ -30082,7 +30025,7 @@ struct BurnDriver BurnDrvmd_beyoasisp = { // The Story of Thor (Spa) static struct BurnRomInfo md_thorsRomDesc[] = { - { "story of thor, the (spain).bin", 0x300000, 0x4631f941, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "story of thor, the (spain).bin", 0x300000, 0x4631f941, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_thors) @@ -30100,7 +30043,7 @@ struct BurnDriver BurnDrvmd_thors = { // Beyond Oasis (USA) static struct BurnRomInfo md_beyoasisRomDesc[] = { - { "beyond oasis (usa).bin", 0x300000, 0xc4728225, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "beyond oasis (usa).bin", 0x300000, 0xc4728225, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_beyoasis) @@ -30118,7 +30061,7 @@ struct BurnDriver BurnDrvmd_beyoasis = { // Street Fighter II' - Special Champion Edition (Euro) static struct BurnRomInfo md_sf2RomDesc[] = { - { "mpr-15910+mpr-15911.bin", 0x300000, 0x56d41136, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-15910+mpr-15911.bin", 0x300000, 0x56d41136, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_sf2) @@ -30136,7 +30079,7 @@ struct BurnDriver BurnDrvmd_sf2 = { // Street Fighter II' Plus (Jpn, Asia, Kor) static struct BurnRomInfo md_sf2jRomDesc[] = { - { "street fighter ii' plus (jpn, asia, kor).bin", 0x300000, 0x2e487ee3, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "street fighter ii' plus (jpn, asia, kor).bin", 0x300000, 0x2e487ee3, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_sf2j) @@ -30154,7 +30097,7 @@ struct BurnDriver BurnDrvmd_sf2j = { // Street Fighter II' Turbo (Pirate) static struct BurnRomInfo md_sf2pirRomDesc[] = { - { "street fighter ii' turbo (pirate).bin", 0x200000, 0xa85491ae, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "street fighter ii' turbo (pirate).bin", 0x200000, 0xa85491ae, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_sf2pir) @@ -30172,7 +30115,7 @@ struct BurnDriver BurnDrvmd_sf2pir = { // Street Fighter II' - Special Champion Edition (USA) static struct BurnRomInfo md_sf2uRomDesc[] = { - { "street fighter ii' - special champion edition (usa).bin", 0x300000, 0x13fe08a1, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "street fighter ii' - special champion edition (usa).bin", 0x300000, 0x13fe08a1, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_sf2u) @@ -30190,7 +30133,7 @@ struct BurnDriver BurnDrvmd_sf2u = { // Street Racer (Euro) static struct BurnRomInfo md_sracerRomDesc[] = { - { "mpr-17987.bin", 0x100000, 0x1a58d5fe, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-17987.bin", 0x100000, 0x1a58d5fe, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_sracer) @@ -30208,7 +30151,7 @@ struct BurnDriver BurnDrvmd_sracer = { // Street Smart (Jpn, USA) static struct BurnRomInfo md_ssmartRomDesc[] = { - { "street smart (usa, jpn).bin", 0x080000, 0xb1dedfad, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "street smart (usa, jpn).bin", 0x080000, 0xb1dedfad, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_ssmart) @@ -30226,7 +30169,7 @@ struct BurnDriver BurnDrvmd_ssmart = { // Streets of Rage II (Euro) ~ Bare Knuckle II - Shitou e no Chingonka (Jpn) static struct BurnRomInfo md_sor2RomDesc[] = { - { "mpr-15309.bin", 0x200000, 0x42e3efdc, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-15309.bin", 0x200000, 0x42e3efdc, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_sor2) @@ -30244,7 +30187,7 @@ struct BurnDriver BurnDrvmd_sor2 = { // Streets of Rage 2 (USA) static struct BurnRomInfo md_sor2uRomDesc[] = { - { "streets of rage 2 (usa).bin", 0x200000, 0xe01fa526, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "streets of rage 2 (usa).bin", 0x200000, 0xe01fa526, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_sor2u) @@ -30262,7 +30205,7 @@ struct BurnDriver BurnDrvmd_sor2u = { // Bare Knuckle II (Jpn, Prototype) static struct BurnRomInfo md_bk2pRomDesc[] = { - { "bare knuckle ii (jpn) (beta).bin", 0x130000, 0x0cf2acbe, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "bare knuckle ii (jpn) (beta).bin", 0x130000, 0x0cf2acbe, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_bk2p) @@ -30280,7 +30223,7 @@ struct BurnDriver BurnDrvmd_bk2p = { // Streets of Rage 3 (Euro) static struct BurnRomInfo md_sor3RomDesc[] = { - { "mpr-16834+mpr-16835.bin", 0x300000, 0x3b78135f, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-16834+mpr-16835.bin", 0x300000, 0x3b78135f, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_sor3) @@ -30298,7 +30241,7 @@ struct BurnDriver BurnDrvmd_sor3 = { // Streets of Rage 3 (Kor) static struct BurnRomInfo md_sor3kRomDesc[] = { - { "streets of rage 3 (kor).bin", 0x300000, 0x90ef991e, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "streets of rage 3 (kor).bin", 0x300000, 0x90ef991e, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_sor3k) @@ -30316,7 +30259,7 @@ struct BurnDriver BurnDrvmd_sor3k = { // Streets of Rage 3 (Euro, Prototype, 19940412) static struct BurnRomInfo md_sor3p5RomDesc[] = { - { "streets of rage 3 (euro) (prototype - apr 12, 1994).bin", 0x300000, 0xa17ce5ab, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "streets of rage 3 (euro) (prototype - apr 12, 1994).bin", 0x300000, 0xa17ce5ab, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_sor3p5) @@ -30334,7 +30277,7 @@ struct BurnDriver BurnDrvmd_sor3p5 = { // Streets of Rage 3 (Euro, Prototype, 19940413) static struct BurnRomInfo md_sor3p4RomDesc[] = { - { "streets of rage 3 (euro) (prototype - apr 13, 1994).bin", 0x300000, 0x164e42ae, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "streets of rage 3 (euro) (prototype - apr 13, 1994).bin", 0x300000, 0x164e42ae, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_sor3p4) @@ -30352,7 +30295,7 @@ struct BurnDriver BurnDrvmd_sor3p4 = { // Streets of Rage 3 (Euro, Prototype, 19940415) static struct BurnRomInfo md_sor3p3RomDesc[] = { - { "streets of rage 3 (euro) (prototype - apr 15, 1994).bin", 0x300000, 0xc64f1e6b, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "streets of rage 3 (euro) (prototype - apr 15, 1994).bin", 0x300000, 0xc64f1e6b, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_sor3p3) @@ -30370,7 +30313,7 @@ struct BurnDriver BurnDrvmd_sor3p3 = { // Streets of Rage 3 (Euro, Prototype, 19940420) static struct BurnRomInfo md_sor3p2RomDesc[] = { - { "streets of rage 3 (euro) (prototype - apr 20, 1994).bin", 0x300000, 0x6ae4bd8e, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "streets of rage 3 (euro) (prototype - apr 20, 1994).bin", 0x300000, 0x6ae4bd8e, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_sor3p2) @@ -30388,7 +30331,7 @@ struct BurnDriver BurnDrvmd_sor3p2 = { // Streets of Rage 3 (Euro, Prototype, 19940425) static struct BurnRomInfo md_sor3p1RomDesc[] = { - { "streets of rage 3 (euro) (prototype - apr 25, 1994).bin", 0x300000, 0x7033878a, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "streets of rage 3 (euro) (prototype - apr 25, 1994).bin", 0x300000, 0x7033878a, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_sor3p1) @@ -30406,7 +30349,7 @@ struct BurnDriver BurnDrvmd_sor3p1 = { // Streets of Rage 3 (Prototype, 19940401) static struct BurnRomInfo md_sor3up06RomDesc[] = { - { "streets of rage 3 (prototype - apr 01, 1994).bin", 0x300000, 0x797e75b7, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "streets of rage 3 (prototype - apr 01, 1994).bin", 0x300000, 0x797e75b7, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_sor3up06) @@ -30424,7 +30367,7 @@ struct BurnDriver BurnDrvmd_sor3up06 = { // Streets of Rage 3 (Prototype, 19940404) static struct BurnRomInfo md_sor3up05RomDesc[] = { - { "streets of rage 3 (prototype - apr 04, 1994).bin", 0x300000, 0x6b968f13, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "streets of rage 3 (prototype - apr 04, 1994).bin", 0x300000, 0x6b968f13, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_sor3up05) @@ -30442,7 +30385,7 @@ struct BurnDriver BurnDrvmd_sor3up05 = { // Streets of Rage 3 (Prototype, 19940408) static struct BurnRomInfo md_sor3up04RomDesc[] = { - { "streets of rage 3 (prototype - apr 08, 1994).bin", 0x300000, 0xd4ba76c2, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "streets of rage 3 (prototype - apr 08, 1994).bin", 0x300000, 0xd4ba76c2, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_sor3up04) @@ -30460,7 +30403,7 @@ struct BurnDriver BurnDrvmd_sor3up04 = { // Streets of Rage 3 (Prototype, 19940411) static struct BurnRomInfo md_sor3up03RomDesc[] = { - { "streets of rage 3 (prototype - apr 11, 1994).bin", 0x300000, 0xfa5e5a82, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "streets of rage 3 (prototype - apr 11, 1994).bin", 0x300000, 0xfa5e5a82, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_sor3up03) @@ -30478,7 +30421,7 @@ struct BurnDriver BurnDrvmd_sor3up03 = { // Streets of Rage 3 (Prototype, 19940412) static struct BurnRomInfo md_sor3up02RomDesc[] = { - { "streets of rage 3 (prototype - apr 12, 1994).bin", 0x300000, 0x3f52cb72, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "streets of rage 3 (prototype - apr 12, 1994).bin", 0x300000, 0x3f52cb72, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_sor3up02) @@ -30496,7 +30439,7 @@ struct BurnDriver BurnDrvmd_sor3up02 = { // Streets of Rage 3 (Prototype, 19940413) static struct BurnRomInfo md_sor3up01RomDesc[] = { - { "streets of rage 3 (prototype - apr 13, 1994).bin", 0x300000, 0x6b675807, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "streets of rage 3 (prototype - apr 13, 1994).bin", 0x300000, 0x6b675807, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_sor3up01) @@ -30514,7 +30457,7 @@ struct BurnDriver BurnDrvmd_sor3up01 = { // Streets of Rage 3 (Prototype, 19940308) static struct BurnRomInfo md_sor3up10RomDesc[] = { - { "streets of rage 3 (prototype - mar 08, 1994).bin", 0x300000, 0xea50b551, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "streets of rage 3 (prototype - mar 08, 1994).bin", 0x300000, 0xea50b551, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_sor3up10) @@ -30532,7 +30475,7 @@ struct BurnDriver BurnDrvmd_sor3up10 = { // Streets of Rage 3 (Prototype, 19940317) static struct BurnRomInfo md_sor3up09RomDesc[] = { - { "streets of rage 3 (prototype - mar 17, 1994).bin", 0x300000, 0x39ad962b, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "streets of rage 3 (prototype - mar 17, 1994).bin", 0x300000, 0x39ad962b, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_sor3up09) @@ -30550,7 +30493,7 @@ struct BurnDriver BurnDrvmd_sor3up09 = { // Streets of Rage 3 (Prototype, 19940318) static struct BurnRomInfo md_sor3up08RomDesc[] = { - { "streets of rage 3 (prototype - mar 18, 1994).bin", 0x300000, 0x60142484, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "streets of rage 3 (prototype - mar 18, 1994).bin", 0x300000, 0x60142484, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_sor3up08) @@ -30568,7 +30511,7 @@ struct BurnDriver BurnDrvmd_sor3up08 = { // Streets of Rage 3 (Prototype, 19940328) static struct BurnRomInfo md_sor3up07RomDesc[] = { - { "streets of rage 3 (prototype - mar 28, 1994).bin", 0x300000, 0x8757f797, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "streets of rage 3 (prototype - mar 28, 1994).bin", 0x300000, 0x8757f797, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_sor3up07) @@ -30586,7 +30529,7 @@ struct BurnDriver BurnDrvmd_sor3up07 = { // Streets of Rage 3 (USA) static struct BurnRomInfo md_sor3uRomDesc[] = { - { "streets of rage 3 (usa).bin", 0x300000, 0xd5bb15d9, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "streets of rage 3 (usa).bin", 0x300000, 0xd5bb15d9, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_sor3u) @@ -30604,7 +30547,7 @@ struct BurnDriver BurnDrvmd_sor3u = { // Bare Knuckle III (Jpn) static struct BurnRomInfo md_bk3RomDesc[] = { - { "bare knuckle iii (jpn).bin", 0x300000, 0x5d09236f, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "bare knuckle iii (jpn).bin", 0x300000, 0x5d09236f, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_bk3) @@ -30622,7 +30565,7 @@ struct BurnDriver BurnDrvmd_bk3 = { // Bare Knuckle III (Jpn, Prototype) static struct BurnRomInfo md_bk3pRomDesc[] = { - { "bare knuckle iii (jpn) (beta).bin", 0x300000, 0xe7ff99db, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "bare knuckle iii (jpn) (beta).bin", 0x300000, 0xe7ff99db, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_bk3p) @@ -30640,7 +30583,7 @@ struct BurnDriver BurnDrvmd_bk3p = { // Strider (Euro, USA) static struct BurnRomInfo md_striderRomDesc[] = { - { "mpr-13487.bin", 0x100000, 0xb9d099a4, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-13487.bin", 0x100000, 0xb9d099a4, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_strider) @@ -30658,7 +30601,7 @@ struct BurnDriver BurnDrvmd_strider = { // Strider Hiryuu (Jpn, Kor) static struct BurnRomInfo md_striderjRomDesc[] = { - { "strider hiryuu (jpn, kor).bin", 0x100000, 0x859173f2, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "strider hiryuu (jpn, kor).bin", 0x100000, 0x859173f2, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_striderj) @@ -30676,7 +30619,7 @@ struct BurnDriver BurnDrvmd_striderj = { // Strider II (Euro) static struct BurnRomInfo md_strider2RomDesc[] = { - { "strider ii (euro).bin", 0x100000, 0xe85e5270, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "strider ii (euro).bin", 0x100000, 0xe85e5270, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_strider2) @@ -30694,7 +30637,7 @@ struct BurnDriver BurnDrvmd_strider2 = { // Strider Returns - Journey from Darkness (USA) static struct BurnRomInfo md_strider2uRomDesc[] = { - { "strider returns - journey from darkness (usa).bin", 0x100000, 0x42589b79, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "strider returns - journey from darkness (usa).bin", 0x100000, 0x42589b79, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_strider2u) @@ -30712,7 +30655,7 @@ struct BurnDriver BurnDrvmd_strider2u = { // Striker (Euro) static struct BurnRomInfo md_strikerRomDesc[] = { - { "striker (euro).bin", 0x200000, 0xcc5d7ab2, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "striker (euro).bin", 0x200000, 0xcc5d7ab2, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_striker) @@ -30730,7 +30673,7 @@ struct BurnDriver BurnDrvmd_striker = { // Striker (Euro, Prototype) static struct BurnRomInfo md_strikerpRomDesc[] = { - { "striker (euro) (beta).bin", 0x200000, 0xc10b270e, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "striker (euro) (beta).bin", 0x200000, 0xc10b270e, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_strikerp) @@ -30748,7 +30691,7 @@ struct BurnDriver BurnDrvmd_strikerp = { // SubTerrania (Euro) static struct BurnRomInfo md_subterrRomDesc[] = { - { "mpr-16627.bin", 0x200000, 0xe8ced28d, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-16627.bin", 0x200000, 0xe8ced28d, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_subterr) @@ -30766,7 +30709,7 @@ struct BurnDriver BurnDrvmd_subterr = { // SubTerrania (Prototype) static struct BurnRomInfo md_subterrp1RomDesc[] = { - { "subterrania (beta).bin", 0x200000, 0x3a1022d1, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "subterrania (beta).bin", 0x200000, 0x3a1022d1, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_subterrp1) @@ -30784,7 +30727,7 @@ struct BurnDriver BurnDrvmd_subterrp1 = { // SubTerrania (Prototype, Earlier) static struct BurnRomInfo md_subterrp2RomDesc[] = { - { "subterrania (beta) (earlier).bin", 0x140000, 0x9c13d25c, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "subterrania (beta) (earlier).bin", 0x140000, 0x9c13d25c, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_subterrp2) @@ -30802,7 +30745,7 @@ struct BurnDriver BurnDrvmd_subterrp2 = { // SubTerrania (Jpn) static struct BurnRomInfo md_subterrjRomDesc[] = { - { "subterrania (jpn).bin", 0x200000, 0x7638ea91, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "subterrania (jpn).bin", 0x200000, 0x7638ea91, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_subterrj) @@ -30820,7 +30763,7 @@ struct BurnDriver BurnDrvmd_subterrj = { // SubTerrania (Jpn, Prototype, 19940202) static struct BurnRomInfo md_subterrp3RomDesc[] = { - { "subterrania (prototype - feb 02, 1994).bin", 0x200000, 0xb368e394, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "subterrania (prototype - feb 02, 1994).bin", 0x200000, 0xb368e394, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_subterrp3) @@ -30838,7 +30781,7 @@ struct BurnDriver BurnDrvmd_subterrp3 = { // SubTerrania (USA) static struct BurnRomInfo md_subterruRomDesc[] = { - { "subterrania (usa).bin", 0x200000, 0xdc3c6c45, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "subterrania (usa).bin", 0x200000, 0xdc3c6c45, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_subterru) @@ -30856,7 +30799,7 @@ struct BurnDriver BurnDrvmd_subterru = { // Summer Challenge (Euro, USA) static struct BurnRomInfo md_summerRomDesc[] = { - { "summer challenge (euro, usa).bin", 0x200000, 0xd7d53dc1, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "summer challenge (euro, usa).bin", 0x200000, 0xd7d53dc1, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_summer) @@ -30874,7 +30817,7 @@ struct BurnDriver BurnDrvmd_summer = { // Sunset Riders (Euro) static struct BurnRomInfo md_ssridersRomDesc[] = { - { "mpr-15305.bin", 0x080000, 0x0ff33054, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-15305.bin", 0x080000, 0x0ff33054, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_ssriders) @@ -30892,7 +30835,7 @@ struct BurnDriver BurnDrvmd_ssriders = { // Sunset Riders (USA) static struct BurnRomInfo md_ssridersuRomDesc[] = { - { "sunset riders (usa).bin", 0x080000, 0xac30c297, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "sunset riders (usa).bin", 0x080000, 0xac30c297, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_ssridersu) @@ -30910,7 +30853,7 @@ struct BurnDriver BurnDrvmd_ssridersu = { // Super Baseball 2020 (Euro, USA) static struct BurnRomInfo md_2020bbRomDesc[] = { - { "super02.bin", 0x200000, 0xc17acee5, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "super02.bin", 0x200000, 0xc17acee5, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_2020bb) @@ -30928,7 +30871,7 @@ struct BurnDriver BurnDrvmd_2020bb = { // 2020 Toshi Super Baseball (Jpn) static struct BurnRomInfo md_2020bbjRomDesc[] = { - { "2020 toshi super baseball (jpn).bin", 0x200000, 0x2bbee127, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "2020 toshi super baseball (jpn).bin", 0x200000, 0x2bbee127, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_2020bbj) @@ -30946,7 +30889,7 @@ struct BurnDriver BurnDrvmd_2020bbj = { // Super Battleship (USA) static struct BurnRomInfo md_sbshipRomDesc[] = { - { "super battleship (usa).bin", 0x080000, 0x99ca1bfb, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "super battleship (usa).bin", 0x080000, 0x99ca1bfb, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_sbship) @@ -30964,7 +30907,7 @@ struct BurnDriver BurnDrvmd_sbship = { // Garry Kitchen's Super Battletank - War in the Gulf (USA) static struct BurnRomInfo md_sbtankRomDesc[] = { - { "super battletank - war in the gulf (usa).bin", 0x080000, 0xb0b5e3c9, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "super battletank - war in the gulf (usa).bin", 0x080000, 0xb0b5e3c9, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_sbtank) @@ -30980,9 +30923,9 @@ struct BurnDriver BurnDrvmd_sbtank = { &bMegadriveRecalcPalette, 0x100, 320, 224, 4, 3 }; -// Super Daisenryaku (Jpn) +// Super Daisenryaku (Jpn, Rev. 02) static struct BurnRomInfo md_supdaisnRomDesc[] = { - { "mpr-12477.bin", 0x080000, 0xd50a166f, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-12477a-h.ic1", 0x080000, 0x11645d6e, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_supdaisn) @@ -30990,7 +30933,7 @@ STD_ROM_FN(md_supdaisn) struct BurnDriver BurnDrvmd_supdaisn = { "md_supdaisn", NULL, NULL, NULL, "1989", - "Super Daisenryaku (Jpn)\0", NULL, "Sega", "Sega Megadrive", + "Super Daisenryaku (Jpn, Rev. 02)\0", NULL, "Sega", "Sega Megadrive", NULL, NULL, NULL, NULL, BDF_GAME_WORKING | BDF_16BIT_ONLY, 2, HARDWARE_SEGA_MEGADRIVE | HARDWARE_SEGA_MEGADRIVE_PCB_SEGA_SRAM, GBF_MISC, 0, MegadriveGetZipName, md_supdaisnRomInfo, md_supdaisnRomName, NULL, NULL, MegadriveInputInfo, MegadriveDIPInfo, @@ -30998,9 +30941,27 @@ struct BurnDriver BurnDrvmd_supdaisn = { &bMegadriveRecalcPalette, 0x100, 320, 224, 4, 3 }; +// Super Daisenryaku (Jpn) +static struct BurnRomInfo md_supdaisnaRomDesc[] = { + { "mpr-12477.ic1", 0x080000, 0xd50a166f, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, +}; + +STD_ROM_PICK(md_supdaisna) +STD_ROM_FN(md_supdaisna) + +struct BurnDriver BurnDrvmd_supdaisna = { + "md_supdaisna", "md_supdaisn", NULL, NULL, "1989", + "Super Daisenryaku (Jpn)\0", NULL, "Sega", "Sega Megadrive", + NULL, NULL, NULL, NULL, + BDF_GAME_WORKING | BDF_16BIT_ONLY | BDF_CLONE, 2, HARDWARE_SEGA_MEGADRIVE | HARDWARE_SEGA_MEGADRIVE_PCB_SEGA_SRAM, GBF_MISC, 0, + MegadriveGetZipName, md_supdaisnaRomInfo, md_supdaisnaRomName, NULL, NULL, MegadriveInputInfo, MegadriveDIPInfo, + MegadriveInit, MegadriveExit, MegadriveFrame, NULL, MegadriveScan, + &bMegadriveRecalcPalette, 0x100, 320, 224, 4, 3 +}; + // Super Fantasy Zone (Euro) static struct BurnRomInfo md_sfzoneRomDesc[] = { - { "mpr-15124.bin", 0x100000, 0x927975be, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-15124.bin", 0x100000, 0x927975be, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_sfzone) @@ -31018,7 +30979,7 @@ struct BurnDriver BurnDrvmd_sfzone = { // Super Fantasy Zone (Jpn) static struct BurnRomInfo md_sfzonejRomDesc[] = { - { "super fantasy zone (jpn).bin", 0x100000, 0x767780d7, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "super fantasy zone (jpn).bin", 0x100000, 0x767780d7, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_sfzonej) @@ -31036,7 +30997,7 @@ struct BurnDriver BurnDrvmd_sfzonej = { // Super Hang-On (World, Rev. A) static struct BurnRomInfo md_shangonRomDesc[] = { - { "mpr-12640a.bin", 0x080000, 0x3877d107, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-12640a.bin", 0x080000, 0x3877d107, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_shangon) @@ -31054,7 +31015,7 @@ struct BurnDriver BurnDrvmd_shangon = { // Super Hang-On (World) static struct BurnRomInfo md_shangon1RomDesc[] = { - { "mpr-12640.bin", 0x080000, 0xcb2201a3, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-12640.bin", 0x080000, 0xcb2201a3, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_shangon1) @@ -31072,7 +31033,7 @@ struct BurnDriver BurnDrvmd_shangon1 = { // Super High Impact (USA) static struct BurnRomInfo md_shimpactRomDesc[] = { - { "super high impact (usa).bin", 0x100000, 0xb870c2f7, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "super high impact (usa).bin", 0x100000, 0xb870c2f7, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_shimpact) @@ -31090,7 +31051,7 @@ struct BurnDriver BurnDrvmd_shimpact = { // Super Hydlide (Euro) static struct BurnRomInfo md_suphydlRomDesc[] = { - { "super hydlide (euro).bin", 0x080000, 0x1fe2d90b, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "super hydlide (euro).bin", 0x080000, 0x1fe2d90b, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_suphydl) @@ -31108,7 +31069,7 @@ struct BurnDriver BurnDrvmd_suphydl = { // Super Hydlide (Jpn) static struct BurnRomInfo md_suphydljRomDesc[] = { - { "mpr-12632.bin", 0x080000, 0x599be386, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-12632.bin", 0x080000, 0x599be386, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_suphydlj) @@ -31126,7 +31087,7 @@ struct BurnDriver BurnDrvmd_suphydlj = { // Super Hydlide (USA) static struct BurnRomInfo md_suphydluRomDesc[] = { - { "super hydlide (usa).bin", 0x080000, 0x1335ddaa, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "super hydlide (usa).bin", 0x080000, 0x1335ddaa, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_suphydlu) @@ -31144,7 +31105,7 @@ struct BurnDriver BurnDrvmd_suphydlu = { // Super Kick Off (Euro) static struct BurnRomInfo md_skickoffRomDesc[] = { - { "mpr-15420.bin", 0x080000, 0xf43793ff, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-15420.bin", 0x080000, 0xf43793ff, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_skickoff) @@ -31162,7 +31123,7 @@ struct BurnDriver BurnDrvmd_skickoff = { // Super League (Euro) static struct BurnRomInfo md_suprleagRomDesc[] = { - { "super league (euro).bin", 0x080000, 0x55baec6e, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "super league (euro).bin", 0x080000, 0x55baec6e, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_suprleag) @@ -31180,7 +31141,7 @@ struct BurnDriver BurnDrvmd_suprleag = { // Super League (Jpn) static struct BurnRomInfo md_suprleagjRomDesc[] = { - { "super league (jpn).bin", 0x080000, 0xea13cb1d, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "super league (jpn).bin", 0x080000, 0xea13cb1d, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_suprleagj) @@ -31198,7 +31159,7 @@ struct BurnDriver BurnDrvmd_suprleagj = { // Tommy Lasorda Baseball (USA) static struct BurnRomInfo md_lasordaRomDesc[] = { - { "mpr-12706.bin", 0x080000, 0x4fb50304, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-12706.bin", 0x080000, 0x4fb50304, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_lasorda) @@ -31216,7 +31177,7 @@ struct BurnDriver BurnDrvmd_lasorda = { // Super Mario World ~ Super Mario Bros. (Pirate, Alt) static struct BurnRomInfo md_smbaRomDesc[] = { - { "super mario world (unl).bin", 0x200000, 0xcf540ba6, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "super mario world (unl).bin", 0x200000, 0xcf540ba6, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_smba) @@ -31234,7 +31195,7 @@ struct BurnDriver BurnDrvmd_smba = { // Super Mario World ~ Super Mario Bros. (Pirate, Alt 2) static struct BurnRomInfo md_smbbRomDesc[] = { - { "super mario world (unl) (pirate).bin", 0x200000, 0x97c2695e, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "super mario world (unl) (pirate).bin", 0x200000, 0x97c2695e, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_smbb) @@ -31252,7 +31213,7 @@ struct BurnDriver BurnDrvmd_smbb = { // Super Monaco GP (Euro, Jpn) static struct BurnRomInfo md_smgpaRomDesc[] = { - { "super monaco gp (euro, jpn).bin", 0x080000, 0xb1823595, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "super monaco gp (euro, jpn).bin", 0x080000, 0xb1823595, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_smgpa) @@ -31270,7 +31231,7 @@ struct BurnDriver BurnDrvmd_smgpa = { // Super Monaco GP (Jpn) static struct BurnRomInfo md_smgpjRomDesc[] = { - { "mpr-13215.bin", 0x080000, 0x90f9bab3, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-13215.bin", 0x080000, 0x90f9bab3, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_smgpj) @@ -31288,7 +31249,7 @@ struct BurnDriver BurnDrvmd_smgpj = { // Super Monaco GP (USA) static struct BurnRomInfo md_smgpuRomDesc[] = { - { "super monaco gp (usa).bin", 0x080000, 0x725018ee, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "super monaco gp (usa).bin", 0x080000, 0x725018ee, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_smgpu) @@ -31306,7 +31267,7 @@ struct BurnDriver BurnDrvmd_smgpu = { // Super Off Road (Euro, USA) static struct BurnRomInfo md_superoffRomDesc[] = { - { "super off road (euro, usa).bin", 0x080000, 0x8f2fdada, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "super off road (euro, usa).bin", 0x080000, 0x8f2fdada, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_superoff) @@ -31324,7 +31285,7 @@ struct BurnDriver BurnDrvmd_superoff = { // Super Real Basketball (Euro) static struct BurnRomInfo md_srealbasRomDesc[] = { - { "mpr-13432.bin", 0x080000, 0xf04765ba, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-13432.bin", 0x080000, 0xf04765ba, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_srealbas) @@ -31342,7 +31303,7 @@ struct BurnDriver BurnDrvmd_srealbas = { // Super Real Basketball (Jpn, Kor) static struct BurnRomInfo md_srealbasjRomDesc[] = { - { "mpr-12904.bin", 0x080000, 0x4346e11a, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-12904.bin", 0x080000, 0x4346e11a, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_srealbasj) @@ -31360,7 +31321,7 @@ struct BurnDriver BurnDrvmd_srealbasj = { // Pat Riley Basketball (USA) static struct BurnRomInfo md_patrileyRomDesc[] = { - { "pat riley basketball (usa).bin", 0x080000, 0x3d9318a7, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "pat riley basketball (usa).bin", 0x080000, 0x3d9318a7, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_patriley) @@ -31378,7 +31339,7 @@ struct BurnDriver BurnDrvmd_patriley = { // Super Skidmarks (Euro, J-Cart) static struct BurnRomInfo md_sskidRomDesc[] = { - { "super skidmarks (euro) (j-cart).bin", 0x200000, 0x4a9c62f9, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "super skidmarks (euro) (j-cart).bin", 0x200000, 0x4a9c62f9, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_sskid) @@ -31396,7 +31357,7 @@ struct BurnDriver BurnDrvmd_sskid = { // Super Skidmarks (USA, Prototype) static struct BurnRomInfo md_sskidpRomDesc[] = { - { "super skidmarks (euro) (beta).bin", 0x200000, 0xa61a0f0c, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "super skidmarks (euro) (beta).bin", 0x200000, 0xa61a0f0c, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_sskidp) @@ -31414,7 +31375,7 @@ struct BurnDriver BurnDrvmd_sskidp = { // Super Street Fighter II - The New Challengers (Euro) static struct BurnRomInfo md_ssf2RomDesc[] = { - { "super street fighter ii - the new challengers (euro).bin", 0x500000, 0x682c192f, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "super street fighter ii - the new challengers (euro).bin", 0x500000, 0x682c192f, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_ssf2) @@ -31432,7 +31393,7 @@ struct BurnDriver BurnDrvmd_ssf2 = { // Super Street Fighter II - The New Challengers (Jpn) static struct BurnRomInfo md_ssf2jRomDesc[] = { - { "super street fighter ii - the new challengers (jpn).bin", 0x500000, 0xd8eeb2bd, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "super street fighter ii - the new challengers (jpn).bin", 0x500000, 0xd8eeb2bd, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_ssf2j) @@ -31450,7 +31411,7 @@ struct BurnDriver BurnDrvmd_ssf2j = { // Super Street Fighter II - The New Challengers (USA) static struct BurnRomInfo md_ssf2uRomDesc[] = { - { "super street fighter ii - the new challengers (usa).bin", 0x500000, 0x165defbf, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "super street fighter ii - the new challengers (usa).bin", 0x500000, 0x165defbf, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_ssf2u) @@ -31468,7 +31429,7 @@ struct BurnDriver BurnDrvmd_ssf2u = { // Super Thunder Blade (Jpn, Launch Cart) static struct BurnRomInfo md_stbladjRomDesc[] = { - { "mpr-11996.bin", 0x080000, 0x8bd77836, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-11996.bin", 0x080000, 0x8bd77836, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_stbladj) @@ -31486,7 +31447,7 @@ struct BurnDriver BurnDrvmd_stbladj = { // Super Volley Ball (USA) static struct BurnRomInfo md_svolleyRomDesc[] = { - { "super volley ball (usa).bin", 0x040000, 0xa88fee44, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "super volley ball (usa).bin", 0x040000, 0xa88fee44, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_svolley) @@ -31504,7 +31465,7 @@ struct BurnDriver BurnDrvmd_svolley = { // Super Volley Ball (USA, Alt) static struct BurnRomInfo md_svolley1RomDesc[] = { - { "super volley ball (usa) (alt).bin", 0x040000, 0x85102799, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "super volley ball (usa) (alt).bin", 0x040000, 0x85102799, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_svolley1) @@ -31522,7 +31483,7 @@ struct BurnDriver BurnDrvmd_svolley1 = { // Super Volley Ball (Jpn) static struct BurnRomInfo md_svolleyjRomDesc[] = { - { "super volley ball (jpn).bin", 0x040000, 0x9b5c28ea, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "super volley ball (jpn).bin", 0x040000, 0x9b5c28ea, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_svolleyj) @@ -31540,7 +31501,7 @@ struct BurnDriver BurnDrvmd_svolleyj = { // Superman - The Man of Steel (Euro) static struct BurnRomInfo md_supermanRomDesc[] = { - { "mpr-15327.bin", 0x100000, 0x7db434ba, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-15327.bin", 0x100000, 0x7db434ba, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_superman) @@ -31558,7 +31519,7 @@ struct BurnDriver BurnDrvmd_superman = { // Superman (USA, Prototype) static struct BurnRomInfo md_supermanpRomDesc[] = { - { "superman (usa) (beta).bin", 0x100000, 0x5cd0e1d4, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "superman (usa) (beta).bin", 0x100000, 0x5cd0e1d4, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_supermanp) @@ -31576,7 +31537,7 @@ struct BurnDriver BurnDrvmd_supermanp = { // Superman (USA) static struct BurnRomInfo md_supermanuRomDesc[] = { - { "superman (usa).bin", 0x100000, 0x543a5869, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "superman (usa).bin", 0x100000, 0x543a5869, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_supermanu) @@ -31594,7 +31555,7 @@ struct BurnDriver BurnDrvmd_supermanu = { // Surging Aura (Jpn) static struct BurnRomInfo md_surgingRomDesc[] = { - { "surging aura (jpn).bin", 0x200000, 0x65ac1d2b, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "surging aura (jpn).bin", 0x200000, 0x65ac1d2b, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_surging) @@ -31612,7 +31573,7 @@ struct BurnDriver BurnDrvmd_surging = { // Swamp Thing (USA, Prototype) static struct BurnRomInfo md_swampRomDesc[] = { - { "swamp thing proto.bin", 0x400000, 0xe6ebe9d5, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "swamp thing proto.bin", 0x400000, 0xe6ebe9d5, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_swamp) @@ -31630,7 +31591,7 @@ struct BurnDriver BurnDrvmd_swamp = { // Sword of Sodan (Euro, USA) static struct BurnRomInfo md_swordsodRomDesc[] = { - { "sword of sodan (euro, usa).bin", 0x080000, 0x9cb8468f, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "sword of sodan (euro, usa).bin", 0x080000, 0x9cb8468f, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_swordsod) @@ -31648,7 +31609,7 @@ struct BurnDriver BurnDrvmd_swordsod = { // Sword of Sodan (Jpn) static struct BurnRomInfo md_swordsodjRomDesc[] = { - { "sword of sodan (jpn).bin", 0x080000, 0x58edb3f3, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "sword of sodan (jpn).bin", 0x080000, 0x58edb3f3, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_swordsodj) @@ -31666,7 +31627,7 @@ struct BurnDriver BurnDrvmd_swordsodj = { // Syd of Valis (USA) static struct BurnRomInfo md_sydvalisRomDesc[] = { - { "syd of valis (usa).bin", 0x080000, 0x37dc0108, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "syd of valis (usa).bin", 0x080000, 0x37dc0108, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_sydvalis) @@ -31684,7 +31645,7 @@ struct BurnDriver BurnDrvmd_sydvalis = { // SD Valis (Jpn) static struct BurnRomInfo md_sdvalisRomDesc[] = { - { "sd valis (jpn).bin", 0x080000, 0x1aef72ea, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "sd valis (jpn).bin", 0x080000, 0x1aef72ea, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_sdvalis) @@ -31702,7 +31663,7 @@ struct BurnDriver BurnDrvmd_sdvalis = { // Sword of Vermilion (Euro, USA) static struct BurnRomInfo md_vermilRomDesc[] = { - { "mpr-13430+mpr-13431.bin", 0x0a0000, 0xea1bc9ab, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-13430+mpr-13431.bin", 0x0a0000, 0xea1bc9ab, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_vermil) @@ -31720,7 +31681,7 @@ struct BurnDriver BurnDrvmd_vermil = { // Vermilion (Jpn) static struct BurnRomInfo md_vermiljRomDesc[] = { - { "vermilion (jpn).bin", 0x0a0000, 0xe400dfc3, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "vermilion (jpn).bin", 0x0a0000, 0xe400dfc3, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_vermilj) @@ -31738,7 +31699,7 @@ struct BurnDriver BurnDrvmd_vermilj = { // Sylvester & Tweety in Cagey Capers (Euro) static struct BurnRomInfo md_sylvestrRomDesc[] = { - { "sylvester & tweety in cagey capers (euro).bin", 0x200000, 0x89fc54ce, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "sylvester & tweety in cagey capers (euro).bin", 0x200000, 0x89fc54ce, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_sylvestr) @@ -31756,7 +31717,7 @@ struct BurnDriver BurnDrvmd_sylvestr = { // Sylvester and Tweety in Cagey Capers (USA) static struct BurnRomInfo md_sylvestruRomDesc[] = { - { "sylvester and tweety in cagey capers (usa).bin", 0x200000, 0x9d9c786b, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "sylvester and tweety in cagey capers (usa).bin", 0x200000, 0x9d9c786b, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_sylvestru) @@ -31774,7 +31735,7 @@ struct BurnDriver BurnDrvmd_sylvestru = { // Syndicate (Euro, USA) static struct BurnRomInfo md_syndicatRomDesc[] = { - { "syndicate (euro, usa).bin", 0x200000, 0x95bbf87b, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "syndicate (euro, usa).bin", 0x200000, 0x95bbf87b, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_syndicat) @@ -31792,7 +31753,7 @@ struct BurnDriver BurnDrvmd_syndicat = { // T2 - Terminator 2 - Judgment Day (Euro, USA) static struct BurnRomInfo md_term2RomDesc[] = { - { "t2 - terminator 2 - judgment day (euro, usa).bin", 0x100000, 0x2f75e896, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "t2 - terminator 2 - judgment day (euro, usa).bin", 0x100000, 0x2f75e896, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_term2) @@ -31810,7 +31771,7 @@ struct BurnDriver BurnDrvmd_term2 = { // T2 - The Arcade Game (Euro, USA) static struct BurnRomInfo md_t2agRomDesc[] = { - { "mpr-15238.bin", 0x100000, 0xa1264f17, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-15238.bin", 0x100000, 0xa1264f17, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_t2ag) @@ -31828,7 +31789,7 @@ struct BurnDriver BurnDrvmd_t2ag = { // T2 - The Arcade Game (USA, Prototype) static struct BurnRomInfo md_t2agpRomDesc[] = { - { "t2 - the arcade game (usa) (beta).bin", 0x100000, 0x94255703, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "t2 - the arcade game (usa) (beta).bin", 0x100000, 0x94255703, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_t2agp) @@ -31846,7 +31807,7 @@ struct BurnDriver BurnDrvmd_t2agp = { // T2 - The Arcade Game (Jpn) static struct BurnRomInfo md_t2agjRomDesc[] = { - { "t2 - the arcade game (jpn).bin", 0x100000, 0x5e6fe52c, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "t2 - the arcade game (jpn).bin", 0x100000, 0x5e6fe52c, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_t2agj) @@ -31864,7 +31825,7 @@ struct BurnDriver BurnDrvmd_t2agj = { // Taikou Risshiden (Jpn) static struct BurnRomInfo md_taikorisRomDesc[] = { - { "taikou risshiden (jpn).bin", 0x140000, 0xf96fe15b, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "taikou risshiden (jpn).bin", 0x140000, 0xf96fe15b, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_taikoris) @@ -31882,7 +31843,7 @@ struct BurnDriver BurnDrvmd_taikoris = { // Taiwan Daheng (Chi) static struct BurnRomInfo md_taiwanRomDesc[] = { - { "taiwan daheng (chi) (unl).bin", 0x100000, 0xbaf20f81, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "taiwan daheng (chi) (unl).bin", 0x100000, 0xbaf20f81, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_taiwan) @@ -31900,7 +31861,7 @@ struct BurnDriver BurnDrvmd_taiwan = { // TaleSpin (Euro, USA) static struct BurnRomInfo md_talespinRomDesc[] = { - { "mpr-15058.bin", 0x080000, 0xf5c0c8d0, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-15058.bin", 0x080000, 0xf5c0c8d0, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_talespin) @@ -31918,7 +31879,7 @@ struct BurnDriver BurnDrvmd_talespin = { // Marvel Land (USA) static struct BurnRomInfo md_marvlandRomDesc[] = { - { "marvel land (usa).bin", 0x100000, 0xcd7eeeb7, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "marvel land (usa).bin", 0x100000, 0xcd7eeeb7, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_marvland) @@ -31936,7 +31897,7 @@ struct BurnDriver BurnDrvmd_marvland = { // Target Earth (USA) static struct BurnRomInfo md_trgearthRomDesc[] = { - { "target earth (usa).bin", 0x080000, 0xcddf62d3, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "target earth (usa).bin", 0x080000, 0xcddf62d3, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_trgearth) @@ -31954,7 +31915,7 @@ struct BurnDriver BurnDrvmd_trgearth = { // Assault Suit Leynos (Jpn) static struct BurnRomInfo md_leynosRomDesc[] = { - { "assault suit leynos (jpn).bin", 0x080000, 0x81a2c800, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "assault suit leynos (jpn).bin", 0x080000, 0x81a2c800, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_leynos) @@ -31972,7 +31933,7 @@ struct BurnDriver BurnDrvmd_leynos = { // Task Force Harrier EX (USA) static struct BurnRomInfo md_taskfhexRomDesc[] = { - { "task force harrier ex (usa).bin", 0x100000, 0xc8bb0257, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "task force harrier ex (usa).bin", 0x100000, 0xc8bb0257, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_taskfhex) @@ -31990,7 +31951,7 @@ struct BurnDriver BurnDrvmd_taskfhex = { // Task Force Harrier EX (Jpn) static struct BurnRomInfo md_taskfhexjRomDesc[] = { - { "task force harrier ex (jpn).bin", 0x100000, 0xe9a54eed, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "task force harrier ex (jpn).bin", 0x100000, 0xe9a54eed, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_taskfhexj) @@ -32008,7 +31969,7 @@ struct BurnDriver BurnDrvmd_taskfhexj = { // Truxton (Euro, USA) ~ Tatsujin (Jpn) static struct BurnRomInfo md_truxtonRomDesc[] = { - { "truxton -- tatsujin (world).bin", 0x080000, 0x5bd0882d, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "truxton -- tatsujin (world).bin", 0x080000, 0x5bd0882d, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_truxton) @@ -32026,7 +31987,7 @@ struct BurnDriver BurnDrvmd_truxton = { // Taz-Mania (World) static struct BurnRomInfo md_tazmaniaRomDesc[] = { - { "mpr-14838.bin", 0x080000, 0x0e901f45, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-14838.bin", 0x080000, 0x0e901f45, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_tazmania) @@ -32044,7 +32005,7 @@ struct BurnDriver BurnDrvmd_tazmania = { // USA Basketball World Challenge (Euro, USA) static struct BurnRomInfo md_teamusaRomDesc[] = { - { "team usa basketball (euro, usa).bin", 0x100000, 0xa0caf97e, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "team usa basketball (euro, usa).bin", 0x100000, 0xa0caf97e, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_teamusa) @@ -32062,7 +32023,7 @@ struct BurnDriver BurnDrvmd_teamusa = { // USA Basketball World Challenge (Jpn) static struct BurnRomInfo md_dreamteamRomDesc[] = { - { "dream team usa (jpn).bin", 0x100000, 0xe2e21b72, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "dream team usa (jpn).bin", 0x100000, 0xe2e21b72, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_dreamteam) @@ -32080,7 +32041,7 @@ struct BurnDriver BurnDrvmd_dreamteam = { // Techno Clash (Euro, USA) static struct BurnRomInfo md_technoclRomDesc[] = { - { "techno clash (euro, usa).bin", 0x100000, 0x4e65e483, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "techno clash (euro, usa).bin", 0x100000, 0x4e65e483, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_technocl) @@ -32098,7 +32059,7 @@ struct BurnDriver BurnDrvmd_technocl = { // Technocop (USA) static struct BurnRomInfo md_tecnocopRomDesc[] = { - { "technocop (usa).bin", 0x080000, 0x7459ad06, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "technocop (usa).bin", 0x080000, 0x7459ad06, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_tecnocop) @@ -32116,7 +32077,7 @@ struct BurnDriver BurnDrvmd_tecnocop = { // Boy Soccer Team III (Jpn, Pirate) static struct BurnRomInfo md_bsteam3RomDesc[] = { - { "tecmo cup (jpn) (pirate).bin", 0x080000, 0xe889e218, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "tecmo cup (jpn) (pirate).bin", 0x080000, 0xe889e218, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_bsteam3) @@ -32134,7 +32095,7 @@ struct BurnDriver BurnDrvmd_bsteam3 = { // Tecmo Cup (Jpn, Prototype?) static struct BurnRomInfo md_tecmocupRomDesc[] = { - { "tecmo cup (jpn) (prototype?) (bad dump).bin", 0x080000, 0x88fdd060, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "tecmo cup (jpn) (prototype?) (bad dump).bin", 0x080000, 0x88fdd060, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_tecmocup) @@ -32152,7 +32113,7 @@ struct BurnDriver BurnDrvmd_tecmocup = { // Tecmo Super Baseball (USA) static struct BurnRomInfo md_tecmobbRomDesc[] = { - { "tecmo super baseball (usa).bin", 0x100000, 0x227a1178, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "tecmo super baseball (usa).bin", 0x100000, 0x227a1178, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_tecmobb) @@ -32170,7 +32131,7 @@ struct BurnDriver BurnDrvmd_tecmobb = { // Tecmo Super Bowl (USA, 199310) static struct BurnRomInfo md_tecmosbwRomDesc[] = { - { "tecmo super bowl (usa) (october 1993).bin", 0x100000, 0x21f27d34, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "tecmo super bowl (usa) (october 1993).bin", 0x100000, 0x21f27d34, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_tecmosbw) @@ -32188,7 +32149,7 @@ struct BurnDriver BurnDrvmd_tecmosbw = { // Tecmo Super Bowl (USA, 199309) static struct BurnRomInfo md_tecmosbwaRomDesc[] = { - { "tecmo super bowl (usa) (september 1993).bin", 0x100000, 0xbd5933ee, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "tecmo super bowl (usa) (september 1993).bin", 0x100000, 0xbd5933ee, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_tecmosbwa) @@ -32206,7 +32167,7 @@ struct BurnDriver BurnDrvmd_tecmosbwa = { // Tecmo Super Bowl (Jpn) static struct BurnRomInfo md_tecmosbwjRomDesc[] = { - { "tecmo super bowl (jpn).bin", 0x100000, 0x90c6e20c, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "tecmo super bowl (jpn).bin", 0x100000, 0x90c6e20c, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_tecmosbwj) @@ -32224,7 +32185,7 @@ struct BurnDriver BurnDrvmd_tecmosbwj = { // Tecmo Super Bowl II (USA) static struct BurnRomInfo md_tecmosb2RomDesc[] = { - { "tecmo super bowl ii - special edition (usa).bin", 0x200000, 0x0a0e67d8, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "tecmo super bowl ii - special edition (usa).bin", 0x200000, 0x0a0e67d8, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_tecmosb2) @@ -32242,7 +32203,7 @@ struct BurnDriver BurnDrvmd_tecmosb2 = { // Tecmo Super Bowl II - Special Edition (Jpn) static struct BurnRomInfo md_tecmosb2jRomDesc[] = { - { "tecmo super bowl ii - special edition (jpn).bin", 0x200000, 0x32fb633d, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "tecmo super bowl ii - special edition (jpn).bin", 0x200000, 0x32fb633d, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_tecmosb2j) @@ -32260,7 +32221,7 @@ struct BurnDriver BurnDrvmd_tecmosb2j = { // Tecmo Super Bowl III - Final Edition (USA) static struct BurnRomInfo md_tecmosb3RomDesc[] = { - { "tecmo super bowl iii - final edition (usa).bin", 0x200000, 0xaae4089f, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "tecmo super bowl iii - final edition (usa).bin", 0x200000, 0xaae4089f, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_tecmosb3) @@ -32278,7 +32239,7 @@ struct BurnDriver BurnDrvmd_tecmosb3 = { // Tecmo Super Hockey (USA) static struct BurnRomInfo md_tecmohckRomDesc[] = { - { "tecmo super hockey (usa).bin", 0x100000, 0x5f86ddc9, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "tecmo super hockey (usa).bin", 0x100000, 0x5f86ddc9, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_tecmohck) @@ -32296,7 +32257,7 @@ struct BurnDriver BurnDrvmd_tecmohck = { // Tecmo Super NBA Basketball (USA) static struct BurnRomInfo md_tecmonbaRomDesc[] = { - { "tecmo super nba basketball (usa).bin", 0x100000, 0x53913991, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "tecmo super nba basketball (usa).bin", 0x100000, 0x53913991, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_tecmonba) @@ -32314,7 +32275,7 @@ struct BurnDriver BurnDrvmd_tecmonba = { // Tecmo Super NBA Basketball (Jpn) static struct BurnRomInfo md_tecmonbajRomDesc[] = { - { "tecmo super nba basketball (jpn).bin", 0x100000, 0x79f33eb6, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "tecmo super nba basketball (jpn).bin", 0x100000, 0x79f33eb6, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_tecmonbaj) @@ -32332,7 +32293,7 @@ struct BurnDriver BurnDrvmd_tecmonbaj = { // Tecmo World Cup '92 (Jpn) static struct BurnRomInfo md_tecmow92RomDesc[] = { - { "tecmo world cup '92 (jpn).bin", 0x040000, 0x5e93c8b0, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "tecmo world cup '92 (jpn).bin", 0x040000, 0x5e93c8b0, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_tecmow92) @@ -32350,7 +32311,7 @@ struct BurnDriver BurnDrvmd_tecmow92 = { // Tecmo World Cup (USA) static struct BurnRomInfo md_tecmowcRomDesc[] = { - { "tecmo world cup (usa).bin", 0x040000, 0xcaf8eb2c, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "tecmo world cup (usa).bin", 0x040000, 0xcaf8eb2c, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_tecmowc) @@ -32368,7 +32329,7 @@ struct BurnDriver BurnDrvmd_tecmowc = { // Teddy Boy Blues (Jpn, SegaNet) static struct BurnRomInfo md_teddyboyRomDesc[] = { - { "teddy boy blues (jpn) (sn).bin", 0x040000, 0x733d2eb3, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "teddy boy blues (jpn) (sn).bin", 0x040000, 0x733d2eb3, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_teddyboy) @@ -32386,7 +32347,7 @@ struct BurnDriver BurnDrvmd_teddyboy = { // Teenage Mutant Hero Turtles - The Hyperstone Heist (Euro) static struct BurnRomInfo md_tmhthhRomDesc[] = { - { "teenage mutant hero turtles - the hyperstone heist (euro).bin", 0x100000, 0x966d5286, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "teenage mutant hero turtles - the hyperstone heist (euro).bin", 0x100000, 0x966d5286, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_tmhthh) @@ -32404,7 +32365,7 @@ struct BurnDriver BurnDrvmd_tmhthh = { // Teenage Mutant Ninja Turtles - Return of the Shredder (Jpn) static struct BurnRomInfo md_tmntshjRomDesc[] = { - { "teenage mutant ninja turtles - return of the shredder (jpn).bin", 0x100000, 0x1b003498, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "teenage mutant ninja turtles - return of the shredder (jpn).bin", 0x100000, 0x1b003498, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_tmntshj) @@ -32422,7 +32383,7 @@ struct BurnDriver BurnDrvmd_tmntshj = { // Teenage Mutant Ninja Turtles - The Hyperstone Heist (USA) static struct BurnRomInfo md_tmnthhRomDesc[] = { - { "teenage mutant ninja turtles - the hyperstone heist (usa).bin", 0x100000, 0x679c41de, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "teenage mutant ninja turtles - the hyperstone heist (usa).bin", 0x100000, 0x679c41de, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_tmnthh) @@ -32440,7 +32401,7 @@ struct BurnDriver BurnDrvmd_tmnthh = { // Teenage Mutant Hero Turtles - Tournament Fighters (Euro) static struct BurnRomInfo md_tmhttfRomDesc[] = { - { "teenage mutant hero turtles - tournament fighters (euro).bin", 0x200000, 0x3cd2b7e6, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "teenage mutant hero turtles - tournament fighters (euro).bin", 0x200000, 0x3cd2b7e6, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_tmhttf) @@ -32458,7 +32419,7 @@ struct BurnDriver BurnDrvmd_tmhttf = { // Teenage Mutant Ninja Turtles - Tournament Fighters (Jpn) static struct BurnRomInfo md_tmnttfjRomDesc[] = { - { "teenage mutant ninja turtles - tournament fighters (jpn).bin", 0x200000, 0x8843f2c9, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "teenage mutant ninja turtles - tournament fighters (jpn).bin", 0x200000, 0x8843f2c9, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_tmnttfj) @@ -32476,7 +32437,7 @@ struct BurnDriver BurnDrvmd_tmnttfj = { // Teenage Mutant Ninja Turtles - Tournament Fighters (USA) static struct BurnRomInfo md_tmnttfuRomDesc[] = { - { "teenage mutant ninja turtles - tournament fighters (usa).bin", 0x200000, 0x95b5484d, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "teenage mutant ninja turtles - tournament fighters (usa).bin", 0x200000, 0x95b5484d, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_tmnttfu) @@ -32494,7 +32455,7 @@ struct BurnDriver BurnDrvmd_tmnttfu = { // Tekken 3 Special static struct BurnRomInfo md_tekkn3spRomDesc[] = { - { "tekken 3 special (unl).bin", 0x200000, 0x7fcae658, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "tekken 3 special (unl).bin", 0x200000, 0x7fcae658, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_tekkn3sp) @@ -32512,7 +32473,7 @@ struct BurnDriver BurnDrvmd_tekkn3sp = { // Tel-Tel Mahjong (Jpn) static struct BurnRomInfo md_telmahRomDesc[] = { - { "tel-tel mahjong (jpn).bin", 0x040000, 0x44817e92, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "tel-tel mahjong (jpn).bin", 0x040000, 0x44817e92, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_telmah) @@ -32530,7 +32491,7 @@ struct BurnDriver BurnDrvmd_telmah = { // Tel-Tel Stadium (Jpn) static struct BurnRomInfo md_telstadRomDesc[] = { - { "md-tsd.bin", 0x080000, 0x54cf8c29, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "md-tsd.bin", 0x080000, 0x54cf8c29, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_telstad) @@ -32548,7 +32509,7 @@ struct BurnDriver BurnDrvmd_telstad = { // Telebradesco Residencia (Bra) static struct BurnRomInfo md_telebradRomDesc[] = { - { "telebradesco residencia (bra).bin", 0x040000, 0x1db99045, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "telebradesco residencia (bra).bin", 0x040000, 0x1db99045, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_telebrad) @@ -32566,7 +32527,7 @@ struct BurnDriver BurnDrvmd_telebrad = { // The Terminator (Euro) static struct BurnRomInfo md_termintrRomDesc[] = { - { "mpr-14925.bin", 0x100000, 0x15f4d302, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-14925.bin", 0x100000, 0x15f4d302, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_termintr) @@ -32584,7 +32545,7 @@ struct BurnDriver BurnDrvmd_termintr = { // The Terminator (USA) static struct BurnRomInfo md_termintruRomDesc[] = { - { "terminator, the (usa).bin", 0x100000, 0x31a629be, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "terminator, the (usa).bin", 0x100000, 0x31a629be, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_termintru) @@ -32602,7 +32563,7 @@ struct BurnDriver BurnDrvmd_termintru = { // Test Drive II - The Duel (Euro, USA) static struct BurnRomInfo md_td2RomDesc[] = { - { "test drive ii - the duel (euro, usa).bin", 0x100000, 0xf9bdf8c5, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "test drive ii - the duel (euro, usa).bin", 0x100000, 0xf9bdf8c5, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_td2) @@ -32620,7 +32581,7 @@ struct BurnDriver BurnDrvmd_td2 = { // Tetris (Jpn) static struct BurnRomInfo md_tetrisRomDesc[] = { - { "mpr-12356+mpr-12357.bin", 0x040000, 0x4ce90db0, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-12356+mpr-12357.bin", 0x040000, 0x4ce90db0, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_tetris) @@ -32638,7 +32599,7 @@ struct BurnDriver BurnDrvmd_tetris = { // Theme Park (Euro, USA) static struct BurnRomInfo md_themeprkRomDesc[] = { - { "tpb10.bin", 0x200000, 0x289da2c5, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "tpb10.bin", 0x200000, 0x289da2c5, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_themeprk) @@ -32656,7 +32617,7 @@ struct BurnDriver BurnDrvmd_themeprk = { // The New Zealand Story (Jpn) static struct BurnRomInfo md_tnzsRomDesc[] = { - { "new zealand story, the (jpn).bin", 0x080000, 0x1c77ad21, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "new zealand story, the (jpn).bin", 0x080000, 0x1c77ad21, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_tnzs) @@ -32674,7 +32635,7 @@ struct BurnDriver BurnDrvmd_tnzs = { // Thomas the Tank Engine & Friends (USA) static struct BurnRomInfo md_thomasRomDesc[] = { - { "thomas the tank engine & friends (usa).bin", 0x100000, 0x1a406299, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "thomas the tank engine & friends (usa).bin", 0x100000, 0x1a406299, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_thomas) @@ -32692,7 +32653,7 @@ struct BurnDriver BurnDrvmd_thomas = { // Thunder Force II MD (Jpn) static struct BurnRomInfo md_tf2jRomDesc[] = { - { "thunder force ii md (jpn).bin", 0x080000, 0xe75ec3e0, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "thunder force ii md (jpn).bin", 0x080000, 0xe75ec3e0, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_tf2j) @@ -32710,7 +32671,7 @@ struct BurnDriver BurnDrvmd_tf2j = { // Thunder Force III (Jpn, USA) static struct BurnRomInfo md_tf3RomDesc[] = { - { "thunder force iii (usa, jpn).bin", 0x080000, 0x1b3f399a, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "thunder force iii (usa, jpn).bin", 0x080000, 0x1b3f399a, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_tf3) @@ -32728,7 +32689,7 @@ struct BurnDriver BurnDrvmd_tf3 = { // Thunder Force IV (Euro) static struct BurnRomInfo md_tf4RomDesc[] = { - { "mpr-15209.bin", 0x100000, 0xe7e3c05b, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-15209.bin", 0x100000, 0xe7e3c05b, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_tf4) @@ -32746,7 +32707,7 @@ struct BurnDriver BurnDrvmd_tf4 = { // Thunder Force IV (Jpn) static struct BurnRomInfo md_tf4jRomDesc[] = { - { "thunder force iv (jpn).bin", 0x100000, 0x8d606480, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "thunder force iv (jpn).bin", 0x100000, 0x8d606480, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_tf4j) @@ -32764,7 +32725,7 @@ struct BurnDriver BurnDrvmd_tf4j = { // Lightening Force - Quest for the Darkstar (USA) static struct BurnRomInfo md_lightforRomDesc[] = { - { "lightening force - quest for the darkstar (usa).bin", 0x100000, 0xc8f8c0e0, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "lightening force - quest for the darkstar (usa).bin", 0x100000, 0xc8f8c0e0, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_lightfor) @@ -32782,7 +32743,7 @@ struct BurnDriver BurnDrvmd_lightfor = { // Thunder Fox (USA) static struct BurnRomInfo md_tfoxRomDesc[] = { - { "thunder fox (usa).bin", 0x100000, 0x5463f50f, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "thunder fox (usa).bin", 0x100000, 0x5463f50f, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_tfox) @@ -32800,7 +32761,7 @@ struct BurnDriver BurnDrvmd_tfox = { // Thunder Fox (Jpn) static struct BurnRomInfo md_tfoxjRomDesc[] = { - { "thunder fox (jpn).bin", 0x100000, 0xeca6cffa, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "thunder fox (jpn).bin", 0x100000, 0xeca6cffa, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_tfoxj) @@ -32818,7 +32779,7 @@ struct BurnDriver BurnDrvmd_tfoxj = { // Thunder Pro Wrestling Retsuden (Jpn) static struct BurnRomInfo md_tpwresRomDesc[] = { - { "mpr-14675.bin", 0x080000, 0x24408c73, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-14675.bin", 0x080000, 0x24408c73, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_tpwres) @@ -32836,7 +32797,7 @@ struct BurnDriver BurnDrvmd_tpwres = { // The Tick (USA) static struct BurnRomInfo md_tickRomDesc[] = { - { "tick, the (usa).bin", 0x200000, 0x425132f0, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "tick, the (usa).bin", 0x200000, 0x425132f0, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_tick) @@ -32854,7 +32815,7 @@ struct BurnDriver BurnDrvmd_tick = { // Time Killers (Euro) static struct BurnRomInfo md_timekillRomDesc[] = { - { "time killers (euro).bin", 0x200000, 0xa4f48a1a, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "time killers (euro).bin", 0x200000, 0xa4f48a1a, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_timekill) @@ -32872,7 +32833,7 @@ struct BurnDriver BurnDrvmd_timekill = { // Time Killers (USA) static struct BurnRomInfo md_timekilluRomDesc[] = { - { "time killers (usa).bin", 0x200000, 0x4b5f52ac, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "time killers (usa).bin", 0x200000, 0x4b5f52ac, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_timekillu) @@ -32890,7 +32851,7 @@ struct BurnDriver BurnDrvmd_timekillu = { // TinHead (USA) static struct BurnRomInfo md_tinheadRomDesc[] = { - { "tinhead (usa).bin", 0x100000, 0xd6724b84, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "tinhead (usa).bin", 0x100000, 0xd6724b84, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_tinhead) @@ -32908,7 +32869,7 @@ struct BurnDriver BurnDrvmd_tinhead = { // Tintin au Tibet (Euro) static struct BurnRomInfo md_tintinRomDesc[] = { - { "tintin au tibet (euro).bin", 0x200000, 0x4243caf3, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "tintin au tibet (euro).bin", 0x200000, 0x4243caf3, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_tintin) @@ -32926,7 +32887,7 @@ struct BurnDriver BurnDrvmd_tintin = { // Tiny Toon Adventures - Acme All-Stars (Euro) static struct BurnRomInfo md_ttacmeRomDesc[] = { - { "mpr-17066.bin", 0x100000, 0x1227b2b2, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-17066.bin", 0x100000, 0x1227b2b2, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_ttacme) @@ -32944,7 +32905,7 @@ struct BurnDriver BurnDrvmd_ttacme = { // Tiny Toon Adventures - Acme All-Stars (USA, Kor) static struct BurnRomInfo md_ttacmeuRomDesc[] = { - { "tiny toon adventures - acme all-stars (usa, kor).bin", 0x100000, 0x2f9faa1d, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "tiny toon adventures - acme all-stars (usa, kor).bin", 0x100000, 0x2f9faa1d, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_ttacmeu) @@ -32962,7 +32923,7 @@ struct BurnDriver BurnDrvmd_ttacmeu = { // Tiny Toon Adventures - Buster's Hidden Treasure (Euro) static struct BurnRomInfo md_ttoonbhtRomDesc[] = { - { "mpr-15406.bin", 0x080000, 0xd10fba51, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-15406.bin", 0x080000, 0xd10fba51, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_ttoonbht) @@ -32980,7 +32941,7 @@ struct BurnDriver BurnDrvmd_ttoonbht = { // Tiny Toon Adventures (Kor) static struct BurnRomInfo md_ttoonbhtkRomDesc[] = { - { "tiny toon adventures (kor).bin", 0x080000, 0x4ca3a8fb, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "tiny toon adventures (kor).bin", 0x080000, 0x4ca3a8fb, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_ttoonbhtk) @@ -32998,7 +32959,7 @@ struct BurnDriver BurnDrvmd_ttoonbhtk = { // Tiny Toon Adventures - Buster's Hidden Treasure (USA) static struct BurnRomInfo md_ttoonbhtuRomDesc[] = { - { "tiny toon adventures - buster's hidden treasure (usa).bin", 0x080000, 0xa26d3ae0, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "tiny toon adventures - buster's hidden treasure (usa).bin", 0x080000, 0xa26d3ae0, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_ttoonbhtu) @@ -33016,7 +32977,7 @@ struct BurnDriver BurnDrvmd_ttoonbhtu = { // TNN Bass Tournament of Champions (USA) static struct BurnRomInfo md_tnnbassRomDesc[] = { - { "tnn bass tournament of champions (usa).bin", 0x100000, 0xc83ffa1b, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "tnn bass tournament of champions (usa).bin", 0x100000, 0xc83ffa1b, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_tnnbass) @@ -33034,7 +32995,7 @@ struct BurnDriver BurnDrvmd_tnnbass = { // TNN Outdoors Bass Tournament '96 (USA) static struct BurnRomInfo md_tnnoutRomDesc[] = { - { "tnn outdoors bass tournament '96 (usa).bin", 0x200000, 0x5c523c0b, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "tnn outdoors bass tournament '96 (usa).bin", 0x200000, 0x5c523c0b, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_tnnout) @@ -33052,7 +33013,7 @@ struct BurnDriver BurnDrvmd_tnnout = { // Todd's Adventures in Slime World (USA) static struct BurnRomInfo md_slimewRomDesc[] = { - { "todd's adventures in slime world (usa).bin", 0x080000, 0x652e8b7d, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "todd's adventures in slime world (usa).bin", 0x080000, 0x652e8b7d, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_slimew) @@ -33070,7 +33031,7 @@ struct BurnDriver BurnDrvmd_slimew = { // Slime World (Jpn) static struct BurnRomInfo md_slimewjRomDesc[] = { - { "slime world (jpn).bin", 0x080000, 0x7ff5529f, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "slime world (jpn).bin", 0x080000, 0x7ff5529f, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_slimewj) @@ -33088,7 +33049,7 @@ struct BurnDriver BurnDrvmd_slimewj = { // Toe Jam & Earl (World, Rev. A) static struct BurnRomInfo md_toejamRomDesc[] = { - { "mpr-14236a.bin", 0x100000, 0x7a588f4b, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-14236a.bin", 0x100000, 0x7a588f4b, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_toejam) @@ -33106,7 +33067,7 @@ struct BurnDriver BurnDrvmd_toejam = { // Toe Jam & Earl (World) static struct BurnRomInfo md_toejamaRomDesc[] = { - { "toe jam & earl (world).bin", 0x100000, 0xd1b36786, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "toe jam & earl (world).bin", 0x100000, 0xd1b36786, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_toejama) @@ -33124,7 +33085,7 @@ struct BurnDriver BurnDrvmd_toejama = { // Toe Jam & Earl in Panic on Funkotron (Euro) static struct BurnRomInfo md_toejam2RomDesc[] = { - { "mpr-16179.bin", 0x200000, 0x47b0a871, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-16179.bin", 0x200000, 0x47b0a871, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_toejam2) @@ -33142,7 +33103,7 @@ struct BurnDriver BurnDrvmd_toejam2 = { // Toe Jam & Earl in Panic auf Funkotron (Ger) static struct BurnRomInfo md_toejam2gRomDesc[] = { - { "toe jam & earl in panic auf funkotron (germany).bin", 0x200000, 0x4081b9f2, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "toe jam & earl in panic auf funkotron (germany).bin", 0x200000, 0x4081b9f2, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_toejam2g) @@ -33160,7 +33121,7 @@ struct BurnDriver BurnDrvmd_toejam2g = { // Toe Jam & Earl in Panic on Funkotron (Jpn) static struct BurnRomInfo md_toejam2jRomDesc[] = { - { "toe jam & earl in panic on funkotron (jpn).bin", 0x200000, 0xe1b36850, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "toe jam & earl in panic on funkotron (jpn).bin", 0x200000, 0xe1b36850, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_toejam2j) @@ -33178,7 +33139,7 @@ struct BurnDriver BurnDrvmd_toejam2j = { // Toe Jam & Earl in Panic on Funkotron (USA) static struct BurnRomInfo md_toejam2uRomDesc[] = { - { "toe jam & earl in panic on funkotron (usa).bin", 0x200000, 0xaa021bdd, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "toe jam & earl in panic on funkotron (usa).bin", 0x200000, 0xaa021bdd, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_toejam2u) @@ -33196,7 +33157,7 @@ struct BurnDriver BurnDrvmd_toejam2u = { // Toki - Going Ape Spit ~ JuJu Densetsu (World, Rev. A) static struct BurnRomInfo md_tokiRomDesc[] = { - { "mpr-14464a.bin", 0x080000, 0x7362c3f4, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-14464a.bin", 0x080000, 0x7362c3f4, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_toki) @@ -33214,7 +33175,7 @@ struct BurnDriver BurnDrvmd_toki = { // Toki - Going Ape Spit ~ JuJu Densetsu (World) static struct BurnRomInfo md_toki1RomDesc[] = { - { "toki - going ape spit -- juju densetsu (world).bin", 0x080000, 0xd09b1ef1, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "toki - going ape spit -- juju densetsu (world).bin", 0x080000, 0xd09b1ef1, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_toki1) @@ -33232,7 +33193,7 @@ struct BurnDriver BurnDrvmd_toki1 = { // Tom and Jerry - Frantic Antics (USA, 1993) static struct BurnRomInfo md_tomjerryRomDesc[] = { - { "tom and jerry - frantic antics (usa) (1993).bin", 0x100000, 0xb9992e1c, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "tom and jerry - frantic antics (usa) (1993).bin", 0x100000, 0xb9992e1c, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_tomjerry) @@ -33250,7 +33211,7 @@ struct BurnDriver BurnDrvmd_tomjerry = { // Tom and Jerry - Frantic Antics (USA, 1994) static struct BurnRomInfo md_tomjerry1RomDesc[] = { - { "tom and jerry - frantic antics (usa) (1994).bin", 0x100000, 0x3044460c, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "tom and jerry - frantic antics (usa) (1994).bin", 0x100000, 0x3044460c, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_tomjerry1) @@ -33268,7 +33229,7 @@ struct BurnDriver BurnDrvmd_tomjerry1 = { // Tony La Russa Baseball (USA, Oceania) static struct BurnRomInfo md_larussaRomDesc[] = { - { "tony la russa baseball (usa, aus).bin", 0x100000, 0x24629c78, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "tony la russa baseball (usa, aus).bin", 0x100000, 0x24629c78, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_larussa) @@ -33286,7 +33247,7 @@ struct BurnDriver BurnDrvmd_larussa = { // Top Gear 2 (USA) static struct BurnRomInfo md_topgear2RomDesc[] = { - { "top gear 2 (usa).bin", 0x100000, 0xbd3074d2, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "top gear 2 (usa).bin", 0x100000, 0xbd3074d2, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_topgear2) @@ -33304,7 +33265,7 @@ struct BurnDriver BurnDrvmd_topgear2 = { // Top Pro Golf (Jpn) static struct BurnRomInfo md_topgolfRomDesc[] = { - { "mpr-14853.bin", 0x100000, 0x62bad606, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-14853.bin", 0x100000, 0x62bad606, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_topgolf) @@ -33322,7 +33283,7 @@ struct BurnDriver BurnDrvmd_topgolf = { // Top Pro Golf 2 (Jpn) static struct BurnRomInfo md_topgolf2RomDesc[] = { - { "top pro golf 2 (jpn).bin", 0x100000, 0xb8ce98b3, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "top pro golf 2 (jpn).bin", 0x100000, 0xb8ce98b3, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_topgolf2) @@ -33340,7 +33301,7 @@ struct BurnDriver BurnDrvmd_topgolf2 = { // Total Football (Euro) static struct BurnRomInfo md_totlfootRomDesc[] = { - { "total football (euro).bin", 0x200000, 0x8360b66a, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "total football (euro).bin", 0x200000, 0x8360b66a, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_totlfoot) @@ -33358,7 +33319,7 @@ struct BurnDriver BurnDrvmd_totlfoot = { // Toughman Contest (Euro, USA) static struct BurnRomInfo md_toughmanRomDesc[] = { - { "toughman contest (euro, usa).bin", 0x400000, 0xe19fbc93, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "toughman contest (euro, usa).bin", 0x400000, 0xe19fbc93, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_toughman) @@ -33376,7 +33337,7 @@ struct BurnDriver BurnDrvmd_toughman = { // Toxic Crusaders (USA) static struct BurnRomInfo md_toxiccRomDesc[] = { - { "toxic crusaders (usa).bin", 0x080000, 0x11fd46ce, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "toxic crusaders (usa).bin", 0x080000, 0x11fd46ce, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_toxicc) @@ -33394,7 +33355,7 @@ struct BurnDriver BurnDrvmd_toxicc = { // Toy Story (Euro) static struct BurnRomInfo md_toystoryRomDesc[] = { - { "mpr-18848.bin", 0x400000, 0x8e89a9f3, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-18848.bin", 0x400000, 0x8e89a9f3, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_toystory) @@ -33412,7 +33373,7 @@ struct BurnDriver BurnDrvmd_toystory = { // Toy Story (USA) static struct BurnRomInfo md_toystoryuRomDesc[] = { - { "toy story (usa).bin", 0x400000, 0x829fe313, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "toy story (usa).bin", 0x400000, 0x829fe313, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_toystoryu) @@ -33430,7 +33391,7 @@ struct BurnDriver BurnDrvmd_toystoryu = { // Toys (USA) static struct BurnRomInfo md_toysRomDesc[] = { - { "mpr-15574.bin", 0x100000, 0xcbc9951b, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-15574.bin", 0x100000, 0xcbc9951b, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_toys) @@ -33448,7 +33409,7 @@ struct BurnDriver BurnDrvmd_toys = { // Trampoline Terror! (USA) static struct BurnRomInfo md_trampterRomDesc[] = { - { "trampoline terror! (usa).bin", 0x040000, 0xaabb349f, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "trampoline terror! (usa).bin", 0x040000, 0xaabb349f, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_trampter) @@ -33466,7 +33427,7 @@ struct BurnDriver BurnDrvmd_trampter = { // Traysia (USA) static struct BurnRomInfo md_traysiaRomDesc[] = { - { "traysia (usa).bin", 0x100000, 0x96184f4f, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "traysia (usa).bin", 0x100000, 0x96184f4f, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_traysia) @@ -33484,7 +33445,7 @@ struct BurnDriver BurnDrvmd_traysia = { // Minato no Traysia (Jpn) static struct BurnRomInfo md_traysiajRomDesc[] = { - { "minato no traysia (jpn).bin", 0x100000, 0xbd89fd09, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "minato no traysia (jpn).bin", 0x100000, 0xbd89fd09, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_traysiaj) @@ -33502,7 +33463,7 @@ struct BurnDriver BurnDrvmd_traysiaj = { // Triple Play '96 (USA) static struct BurnRomInfo md_tplay96RomDesc[] = { - { "triple play '96 (usa).bin", 0x400000, 0xf1748e91, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "triple play '96 (usa).bin", 0x400000, 0xf1748e91, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_tplay96) @@ -33520,7 +33481,7 @@ struct BurnDriver BurnDrvmd_tplay96 = { // Triple Play Gold (USA) static struct BurnRomInfo md_tplaygldRomDesc[] = { - { "triple play gold (usa).bin", 0x400000, 0xbbe69017, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "triple play gold (usa).bin", 0x400000, 0xbbe69017, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_tplaygld) @@ -33538,7 +33499,7 @@ struct BurnDriver BurnDrvmd_tplaygld = { // Triple Play Gold (USA, Alt) static struct BurnRomInfo md_tplaygldaRomDesc[] = { - { "triple play gold (usa) (alt).bin", 0x400000, 0xa89638a0, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "triple play gold (usa) (alt).bin", 0x400000, 0xa89638a0, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_tplayglda) @@ -33556,7 +33517,7 @@ struct BurnDriver BurnDrvmd_tplayglda = { // Trouble Shooter (USA) static struct BurnRomInfo md_troubshtRomDesc[] = { - { "trouble shooter (usa).bin", 0x080000, 0xbecfc39b, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "trouble shooter (usa).bin", 0x080000, 0xbecfc39b, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_troubsht) @@ -33574,7 +33535,7 @@ struct BurnDriver BurnDrvmd_troubsht = { // Battle Mania (Jpn) static struct BurnRomInfo md_btlmaniaRomDesc[] = { - { "battle mania (jpn).bin", 0x080000, 0xa76c4a29, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "battle mania (jpn).bin", 0x080000, 0xa76c4a29, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_btlmania) @@ -33592,7 +33553,7 @@ struct BurnDriver BurnDrvmd_btlmania = { // Troy Aikman NFL Football (USA) static struct BurnRomInfo md_troyaikRomDesc[] = { - { "troy aikman nfl football (usa).bin", 0x200000, 0x015f2713, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "troy aikman nfl football (usa).bin", 0x200000, 0x015f2713, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_troyaik) @@ -33610,7 +33571,7 @@ struct BurnDriver BurnDrvmd_troyaik = { // True Lies (World) static struct BurnRomInfo md_trueliesRomDesc[] = { - { "true lies (world).bin", 0x200000, 0x18c09468, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "true lies (world).bin", 0x200000, 0x18c09468, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_truelies) @@ -33628,7 +33589,7 @@ struct BurnDriver BurnDrvmd_truelies = { // Tun Shi Tian Di III (China, Simple Chinese) static struct BurnRomInfo md_tunshiRomDesc[] = { - { "tun shi tian di iii (chi) (simple chinese) (unl).bin", 0x200000, 0xea57b668, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "tun shi tian di iii (chi) (simple chinese) (unl).bin", 0x200000, 0xea57b668, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_tunshi) @@ -33646,7 +33607,7 @@ struct BurnDriver BurnDrvmd_tunshi = { // Tun Shi Tian Di III (Chi) static struct BurnRomInfo md_tunshi1RomDesc[] = { - { "tun shi tian di iii (chi) (unl).bin", 0x200000, 0xb23c4166, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "tun shi tian di iii (chi) (unl).bin", 0x200000, 0xb23c4166, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_tunshi1) @@ -33664,7 +33625,7 @@ struct BurnDriver BurnDrvmd_tunshi1 = { // Turbo OutRun (Euro, Jpn) static struct BurnRomInfo md_toutrunRomDesc[] = { - { "turbo outrun (euro, jpn).bin", 0x080000, 0x0c661369, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "turbo outrun (euro, jpn).bin", 0x080000, 0x0c661369, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_toutrun) @@ -33682,7 +33643,7 @@ struct BurnDriver BurnDrvmd_toutrun = { // Turrican (Euro, USA) static struct BurnRomInfo md_turricanRomDesc[] = { - { "turrican (euro, usa).bin", 0x080000, 0x634d67a6, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "turrican (euro, usa).bin", 0x080000, 0x634d67a6, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_turrican) @@ -33700,7 +33661,7 @@ struct BurnDriver BurnDrvmd_turrican = { // Twin Cobra (USA) static struct BurnRomInfo md_twincobrRomDesc[] = { - { "twin cobra (usa).bin", 0x0a0000, 0x2c708248, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "twin cobra (usa).bin", 0x0a0000, 0x2c708248, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_twincobr) @@ -33718,7 +33679,7 @@ struct BurnDriver BurnDrvmd_twincobr = { // Kyuukyoku Tiger (Jpn) static struct BurnRomInfo md_ktigerRomDesc[] = { - { "kyuukyoku tiger (jpn).bin", 0x0a0000, 0x61276d21, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "kyuukyoku tiger (jpn).bin", 0x0a0000, 0x61276d21, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_ktiger) @@ -33736,7 +33697,7 @@ struct BurnDriver BurnDrvmd_ktiger = { // Twinkle Tale (Jpn) static struct BurnRomInfo md_twinkletRomDesc[] = { - { "twinkle tale (jpn).bin", 0x100000, 0xd757f924, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "twinkle tale (jpn).bin", 0x100000, 0xd757f924, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_twinklet) @@ -33754,7 +33715,7 @@ struct BurnDriver BurnDrvmd_twinklet = { // Twin Hawk (Euro) ~ Daisenpuu (Jpn) static struct BurnRomInfo md_twinhawkRomDesc[] = { - { "twin hawk -- daisenpuu (euro, jpn).bin", 0x080000, 0xa2ec8c67, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "twin hawk -- daisenpuu (euro, jpn).bin", 0x080000, 0xa2ec8c67, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_twinhawk) @@ -33772,7 +33733,7 @@ struct BurnDriver BurnDrvmd_twinhawk = { // Two Crude Dudes (Euro) static struct BurnRomInfo md_twocrudeRomDesc[] = { - { "two crude dudes (euro).bin", 0x100000, 0xb6d90a10, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "two crude dudes (euro).bin", 0x100000, 0xb6d90a10, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_twocrude) @@ -33790,7 +33751,7 @@ struct BurnDriver BurnDrvmd_twocrude = { // Two Crude Dudes (USA) static struct BurnRomInfo md_twocrudeuRomDesc[] = { - { "two crude dudes (usa).bin", 0x100000, 0x721b5744, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "two crude dudes (usa).bin", 0x100000, 0x721b5744, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_twocrudeu) @@ -33808,7 +33769,7 @@ struct BurnDriver BurnDrvmd_twocrudeu = { // Crude Buster (Jpn) static struct BurnRomInfo md_crudebRomDesc[] = { - { "crude buster (jpn).bin", 0x100000, 0xaffb4b00, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "crude buster (jpn).bin", 0x100000, 0xaffb4b00, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_crudeb) @@ -33826,7 +33787,7 @@ struct BurnDriver BurnDrvmd_crudeb = { // Two Tribes - Populous II (Euro) static struct BurnRomInfo md_twotribeRomDesc[] = { - { "mpr-15652.bin", 0x100000, 0xee988bd9, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-15652.bin", 0x100000, 0xee988bd9, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_twotribe) @@ -33844,7 +33805,7 @@ struct BurnDriver BurnDrvmd_twotribe = { // Ultimate Mortal Kombat 3 (Euro) static struct BurnRomInfo md_umk3RomDesc[] = { - { "pal_ultimate_mk3.bin", 0x400000, 0xecfb5cb4, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "pal_ultimate_mk3.bin", 0x400000, 0xecfb5cb4, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_umk3) @@ -33862,7 +33823,7 @@ struct BurnDriver BurnDrvmd_umk3 = { // Ultimate Mortal Kombat 3 (USA) static struct BurnRomInfo md_umk3uRomDesc[] = { - { "ultimate mortal kombat 3 (usa).bin", 0x400000, 0x7290770d, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "ultimate mortal kombat 3 (usa).bin", 0x400000, 0x7290770d, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_umk3u) @@ -33880,7 +33841,7 @@ struct BurnDriver BurnDrvmd_umk3u = { // Ultimate Qix (USA) static struct BurnRomInfo md_ultqixRomDesc[] = { - { "ultimate qix (usa).bin", 0x040000, 0xd83369d9, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "ultimate qix (usa).bin", 0x040000, 0xd83369d9, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_ultqix) @@ -33898,7 +33859,7 @@ struct BurnDriver BurnDrvmd_ultqix = { // Volfied (Jpn) static struct BurnRomInfo md_volfiedRomDesc[] = { - { "volfied (jpn).bin", 0x040000, 0xb0c5e3f7, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "volfied (jpn).bin", 0x040000, 0xb0c5e3f7, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_volfied) @@ -33916,7 +33877,7 @@ struct BurnDriver BurnDrvmd_volfied = { // Ultimate Soccer (Euro) static struct BurnRomInfo md_ultsoccrRomDesc[] = { - { "mpr-15819.bin", 0x100000, 0x83db6e58, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-15819.bin", 0x100000, 0x83db6e58, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_ultsoccr) @@ -33934,7 +33895,7 @@ struct BurnDriver BurnDrvmd_ultsoccr = { // Ultraman (Jpn) static struct BurnRomInfo md_ultramanRomDesc[] = { - { "ultraman (jpn).bin", 0x080000, 0x83b4d5fb, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "ultraman (jpn).bin", 0x080000, 0x83b4d5fb, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_ultraman) @@ -33952,7 +33913,7 @@ struct BurnDriver BurnDrvmd_ultraman = { // Uncharted Waters (USA) static struct BurnRomInfo md_unchartdRomDesc[] = { - { "uncharted waters (usa).bin", 0x100000, 0x4edaec59, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "uncharted waters (usa).bin", 0x100000, 0x4edaec59, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_unchartd) @@ -33970,7 +33931,7 @@ struct BurnDriver BurnDrvmd_unchartd = { // Daikoukai Jidai (Jpn) static struct BurnRomInfo md_daikokaiRomDesc[] = { - { "daikoukai jidai (jpn).bin", 0x100000, 0x5a652458, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "daikoukai jidai (jpn).bin", 0x100000, 0x5a652458, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_daikokai) @@ -33988,7 +33949,7 @@ struct BurnDriver BurnDrvmd_daikokai = { // New Horizons (USA) static struct BurnRomInfo md_newhorizRomDesc[] = { - { "uncharted waters - new horizons (usa).bin", 0x200000, 0xead69824, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "uncharted waters - new horizons (usa).bin", 0x200000, 0xead69824, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_newhoriz) @@ -34006,7 +33967,7 @@ struct BurnDriver BurnDrvmd_newhoriz = { // Daikoukai Jidai II (Jpn) static struct BurnRomInfo md_daikok2RomDesc[] = { - { "daikoukai jidai ii (jpn).bin", 0x200000, 0xe040f0da, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "daikoukai jidai ii (jpn).bin", 0x200000, 0xe040f0da, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_daikok2) @@ -34024,7 +33985,7 @@ struct BurnDriver BurnDrvmd_daikok2 = { // Undead Line (Jpn) static struct BurnRomInfo md_undeadRomDesc[] = { - { "undead line (jpn).bin", 0x100000, 0xfb3ca1e6, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "undead line (jpn).bin", 0x100000, 0xfb3ca1e6, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_undead) @@ -34042,7 +34003,7 @@ struct BurnDriver BurnDrvmd_undead = { // Universal Soldier (Euro, USA) static struct BurnRomInfo md_univsoldRomDesc[] = { - { "universal soldier (euro, usa).bin", 0x100000, 0x352ebd49, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "universal soldier (euro, usa).bin", 0x100000, 0x352ebd49, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_univsold) @@ -34060,7 +34021,7 @@ struct BurnDriver BurnDrvmd_univsold = { // Unnecessary Roughness 95 (USA) static struct BurnRomInfo md_unnecessRomDesc[] = { - { "unnecessary roughness 95 (usa).bin", 0x200000, 0x9920e7b7, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "unnecessary roughness 95 (usa).bin", 0x200000, 0x9920e7b7, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_unnecess) @@ -34078,7 +34039,7 @@ struct BurnDriver BurnDrvmd_unnecess = { // Urban Strike (Euro, USA) static struct BurnRomInfo md_ustrikeRomDesc[] = { - { "urban strike (euro, usa).bin", 0x200000, 0xcf690a75, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "urban strike (euro, usa).bin", 0x200000, 0xcf690a75, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_ustrike) @@ -34096,7 +34057,7 @@ struct BurnDriver BurnDrvmd_ustrike = { // Uzu Keobukseon (Kor) static struct BurnRomInfo md_uzukeoRomDesc[] = { - { "uzu keobukseon (kor).bin", 0x080000, 0xa7255ba8, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "uzu keobukseon (kor).bin", 0x080000, 0xa7255ba8, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_uzukeo) @@ -34114,7 +34075,7 @@ struct BurnDriver BurnDrvmd_uzukeo = { // Valis (USA) static struct BurnRomInfo md_valisRomDesc[] = { - { "valis (usa).bin", 0x100000, 0x13bc5b72, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "valis (usa).bin", 0x100000, 0x13bc5b72, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_valis) @@ -34132,7 +34093,7 @@ struct BurnDriver BurnDrvmd_valis = { // Mugen Senshi Valis (Jpn) static struct BurnRomInfo md_valisjRomDesc[] = { - { "mugen senshi valis (jpn).bin", 0x100000, 0x24431625, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mugen senshi valis (jpn).bin", 0x100000, 0x24431625, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_valisj) @@ -34150,7 +34111,7 @@ struct BurnDriver BurnDrvmd_valisj = { // Valis III (USA) static struct BurnRomInfo md_valis3RomDesc[] = { - { "valis iii (usa).bin", 0x100000, 0x59a2a368, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "valis iii (usa).bin", 0x100000, 0x59a2a368, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_valis3) @@ -34168,7 +34129,7 @@ struct BurnDriver BurnDrvmd_valis3 = { // Valis III (Jpn, Rev. A) static struct BurnRomInfo md_valis3jRomDesc[] = { - { "valis iii (jpn) (rev a).bin", 0x100000, 0x4d49a166, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "valis iii (jpn) (rev a).bin", 0x100000, 0x4d49a166, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_valis3j) @@ -34186,7 +34147,7 @@ struct BurnDriver BurnDrvmd_valis3j = { // Vapor Trail (USA) static struct BurnRomInfo md_vaportrRomDesc[] = { - { "vapor trail (usa).bin", 0x100000, 0xc49e3a0a, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "vapor trail (usa).bin", 0x100000, 0xc49e3a0a, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_vaportr) @@ -34204,7 +34165,7 @@ struct BurnDriver BurnDrvmd_vaportr = { // Kuuga - Operation Code "Vapor Trail" (Jpn) static struct BurnRomInfo md_kuugaRomDesc[] = { - { "kuuga - operation code 'vapor trail' (jpn).bin", 0x100000, 0x83b6b6ba, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "kuuga - operation code 'vapor trail' (jpn).bin", 0x100000, 0x83b6b6ba, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_kuuga) @@ -34222,7 +34183,7 @@ struct BurnDriver BurnDrvmd_kuuga = { // Vectorman (Euro, USA) static struct BurnRomInfo md_vecmanRomDesc[] = { - { "vectorman (euro, usa).bin", 0x200000, 0xd38b3354, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "vectorman (euro, usa).bin", 0x200000, 0xd38b3354, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_vecman) @@ -34240,7 +34201,7 @@ struct BurnDriver BurnDrvmd_vecman = { // Vectorman (Prototype) static struct BurnRomInfo md_vecmanp1RomDesc[] = { - { "vectorman (beta).bin", 0x200000, 0xa315c8aa, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "vectorman (beta).bin", 0x200000, 0xa315c8aa, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_vecmanp1) @@ -34258,7 +34219,7 @@ struct BurnDriver BurnDrvmd_vecmanp1 = { // Vectorman (Prototype, Alt) static struct BurnRomInfo md_vecmanp2RomDesc[] = { - { "vectorman (beta) (alt).bin", 0x200000, 0x2084d3da, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "vectorman (beta) (alt).bin", 0x200000, 0x2084d3da, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_vecmanp2) @@ -34276,7 +34237,7 @@ struct BurnDriver BurnDrvmd_vecmanp2 = { // Vectorman (Prototype, 19950724) static struct BurnRomInfo md_vecmanp3RomDesc[] = { - { "vectorman (prototype - jul 24, 1995).bin", 0x200000, 0x0145738b, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "vectorman (prototype - jul 24, 1995).bin", 0x200000, 0x0145738b, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_vecmanp3) @@ -34294,7 +34255,7 @@ struct BurnDriver BurnDrvmd_vecmanp3 = { // Vectorman 2 (USA) static struct BurnRomInfo md_vecman2RomDesc[] = { - { "vectorman 2 (usa).bin", 0x300000, 0xc1a24088, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "vectorman 2 (usa).bin", 0x300000, 0xc1a24088, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_vecman2) @@ -34312,7 +34273,7 @@ struct BurnDriver BurnDrvmd_vecman2 = { // Vectorman 2 (Prototype) static struct BurnRomInfo md_vecman2p1RomDesc[] = { - { "vectorman 2 (beta).bin", 0x200000, 0xada2b0ef, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "vectorman 2 (beta).bin", 0x200000, 0xada2b0ef, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_vecman2p1) @@ -34330,7 +34291,7 @@ struct BurnDriver BurnDrvmd_vecman2p1 = { // Vectorman 2 (Prototype, 19960815) static struct BurnRomInfo md_vecman2p6RomDesc[] = { - { "vectorman 2 (prototype - aug 15, 1996).bin", 0x300000, 0x998b087c, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "vectorman 2 (prototype - aug 15, 1996).bin", 0x300000, 0x998b087c, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_vecman2p6) @@ -34348,7 +34309,7 @@ struct BurnDriver BurnDrvmd_vecman2p6 = { // Vectorman 2 (Prototype, 19960816) static struct BurnRomInfo md_vecman2p5RomDesc[] = { - { "vectorman 2 (prototype - aug 16, 1996).bin", 0x300000, 0x2986e5ce, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "vectorman 2 (prototype - aug 16, 1996).bin", 0x300000, 0x2986e5ce, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_vecman2p5) @@ -34366,7 +34327,7 @@ struct BurnDriver BurnDrvmd_vecman2p5 = { // Vectorman 2 (Prototype, 19960819) static struct BurnRomInfo md_vecman2p4RomDesc[] = { - { "vectorman 2 (prototype - aug 19, 1996).bin", 0x300000, 0x49efab7e, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "vectorman 2 (prototype - aug 19, 1996).bin", 0x300000, 0x49efab7e, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_vecman2p4) @@ -34384,7 +34345,7 @@ struct BurnDriver BurnDrvmd_vecman2p4 = { // Vectorman 2 (Prototype, 19960826) static struct BurnRomInfo md_vecman2p3RomDesc[] = { - { "vectorman 2 (prototype - aug 26, 1996).bin", 0x2a8e46, 0xeb8124c8, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "vectorman 2 (prototype - aug 26, 1996).bin", 0x2a8e46, 0xeb8124c8, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_vecman2p3) @@ -34402,7 +34363,7 @@ struct BurnDriver BurnDrvmd_vecman2p3 = { // Vectorman 2 (Prototype, 19960827) static struct BurnRomInfo md_vecman2p2RomDesc[] = { - { "vectorman 2 (prototype - aug 27, 1996).bin", 0x300000, 0x6333d89a, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "vectorman 2 (prototype - aug 27, 1996).bin", 0x300000, 0x6333d89a, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_vecman2p2) @@ -34420,7 +34381,7 @@ struct BurnDriver BurnDrvmd_vecman2p2 = { // Verytex (Jpn) static struct BurnRomInfo md_verytexRomDesc[] = { - { "verytex (jpn).bin", 0x080000, 0xbafc375f, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "verytex (jpn).bin", 0x080000, 0xbafc375f, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_verytex) @@ -34438,7 +34399,7 @@ struct BurnDriver BurnDrvmd_verytex = { // Viewpoint (USA) static struct BurnRomInfo md_viewpoinRomDesc[] = { - { "viewpoint (usa).bin", 0x200000, 0x59c71866, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "viewpoint (usa).bin", 0x200000, 0x59c71866, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_viewpoin) @@ -34456,7 +34417,7 @@ struct BurnDriver BurnDrvmd_viewpoin = { // Viewpoint (USA, Prototype) static struct BurnRomInfo md_viewpoinpRomDesc[] = { - { "viewpoint (usa) (beta).bin", 0x180000, 0xf2e69ce7, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "viewpoint (usa) (beta).bin", 0x180000, 0xf2e69ce7, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_viewpoinp) @@ -34474,7 +34435,7 @@ struct BurnDriver BurnDrvmd_viewpoinp = { // Virtua Fighter 2 - Genesis (Euro, USA) static struct BurnRomInfo md_vf2RomDesc[] = { - { "mpr-19107+mpr-19108.bin", 0x400000, 0x937380f3, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-19107+mpr-19108.bin", 0x400000, 0x937380f3, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_vf2) @@ -34492,7 +34453,7 @@ struct BurnDriver BurnDrvmd_vf2 = { // Virtua Fighter 2 - Genesis (Kor) static struct BurnRomInfo md_vf2kRomDesc[] = { - { "mpr-19369.bin", 0x400000, 0xa95d0949, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-19369.bin", 0x400000, 0xa95d0949, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_vf2k) @@ -34510,7 +34471,7 @@ struct BurnDriver BurnDrvmd_vf2k = { // Virtua Fighter 2 - Genesis (Prototype, 19960819) static struct BurnRomInfo md_vf2p5RomDesc[] = { - { "virtua fighter 2 (prototype - aug 19, 1996).bin", 0x400000, 0xc5ee3974, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "virtua fighter 2 (prototype - aug 19, 1996).bin", 0x400000, 0xc5ee3974, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_vf2p5) @@ -34528,7 +34489,7 @@ struct BurnDriver BurnDrvmd_vf2p5 = { // Virtua Fighter 2 - Genesis (Prototype, 19960830) static struct BurnRomInfo md_vf2p4RomDesc[] = { - { "virtua fighter 2 (prototype - aug 30, 1996).bin", 0x400000, 0x6a0f3a7b, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "virtua fighter 2 (prototype - aug 30, 1996).bin", 0x400000, 0x6a0f3a7b, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_vf2p4) @@ -34546,7 +34507,7 @@ struct BurnDriver BurnDrvmd_vf2p4 = { // Virtua Fighter 2 - Genesis (Prototype, 19960913) static struct BurnRomInfo md_vf2p3RomDesc[] = { - { "virtua fighter 2 (prototype - sep 13, 1996).bin", 0x400000, 0xfa5bad91, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "virtua fighter 2 (prototype - sep 13, 1996).bin", 0x400000, 0xfa5bad91, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_vf2p3) @@ -34564,7 +34525,7 @@ struct BurnDriver BurnDrvmd_vf2p3 = { // Virtua Fighter 2 - Genesis (Prototype, 19960920) static struct BurnRomInfo md_vf2p2RomDesc[] = { - { "virtua fighter 2 (prototype - sep 20, 1996).bin", 0x400000, 0xaf516dad, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "virtua fighter 2 (prototype - sep 20, 1996).bin", 0x400000, 0xaf516dad, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_vf2p2) @@ -34582,7 +34543,7 @@ struct BurnDriver BurnDrvmd_vf2p2 = { // Virtua Fighter 2 - Genesis (Prototype, 19960927) static struct BurnRomInfo md_vf2p1RomDesc[] = { - { "virtua fighter 2 (prototype - sep 27, 1996).bin", 0x400000, 0x95ab6ab6, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "virtua fighter 2 (prototype - sep 27, 1996).bin", 0x400000, 0x95ab6ab6, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_vf2p1) @@ -34600,7 +34561,7 @@ struct BurnDriver BurnDrvmd_vf2p1 = { // Virtua Fighter 2 vs Tekken 2 static struct BurnRomInfo md_vf2tekRomDesc[] = { - { "virtua fighter 2 vs tekken 2 (unl).bin", 0x200000, 0x2cdb499d, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "virtua fighter 2 vs tekken 2 (unl).bin", 0x200000, 0x2cdb499d, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_vf2tek) @@ -34618,7 +34579,7 @@ struct BurnDriver BurnDrvmd_vf2tek = { // Virtual Bart (World) static struct BurnRomInfo md_vbartRomDesc[] = { - { "virtual bart (world).bin", 0x200000, 0x8db9f378, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "virtual bart (world).bin", 0x200000, 0x8db9f378, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_vbart) @@ -34636,7 +34597,7 @@ struct BurnDriver BurnDrvmd_vbart = { // Virtual Pinball (Euro, USA) static struct BurnRomInfo md_vpinballRomDesc[] = { - { "virtual pinball (euro, usa).bin", 0x100000, 0xd63473aa, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "virtual pinball (euro, usa).bin", 0x100000, 0xd63473aa, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_vpinball) @@ -34654,7 +34615,7 @@ struct BurnDriver BurnDrvmd_vpinball = { // Vixen 357 (Jpn) static struct BurnRomInfo md_vixen357RomDesc[] = { - { "vixen 357 (jpn).bin", 0x100000, 0x3afa2d7b, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "vixen 357 (jpn).bin", 0x100000, 0x3afa2d7b, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_vixen357) @@ -34672,7 +34633,7 @@ struct BurnDriver BurnDrvmd_vixen357 = { // VR Troopers (Euro, USA) static struct BurnRomInfo md_vrtroopRomDesc[] = { - { "vr troopers (euro, usa).bin", 0x200000, 0x2f35516e, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "vr troopers (euro, usa).bin", 0x200000, 0x2f35516e, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_vrtroop) @@ -34690,7 +34651,7 @@ struct BurnDriver BurnDrvmd_vrtroop = { // Wacky Races (USA, Prototype) static struct BurnRomInfo md_wackyracRomDesc[] = { - { "wacky races (usa) (prototype).bin", 0x200000, 0x1b173f09, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "wacky races (usa) (prototype).bin", 0x200000, 0x1b173f09, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_wackyrac) @@ -34708,7 +34669,7 @@ struct BurnDriver BurnDrvmd_wackyrac = { // Wacky Worlds (USA) static struct BurnRomInfo md_wworldsRomDesc[] = { - { "wacky worlds (usa).bin", 0x100000, 0x8af4552d, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "wacky worlds (usa).bin", 0x100000, 0x8af4552d, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_wworlds) @@ -34726,7 +34687,7 @@ struct BurnDriver BurnDrvmd_wworlds = { // Wacky Worlds (Prototype, 19940808) static struct BurnRomInfo md_wworldsp3RomDesc[] = { - { "wacky worlds (prototype - aug 08, 1994).bin", 0x100000, 0x48d33ea0, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "wacky worlds (prototype - aug 08, 1994).bin", 0x100000, 0x48d33ea0, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_wworldsp3) @@ -34744,7 +34705,7 @@ struct BurnDriver BurnDrvmd_wworldsp3 = { // Wacky Worlds (Prototype, 19940817) static struct BurnRomInfo md_wworldsp2RomDesc[] = { - { "wacky worlds (prototype - aug 17, 1994).bin", 0x0fcbb0, 0x4615970b, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "wacky worlds (prototype - aug 17, 1994).bin", 0x0fcbb0, 0x4615970b, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_wworldsp2) @@ -34762,7 +34723,7 @@ struct BurnDriver BurnDrvmd_wworldsp2 = { // Wacky Worlds (Prototype, 19940819) static struct BurnRomInfo md_wworldsp1RomDesc[] = { - { "wacky worlds (prototype - aug 19, 1994).bin", 0x0fcb96, 0x7f286925, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "wacky worlds (prototype - aug 19, 1994).bin", 0x0fcb96, 0x7f286925, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_wworldsp1) @@ -34780,7 +34741,7 @@ struct BurnDriver BurnDrvmd_wworldsp1 = { // Wani Wani World (Jpn) static struct BurnRomInfo md_waniwaniRomDesc[] = { - { "wani wani world (jpn).bin", 0x080000, 0x56f0dbb2, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "wani wani world (jpn).bin", 0x080000, 0x56f0dbb2, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_waniwani) @@ -34798,7 +34759,7 @@ struct BurnDriver BurnDrvmd_waniwani = { // Wardner (USA) static struct BurnRomInfo md_wardnerRomDesc[] = { - { "wardner (usa).bin", 0x080000, 0x1e369ae2, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "wardner (usa).bin", 0x080000, 0x1e369ae2, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_wardner) @@ -34816,7 +34777,7 @@ struct BurnDriver BurnDrvmd_wardner = { // Wardner no Mori Special (Jpn) static struct BurnRomInfo md_wardnerjRomDesc[] = { - { "wardner no mori special (jpn).bin", 0x080000, 0x80f1035c, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "wardner no mori special (jpn).bin", 0x080000, 0x80f1035c, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_wardnerj) @@ -34834,7 +34795,7 @@ struct BurnDriver BurnDrvmd_wardnerj = { // Warlock (Euro, USA) static struct BurnRomInfo md_warlockRomDesc[] = { - { "warlock (euro, usa).bin", 0x200000, 0x0a46539b, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "warlock (euro, usa).bin", 0x200000, 0x0a46539b, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_warlock) @@ -34852,7 +34813,7 @@ struct BurnDriver BurnDrvmd_warlock = { // Warlock (USA, Prototype) static struct BurnRomInfo md_warlockpRomDesc[] = { - { "warlock (usa) (beta).bin", 0x200000, 0xc9b6edb3, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "warlock (usa) (beta).bin", 0x200000, 0xc9b6edb3, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_warlockp) @@ -34870,7 +34831,7 @@ struct BurnDriver BurnDrvmd_warlockp = { // Warpspeed (USA) static struct BurnRomInfo md_warpspedRomDesc[] = { - { "warpspeed (usa).bin", 0x200000, 0x143697ed, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "warpspeed (usa).bin", 0x200000, 0x143697ed, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_warpsped) @@ -34888,7 +34849,7 @@ struct BurnDriver BurnDrvmd_warpsped = { // Warrior of Rome (USA) static struct BurnRomInfo md_warriorRomDesc[] = { - { "warrior of rome (usa).bin", 0x100000, 0x5be10c6a, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "warrior of rome (usa).bin", 0x100000, 0x5be10c6a, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_warrior) @@ -34906,7 +34867,7 @@ struct BurnDriver BurnDrvmd_warrior = { // Caesar no Yabou (Jpn) static struct BurnRomInfo md_caesarRomDesc[] = { - { "caesar no yabou (jpn).bin", 0x100000, 0x69796e93, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "caesar no yabou (jpn).bin", 0x100000, 0x69796e93, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_caesar) @@ -34924,7 +34885,7 @@ struct BurnDriver BurnDrvmd_caesar = { // Warrior of Rome II (USA) static struct BurnRomInfo md_warrior2RomDesc[] = { - { "warrior of rome ii (usa).bin", 0x100000, 0xcd8c472a, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "warrior of rome ii (usa).bin", 0x100000, 0xcd8c472a, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_warrior2) @@ -34942,7 +34903,7 @@ struct BurnDriver BurnDrvmd_warrior2 = { // Caesar no Yabou II (Jpn) static struct BurnRomInfo md_caesar2RomDesc[] = { - { "caesar no yabou ii (jpn).bin", 0x100000, 0x4f327b3a, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "caesar no yabou ii (jpn).bin", 0x100000, 0x4f327b3a, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_caesar2) @@ -34960,7 +34921,7 @@ struct BurnDriver BurnDrvmd_caesar2 = { // Warsong (USA) static struct BurnRomInfo md_warsongRomDesc[] = { - { "warsong (usa).bin", 0x080000, 0x4b680285, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "warsong (usa).bin", 0x080000, 0x4b680285, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_warsong) @@ -34978,7 +34939,7 @@ struct BurnDriver BurnDrvmd_warsong = { // WaterWorld (Euro, Prototype) static struct BurnRomInfo md_waterwldRomDesc[] = { - { "waterworld (euro) (prototype).bin", 0x200000, 0x51c80498, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "waterworld (euro) (prototype).bin", 0x200000, 0x51c80498, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_waterwld) @@ -34996,7 +34957,7 @@ struct BurnDriver BurnDrvmd_waterwld = { // Wayne Gretzky and the NHLPA All-Stars (Euro, USA) static struct BurnRomInfo md_waynegRomDesc[] = { - { "wayne gretzky and the nhlpa all-stars (euro, usa).bin", 0x200000, 0xc2c13b81, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "wayne gretzky and the nhlpa all-stars (euro, usa).bin", 0x200000, 0xc2c13b81, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_wayneg) @@ -35014,7 +34975,7 @@ struct BurnDriver BurnDrvmd_wayneg = { // Wayne's World (USA) static struct BurnRomInfo md_waynewldRomDesc[] = { - { "wayne's world (usa).bin", 0x100000, 0xd2cf6ebe, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "wayne's world (usa).bin", 0x100000, 0xd2cf6ebe, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_waynewld) @@ -35032,7 +34993,7 @@ struct BurnDriver BurnDrvmd_waynewld = { // Weaponlord (USA) static struct BurnRomInfo md_weaponldRomDesc[] = { - { "weaponlord (usa).bin", 0x300000, 0xb9895365, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "weaponlord (usa).bin", 0x300000, 0xb9895365, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_weaponld) @@ -35050,7 +35011,7 @@ struct BurnDriver BurnDrvmd_weaponld = { // Wheel of Fortune (USA) static struct BurnRomInfo md_wheelforRomDesc[] = { - { "wheel of fortune (usa).bin", 0x080000, 0xc8d8efc3, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "wheel of fortune (usa).bin", 0x080000, 0xc8d8efc3, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_wheelfor) @@ -35068,7 +35029,7 @@ struct BurnDriver BurnDrvmd_wheelfor = { // Where in the World Is Carmen Sandiego? (Euro, USA) static struct BurnRomInfo md_carmnwldRomDesc[] = { - { "where in the world is carmen sandiego (euro, usa).bin", 0x100000, 0xeef372e8, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "where in the world is carmen sandiego (euro, usa).bin", 0x100000, 0xeef372e8, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_carmnwld) @@ -35086,7 +35047,7 @@ struct BurnDriver BurnDrvmd_carmnwld = { // Where in the World Is Carmen Sandiego? (Bra) static struct BurnRomInfo md_carmnwldbRomDesc[] = { - { "where in the world is carmen sandiego (bra).bin", 0x100000, 0x7d4450ad, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "where in the world is carmen sandiego (bra).bin", 0x100000, 0x7d4450ad, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_carmnwldb) @@ -35104,7 +35065,7 @@ struct BurnDriver BurnDrvmd_carmnwldb = { // Where in Time Is Carmen Sandiego? (Euro, USA) static struct BurnRomInfo md_carmntimRomDesc[] = { - { "where in time is carmen sandiego (euro, usa).bin", 0x100000, 0xea19d4a4, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "where in time is carmen sandiego (euro, usa).bin", 0x100000, 0xea19d4a4, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_carmntim) @@ -35122,7 +35083,7 @@ struct BurnDriver BurnDrvmd_carmntim = { // Where in Time Is Carmen Sandiego? (Bra) static struct BurnRomInfo md_carmntimbRomDesc[] = { - { "where in time is carmen sandiego (bra).bin", 0x100000, 0xd523b552, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "where in time is carmen sandiego (bra).bin", 0x100000, 0xd523b552, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_carmntimb) @@ -35140,7 +35101,7 @@ struct BurnDriver BurnDrvmd_carmntimb = { // Whip Rush (USA) static struct BurnRomInfo md_whiprushRomDesc[] = { - { "whip rush (usa).bin", 0x080000, 0x7eb6b86b, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "whip rush (usa).bin", 0x080000, 0x7eb6b86b, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_whiprush) @@ -35158,7 +35119,7 @@ struct BurnDriver BurnDrvmd_whiprush = { // Whip Rush - Wakusei Voltegas no Nazo (Jpn) static struct BurnRomInfo md_whiprushjRomDesc[] = { - { "whip rush - wakusei voltegas no nazo (jpn).bin", 0x080000, 0x8084b4d1, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "whip rush - wakusei voltegas no nazo (jpn).bin", 0x080000, 0x8084b4d1, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_whiprushj) @@ -35176,7 +35137,7 @@ struct BurnDriver BurnDrvmd_whiprushj = { // Wild Snake (USA, Prototype) static struct BurnRomInfo md_wildsnakRomDesc[] = { - { "wild snake (usa) (prototype).bin", 0x080000, 0x0c1a49e5, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "wild snake (usa) (prototype).bin", 0x080000, 0x0c1a49e5, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_wildsnak) @@ -35194,7 +35155,7 @@ struct BurnDriver BurnDrvmd_wildsnak = { // Williams Arcade's Greatest Hits (USA) static struct BurnRomInfo md_arcadeghuRomDesc[] = { - { "williams arcade's greatest hits (usa).bin", 0x080000, 0xd68e9c00, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "williams arcade's greatest hits (usa).bin", 0x080000, 0xd68e9c00, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_arcadeghu) @@ -35212,7 +35173,7 @@ struct BurnDriver BurnDrvmd_arcadeghu = { // Wimbledon Championship Tennis (Euro) static struct BurnRomInfo md_wimbledRomDesc[] = { - { "wimbledon championship tennis (euro).bin", 0x100000, 0xb791a435, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "wimbledon championship tennis (euro).bin", 0x100000, 0xb791a435, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_wimbled) @@ -35230,7 +35191,7 @@ struct BurnDriver BurnDrvmd_wimbled = { // Wimbledon Championship Tennis (Jpn) static struct BurnRomInfo md_wimbledjRomDesc[] = { - { "wimbledon championship tennis (jpn).bin", 0x100000, 0x3e0c9daf, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "wimbledon championship tennis (jpn).bin", 0x100000, 0x3e0c9daf, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_wimbledj) @@ -35248,7 +35209,7 @@ struct BurnDriver BurnDrvmd_wimbledj = { // Wimbledon Championship Tennis (USA) static struct BurnRomInfo md_wimbleduRomDesc[] = { - { "wimbledon championship tennis (usa).bin", 0x100000, 0xf9142aee, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "wimbledon championship tennis (usa).bin", 0x100000, 0xf9142aee, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_wimbledu) @@ -35266,7 +35227,7 @@ struct BurnDriver BurnDrvmd_wimbledu = { // Wimbledon Championship Tennis (USA, Prototype) static struct BurnRomInfo md_wimbledupRomDesc[] = { - { "wimbledon championship tennis (usa) (beta).bin", 0x100000, 0x9febc760, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "wimbledon championship tennis (usa) (beta).bin", 0x100000, 0x9febc760, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_wimbledup) @@ -35284,7 +35245,7 @@ struct BurnDriver BurnDrvmd_wimbledup = { // Winter Challenge (Euro, USA, Rev. 1) static struct BurnRomInfo md_wintchalRomDesc[] = { - { "acwcsg-1_(1-92).bin", 0x100000, 0xf57c7068, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "acwcsg-1_(1-92).bin", 0x100000, 0xf57c7068, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_wintchal) @@ -35302,7 +35263,7 @@ struct BurnDriver BurnDrvmd_wintchal = { // The Games: Winter Challenge (Euro, USA) static struct BurnRomInfo md_wintchal1RomDesc[] = { - { "acwcsg_(12-91).bin", 0x100000, 0xdbc3ed1c, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "acwcsg_(12-91).bin", 0x100000, 0xdbc3ed1c, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_wintchal1) @@ -35320,7 +35281,7 @@ struct BurnDriver BurnDrvmd_wintchal1 = { // Winter Challenge (Prototype) static struct BurnRomInfo md_wintchalpRomDesc[] = { - { "winter challenge (beta).bin", 0x100000, 0x60d2a8c4, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "winter challenge (beta).bin", 0x100000, 0x60d2a8c4, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_wintchalp) @@ -35338,7 +35299,7 @@ struct BurnDriver BurnDrvmd_wintchalp = { // Winter Olympics (Euro) static struct BurnRomInfo md_wintolRomDesc[] = { - { "winter olympics (euro).bin", 0x200000, 0xfa537a45, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "winter olympics (euro).bin", 0x200000, 0xfa537a45, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_wintol) @@ -35356,7 +35317,7 @@ struct BurnDriver BurnDrvmd_wintol = { // Winter Olympics (Jpn) static struct BurnRomInfo md_wintoljRomDesc[] = { - { "winter olympics (jpn).bin", 0x200000, 0x654a4684, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "winter olympics (jpn).bin", 0x200000, 0x654a4684, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_wintolj) @@ -35374,7 +35335,7 @@ struct BurnDriver BurnDrvmd_wintolj = { // Winter Olympic Games (USA) static struct BurnRomInfo md_wintoluRomDesc[] = { - { "winter olympic games (usa).bin", 0x200000, 0xc5834437, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "winter olympic games (usa).bin", 0x200000, 0xc5834437, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_wintolu) @@ -35392,7 +35353,7 @@ struct BurnDriver BurnDrvmd_wintolu = { // Wiz'n'Liz - The Frantic Wabbit Wescue (Euro) static struct BurnRomInfo md_wiznlizRomDesc[] = { - { "wiz'n'liz - the frantic wabbit wescue (euro).bin", 0x100000, 0xf09353b4, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "wiz'n'liz - the frantic wabbit wescue (euro).bin", 0x100000, 0xf09353b4, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_wiznliz) @@ -35410,7 +35371,7 @@ struct BurnDriver BurnDrvmd_wiznliz = { // Wiz'n'Liz (USA) static struct BurnRomInfo md_wiznlizuRomDesc[] = { - { "wiz'n'liz (usa).bin", 0x100000, 0xdf036b62, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "wiz'n'liz (usa).bin", 0x100000, 0xdf036b62, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_wiznlizu) @@ -35428,7 +35389,7 @@ struct BurnDriver BurnDrvmd_wiznlizu = { // Wolfchild (USA) static struct BurnRomInfo md_wolfchldRomDesc[] = { - { "wolfchild (usa).bin", 0x100000, 0xeb5b1cbf, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "wolfchild (usa).bin", 0x100000, 0xeb5b1cbf, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_wolfchld) @@ -35446,7 +35407,7 @@ struct BurnDriver BurnDrvmd_wolfchld = { // Wolverine - Adamantium Rage (Euro, USA) static struct BurnRomInfo md_wolverinRomDesc[] = { - { "wolverine - adamantium rage (euro, usa).bin", 0x200000, 0xd2437bb7, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "wolverine - adamantium rage (euro, usa).bin", 0x200000, 0xd2437bb7, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_wolverin) @@ -35464,7 +35425,7 @@ struct BurnDriver BurnDrvmd_wolverin = { // Wonder Boy III - Monster Lair (Euro) ~ Monster Lair (Jpn) static struct BurnRomInfo md_wboy3RomDesc[] = { - { "mpr-13619.bin", 0x080000, 0xc24bc5e4, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-13619.bin", 0x080000, 0xc24bc5e4, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_wboy3) @@ -35482,7 +35443,7 @@ struct BurnDriver BurnDrvmd_wboy3 = { // Wonder Boy in Monster World (Euro, USA) static struct BurnRomInfo md_wboymwRomDesc[] = { - { "mpr-14556.bin", 0x0c0000, 0x1592f5b0, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-14556.bin", 0x0c0000, 0x1592f5b0, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_wboymw) @@ -35500,7 +35461,7 @@ struct BurnDriver BurnDrvmd_wboymw = { // Wonder Boy V - Monster World III (Jpn, Kor) static struct BurnRomInfo md_wboy5RomDesc[] = { - { "wonder boy v - monster world iii (jpn, kor).bin", 0x0a0000, 0x45a50f96, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "wonder boy v - monster world iii (jpn, kor).bin", 0x0a0000, 0x45a50f96, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_wboy5) @@ -35518,7 +35479,7 @@ struct BurnDriver BurnDrvmd_wboy5 = { // Turma da Mônica na Terra dos Monstros (Bra) static struct BurnRomInfo md_turmamonRomDesc[] = { - { "turma da monica na terra dos monstros (bra).bin", 0x100000, 0xf8288de1, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "turma da monica na terra dos monstros (bra).bin", 0x100000, 0xf8288de1, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_turmamon) @@ -35536,7 +35497,7 @@ struct BurnDriver BurnDrvmd_turmamon = { // Wonder Library (Jpn) static struct BurnRomInfo md_wondlibRomDesc[] = { - { "wonder library (jpn).bin", 0x080000, 0x9350e754, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "wonder library (jpn).bin", 0x080000, 0x9350e754, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_wondlib) @@ -35554,7 +35515,7 @@ struct BurnDriver BurnDrvmd_wondlib = { // World Championship Soccer II (Euro) static struct BurnRomInfo md_wcs2RomDesc[] = { - { "world championship soccer ii (europe).bin", 0x100000, 0x6065774d, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "world championship soccer ii (europe).bin", 0x100000, 0x6065774d, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_wcs2) @@ -35572,7 +35533,7 @@ struct BurnDriver BurnDrvmd_wcs2 = { // World Championship Soccer II (USA) static struct BurnRomInfo md_wcs2uRomDesc[] = { - { "world championship soccer ii (usa).bin", 0x100000, 0xc1dd1c8e, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "world championship soccer ii (usa).bin", 0x100000, 0xc1dd1c8e, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_wcs2u) @@ -35590,7 +35551,7 @@ struct BurnDriver BurnDrvmd_wcs2u = { // World Championship Soccer II (Prototype, 19940223) static struct BurnRomInfo md_wcs2p17RomDesc[] = { - { "world championship soccer ii (prototype - feb 23, 1994).bin", 0x100000, 0xaab9e240, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "world championship soccer ii (prototype - feb 23, 1994).bin", 0x100000, 0xaab9e240, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_wcs2p17) @@ -35608,7 +35569,7 @@ struct BurnDriver BurnDrvmd_wcs2p17 = { // World Championship Soccer II (Prototype, 19940309) static struct BurnRomInfo md_wcs2p12RomDesc[] = { - { "world championship soccer ii (prototype - mar 09, 1994).bin", 0x100000, 0x71fa89cc, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "world championship soccer ii (prototype - mar 09, 1994).bin", 0x100000, 0x71fa89cc, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_wcs2p12) @@ -35626,7 +35587,7 @@ struct BurnDriver BurnDrvmd_wcs2p12 = { // World Championship Soccer II (Prototype, 19940323) static struct BurnRomInfo md_wcs2p08RomDesc[] = { - { "world championship soccer ii (prototype - mar 23, 1994).bin", 0x100000, 0x3852e514, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "world championship soccer ii (prototype - mar 23, 1994).bin", 0x100000, 0x3852e514, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_wcs2p08) @@ -35644,7 +35605,7 @@ struct BurnDriver BurnDrvmd_wcs2p08 = { // World Championship Soccer II (Prototype, 19940324) static struct BurnRomInfo md_wcs2p07RomDesc[] = { - { "world championship soccer ii (prototype - mar 24, 1994).bin", 0x100000, 0xa6d43b4a, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "world championship soccer ii (prototype - mar 24, 1994).bin", 0x100000, 0xa6d43b4a, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_wcs2p07) @@ -35662,7 +35623,7 @@ struct BurnDriver BurnDrvmd_wcs2p07 = { // World Championship Soccer II (Prototype, 19940325) static struct BurnRomInfo md_wcs2p06RomDesc[] = { - { "world championship soccer ii (prototype - mar 25, 1994).bin", 0x100000, 0x6b3624fb, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "world championship soccer ii (prototype - mar 25, 1994).bin", 0x100000, 0x6b3624fb, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_wcs2p06) @@ -35680,7 +35641,7 @@ struct BurnDriver BurnDrvmd_wcs2p06 = { // World Championship Soccer II (Prototype, 19940326) static struct BurnRomInfo md_wcs2p05RomDesc[] = { - { "world championship soccer ii (prototype - mar 26, 1994).bin", 0x100000, 0x1ad7ed9c, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "world championship soccer ii (prototype - mar 26, 1994).bin", 0x100000, 0x1ad7ed9c, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_wcs2p05) @@ -35698,7 +35659,7 @@ struct BurnDriver BurnDrvmd_wcs2p05 = { // World Championship Soccer II (Prototype, 19940327) static struct BurnRomInfo md_wcs2p04RomDesc[] = { - { "world championship soccer ii (prototype - mar 27, 1994).bin", 0x100000, 0x4e141509, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "world championship soccer ii (prototype - mar 27, 1994).bin", 0x100000, 0x4e141509, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_wcs2p04) @@ -35716,7 +35677,7 @@ struct BurnDriver BurnDrvmd_wcs2p04 = { // World Championship Soccer II (Prototype, 19940329-B) static struct BurnRomInfo md_wcs2p03RomDesc[] = { - { "world championship soccer ii (prototype - mar 29, 1994 - b).bin", 0x100000, 0xa6759340, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "world championship soccer ii (prototype - mar 29, 1994 - b).bin", 0x100000, 0xa6759340, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_wcs2p03) @@ -35734,7 +35695,7 @@ struct BurnDriver BurnDrvmd_wcs2p03 = { // World Championship Soccer II (Prototype, 19940329) static struct BurnRomInfo md_wcs2p02RomDesc[] = { - { "world championship soccer ii (prototype - mar 29, 1994).bin", 0x100000, 0x5f9c51f7, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "world championship soccer ii (prototype - mar 29, 1994).bin", 0x100000, 0x5f9c51f7, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_wcs2p02) @@ -35752,7 +35713,7 @@ struct BurnDriver BurnDrvmd_wcs2p02 = { // World Championship Soccer II (Prototype, 19940330) static struct BurnRomInfo md_wcs2p01RomDesc[] = { - { "world championship soccer ii (prototype - mar 30, 1994).bin", 0x100000, 0x8dd49c92, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "world championship soccer ii (prototype - mar 30, 1994).bin", 0x100000, 0x8dd49c92, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_wcs2p01) @@ -35770,7 +35731,7 @@ struct BurnDriver BurnDrvmd_wcs2p01 = { // World Championship Soccer II (Prototype G, 19940222) static struct BurnRomInfo md_wcs2p18RomDesc[] = { - { "world championship soccer ii (prototype g - feb 22, 1994).bin", 0x100000, 0x6fbfa14e, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "world championship soccer ii (prototype g - feb 22, 1994).bin", 0x100000, 0x6fbfa14e, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_wcs2p18) @@ -35788,7 +35749,7 @@ struct BurnDriver BurnDrvmd_wcs2p18 = { // World Championship Soccer II (Prototype J, 19940228) static struct BurnRomInfo md_wcs2p16RomDesc[] = { - { "world championship soccer ii (prototype j - feb 28, 1994).bin", 0x100000, 0xe210a74c, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "world championship soccer ii (prototype j - feb 28, 1994).bin", 0x100000, 0xe210a74c, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_wcs2p16) @@ -35806,7 +35767,7 @@ struct BurnDriver BurnDrvmd_wcs2p16 = { // World Championship Soccer II (Prototype N, 19940303) static struct BurnRomInfo md_wcs2p15RomDesc[] = { - { "world championship soccer ii (prototype n - mar 03, 1994).bin", 0x100000, 0x07b387a4, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "world championship soccer ii (prototype n - mar 03, 1994).bin", 0x100000, 0x07b387a4, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_wcs2p15) @@ -35824,7 +35785,7 @@ struct BurnDriver BurnDrvmd_wcs2p15 = { // World Championship Soccer II (Prototype O, 19940303) static struct BurnRomInfo md_wcs2p14RomDesc[] = { - { "world championship soccer ii (prototype o - mar 03, 1994).bin", 0x100000, 0x5a458d42, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "world championship soccer ii (prototype o - mar 03, 1994).bin", 0x100000, 0x5a458d42, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_wcs2p14) @@ -35842,7 +35803,7 @@ struct BurnDriver BurnDrvmd_wcs2p14 = { // World Championship Soccer II (Prototype P, 19940304) static struct BurnRomInfo md_wcs2p13RomDesc[] = { - { "world championship soccer ii (prototype p - mar 04, 1994).bin", 0x100000, 0x8fe9f6ef, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "world championship soccer ii (prototype p - mar 04, 1994).bin", 0x100000, 0x8fe9f6ef, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_wcs2p13) @@ -35860,7 +35821,7 @@ struct BurnDriver BurnDrvmd_wcs2p13 = { // World Championship Soccer II (Prototype R, 19940309) static struct BurnRomInfo md_wcs2p11RomDesc[] = { - { "world championship soccer ii (prototype r - mar 09, 1994).bin", 0x100000, 0x94625572, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "world championship soccer ii (prototype r - mar 09, 1994).bin", 0x100000, 0x94625572, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_wcs2p11) @@ -35878,7 +35839,7 @@ struct BurnDriver BurnDrvmd_wcs2p11 = { // World Championship Soccer II (Prototype U, 19940314) static struct BurnRomInfo md_wcs2p10RomDesc[] = { - { "world championship soccer ii (prototype u - mar 14, 1994).bin", 0x100000, 0x43ec107c, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "world championship soccer ii (prototype u - mar 14, 1994).bin", 0x100000, 0x43ec107c, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_wcs2p10) @@ -35896,7 +35857,7 @@ struct BurnDriver BurnDrvmd_wcs2p10 = { // World Championship Soccer II (Prototype Y, 19940318) static struct BurnRomInfo md_wcs2p09RomDesc[] = { - { "world championship soccer ii (prototype y - mar 18, 1994).bin", 0x100000, 0xf6735b61, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "world championship soccer ii (prototype y - mar 18, 1994).bin", 0x100000, 0xf6735b61, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_wcs2p09) @@ -35914,7 +35875,7 @@ struct BurnDriver BurnDrvmd_wcs2p09 = { // World Championship Soccer II (USA, Prototype) static struct BurnRomInfo md_wcs2upRomDesc[] = { - { "world championship soccer ii (usa) (beta).bin", 0x100000, 0xc1e21c1a, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "world championship soccer ii (usa) (beta).bin", 0x100000, 0xc1e21c1a, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_wcs2up) @@ -35932,7 +35893,7 @@ struct BurnDriver BurnDrvmd_wcs2up = { // World Class Leaderboard Golf (Euro) static struct BurnRomInfo md_wcleadRomDesc[] = { - { "mpr-15278.bin", 0x080000, 0xdaca01c3, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-15278.bin", 0x080000, 0xdaca01c3, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_wclead) @@ -35950,7 +35911,7 @@ struct BurnDriver BurnDrvmd_wclead = { // World Class Leaderboard Golf (USA) static struct BurnRomInfo md_wcleaduRomDesc[] = { - { "world class leaderboard golf (usa).bin", 0x080000, 0x53434bab, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "world class leaderboard golf (usa).bin", 0x080000, 0x53434bab, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_wcleadu) @@ -35968,7 +35929,7 @@ struct BurnDriver BurnDrvmd_wcleadu = { // World Cup Italia '90 (Euro) static struct BurnRomInfo md_wcup90RomDesc[] = { - { "mpr-13239.bin", 0x040000, 0xdd95f829, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-13239.bin", 0x040000, 0xdd95f829, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_wcup90) @@ -35986,7 +35947,7 @@ struct BurnDriver BurnDrvmd_wcup90 = { // World Championship Soccer (USA, Rev. B) ~ World Cup Soccer (Jpn, Rev. B) static struct BurnRomInfo md_wcsRomDesc[] = { - { "mpr-12607b.bin", 0x040000, 0xbf272bcb, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-12607b.bin", 0x040000, 0xbf272bcb, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_wcs) @@ -36004,7 +35965,7 @@ struct BurnDriver BurnDrvmd_wcs = { // World Championship Soccer (USA, v1.2) ~ World Cup Soccer (Jpn, v1.2) static struct BurnRomInfo md_wcsaRomDesc[] = { - { "world cup soccer -- world championship soccer (usa, jpn) (v1.2).bin", 0x040000, 0xbf84ede6, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "world cup soccer -- world championship soccer (usa, jpn) (v1.2).bin", 0x040000, 0xbf84ede6, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_wcsa) @@ -36022,7 +35983,7 @@ struct BurnDriver BurnDrvmd_wcsa = { // World Championship Soccer (USA) ~ World Cup Soccer (Jpn) static struct BurnRomInfo md_wcsbRomDesc[] = { - { "world cup soccer -- world championship soccer (usa, jpn).bin", 0x040000, 0xb01c3d70, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "world cup soccer -- world championship soccer (usa, jpn).bin", 0x040000, 0xb01c3d70, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_wcsb) @@ -36040,7 +36001,7 @@ struct BurnDriver BurnDrvmd_wcsb = { // World Cup USA 94 (Euro, USA, Kor) static struct BurnRomInfo md_wcup94RomDesc[] = { - { "world cup usa 94 (euro, usa, kor).bin", 0x100000, 0x0171b47f, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "world cup usa 94 (euro, usa, kor).bin", 0x100000, 0x0171b47f, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_wcup94) @@ -36058,7 +36019,7 @@ struct BurnDriver BurnDrvmd_wcup94 = { // World Heroes (USA) static struct BurnRomInfo md_whRomDesc[] = { - { "world heroes (usa).bin", 0x200000, 0x0f4d22ec, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "world heroes (usa).bin", 0x200000, 0x0f4d22ec, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_wh) @@ -36076,7 +36037,7 @@ struct BurnDriver BurnDrvmd_wh = { // World Heroes (Jpn) static struct BurnRomInfo md_whjRomDesc[] = { - { "world heroes (jpn).bin", 0x200000, 0x56e3ceff, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "world heroes (jpn).bin", 0x200000, 0x56e3ceff, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_whj) @@ -36094,7 +36055,7 @@ struct BurnDriver BurnDrvmd_whj = { // World Heroes (USA, Prototype, 19940331-B) static struct BurnRomInfo md_whp02RomDesc[] = { - { "world heroes (euro) (prototype - mar 31, 1994 - b).bin", 0x200000, 0xd210aa6e, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "world heroes (euro) (prototype - mar 31, 1994 - b).bin", 0x200000, 0xd210aa6e, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_whp02) @@ -36112,7 +36073,7 @@ struct BurnDriver BurnDrvmd_whp02 = { // World Heroes (USA, Prototype, 19940331) static struct BurnRomInfo md_whp01RomDesc[] = { - { "world heroes (euro) (prototype - mar 31, 1994).bin", 0x200000, 0x92e1bf14, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "world heroes (euro) (prototype - mar 31, 1994).bin", 0x200000, 0x92e1bf14, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_whp01) @@ -36130,7 +36091,7 @@ struct BurnDriver BurnDrvmd_whp01 = { // World Heroes (Jpn, Prototype, 19940408) static struct BurnRomInfo md_whjp4RomDesc[] = { - { "world heroes (jpn) (prototype - apr 08, 1994).bin", 0x200000, 0x2bea7215, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "world heroes (jpn) (prototype - apr 08, 1994).bin", 0x200000, 0x2bea7215, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_whjp4) @@ -36148,7 +36109,7 @@ struct BurnDriver BurnDrvmd_whjp4 = { // World Heroes (Jpn, Prototype, 19940415) static struct BurnRomInfo md_whjp3RomDesc[] = { - { "world heroes (jpn) (prototype - apr 15, 1994).bin", 0x200000, 0x6dec07b3, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "world heroes (jpn) (prototype - apr 15, 1994).bin", 0x200000, 0x6dec07b3, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_whjp3) @@ -36166,7 +36127,7 @@ struct BurnDriver BurnDrvmd_whjp3 = { // World Heroes (Jpn, Prototype, 19940420-B) static struct BurnRomInfo md_whjp2RomDesc[] = { - { "world heroes (jpn) (prototype - apr 20, 1994 - b).bin", 0x200000, 0xf5ffb191, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "world heroes (jpn) (prototype - apr 20, 1994 - b).bin", 0x200000, 0xf5ffb191, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_whjp2) @@ -36184,7 +36145,7 @@ struct BurnDriver BurnDrvmd_whjp2 = { // World Heroes (Jpn, Prototype, 19940420, broken - C05 missing) static struct BurnRomInfo md_whjp1RomDesc[] = { - { "world heroes (jpn) (prototype - apr 20, 1994) (broken - c05 missing).bin", 0x200000, 0xb43b518c, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "world heroes (jpn) (prototype - apr 20, 1994) (broken - c05 missing).bin", 0x200000, 0xb43b518c, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_whjp1) @@ -36202,7 +36163,7 @@ struct BurnDriver BurnDrvmd_whjp1 = { // World Heroes (Jpn, Prototype, 19940330) static struct BurnRomInfo md_whjp5RomDesc[] = { - { "world heroes (jpn) (prototype - mar 30, 1994).bin", 0x200000, 0x3f93181a, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "world heroes (jpn) (prototype - mar 30, 1994).bin", 0x200000, 0x3f93181a, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_whjp5) @@ -36220,7 +36181,7 @@ struct BurnDriver BurnDrvmd_whjp5 = { // World Heroes (USA, Prototype, 19940223) static struct BurnRomInfo md_whp13RomDesc[] = { - { "world heroes (usa) (prototype - feb 23, 1994).bin", 0x200000, 0xf5db477e, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "world heroes (usa) (prototype - feb 23, 1994).bin", 0x200000, 0xf5db477e, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_whp13) @@ -36238,7 +36199,7 @@ struct BurnDriver BurnDrvmd_whp13 = { // World Heroes (USA, Prototype, 19940303) static struct BurnRomInfo md_whp12RomDesc[] = { - { "world heroes (usa) (prototype - mar 03, 1994).bin", 0x200000, 0x24a63aef, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "world heroes (usa) (prototype - mar 03, 1994).bin", 0x200000, 0x24a63aef, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_whp12) @@ -36256,7 +36217,7 @@ struct BurnDriver BurnDrvmd_whp12 = { // World Heroes (USA, Prototype, 19940307) static struct BurnRomInfo md_whp11RomDesc[] = { - { "world heroes (usa) (prototype - mar 07, 1994).bin", 0x200000, 0x45c29350, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "world heroes (usa) (prototype - mar 07, 1994).bin", 0x200000, 0x45c29350, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_whp11) @@ -36274,7 +36235,7 @@ struct BurnDriver BurnDrvmd_whp11 = { // World Heroes (USA, Prototype, 19940309) static struct BurnRomInfo md_whp10RomDesc[] = { - { "world heroes (usa) (prototype - mar 09, 1994).bin", 0x200000, 0x2c7f9e64, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "world heroes (usa) (prototype - mar 09, 1994).bin", 0x200000, 0x2c7f9e64, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_whp10) @@ -36292,7 +36253,7 @@ struct BurnDriver BurnDrvmd_whp10 = { // World Heroes (USA, Prototype, 19940315) static struct BurnRomInfo md_whp09RomDesc[] = { - { "world heroes (usa) (prototype - mar 15, 1994).bin", 0x200000, 0x2c0b2f4f, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "world heroes (usa) (prototype - mar 15, 1994).bin", 0x200000, 0x2c0b2f4f, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_whp09) @@ -36310,7 +36271,7 @@ struct BurnDriver BurnDrvmd_whp09 = { // World Heroes (USA, Prototype, 19940316) static struct BurnRomInfo md_whp08RomDesc[] = { - { "world heroes (usa) (prototype - mar 16, 1994).bin", 0x200000, 0x19c74e2a, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "world heroes (usa) (prototype - mar 16, 1994).bin", 0x200000, 0x19c74e2a, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_whp08) @@ -36328,7 +36289,7 @@ struct BurnDriver BurnDrvmd_whp08 = { // World Heroes (USA, Prototype, 19940318) static struct BurnRomInfo md_whp07RomDesc[] = { - { "world heroes (usa) (prototype - mar 18, 1994).bin", 0x200000, 0x2bc2a6bb, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "world heroes (usa) (prototype - mar 18, 1994).bin", 0x200000, 0x2bc2a6bb, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_whp07) @@ -36346,7 +36307,7 @@ struct BurnDriver BurnDrvmd_whp07 = { // World Heroes (USA, Prototype, 19940322, broken - C07 missing) static struct BurnRomInfo md_whp06RomDesc[] = { - { "world heroes (usa) (prototype - mar 22, 1994) (broken - c07 missing).bin", 0x200000, 0x5c3c0931, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "world heroes (usa) (prototype - mar 22, 1994) (broken - c07 missing).bin", 0x200000, 0x5c3c0931, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_whp06) @@ -36364,7 +36325,7 @@ struct BurnDriver BurnDrvmd_whp06 = { // World Heroes (USA, Prototype, 19940323) static struct BurnRomInfo md_whp05RomDesc[] = { - { "world heroes (usa) (prototype - mar 23, 1994).bin", 0x200000, 0x587e6739, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "world heroes (usa) (prototype - mar 23, 1994).bin", 0x200000, 0x587e6739, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_whp05) @@ -36382,7 +36343,7 @@ struct BurnDriver BurnDrvmd_whp05 = { // World Heroes (USA, Prototype, 19940324) static struct BurnRomInfo md_whp04RomDesc[] = { - { "world heroes (usa) (prototype - mar 24, 1994).bin", 0x200000, 0x8a656942, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "world heroes (usa) (prototype - mar 24, 1994).bin", 0x200000, 0x8a656942, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_whp04) @@ -36400,7 +36361,7 @@ struct BurnDriver BurnDrvmd_whp04 = { // World Heroes (USA, Prototype, 19940330) static struct BurnRomInfo md_whp03RomDesc[] = { - { "world heroes (usa) (prototype - mar 30, 1994).bin", 0x200000, 0x50c797cb, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "world heroes (usa) (prototype - mar 30, 1994).bin", 0x200000, 0x50c797cb, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_whp03) @@ -36418,7 +36379,7 @@ struct BurnDriver BurnDrvmd_whp03 = { // World of Illusion Starring Mickey Mouse and Donald Duck (Euro) static struct BurnRomInfo md_worldillRomDesc[] = { - { "mpr-15271.bin", 0x100000, 0x121c6a49, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-15271.bin", 0x100000, 0x121c6a49, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_worldill) @@ -36436,7 +36397,7 @@ struct BurnDriver BurnDrvmd_worldill = { // World of Illusion - Fushigi na Magic Box (Jpn) static struct BurnRomInfo md_worldilljRomDesc[] = { - { "world of illusion - fushigi na magic box (jpn).bin", 0x100000, 0xcb9ee238, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "world of illusion - fushigi na magic box (jpn).bin", 0x100000, 0xcb9ee238, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_worldillj) @@ -36454,7 +36415,7 @@ struct BurnDriver BurnDrvmd_worldillj = { // World of Illusion - Fushigi na Magic Box (Jpn, Prototype) static struct BurnRomInfo md_worldilljpRomDesc[] = { - { "world of illusion - fushigi na magic box (jpn) (beta).bin", 0x100000, 0x577f680f, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "world of illusion - fushigi na magic box (jpn) (beta).bin", 0x100000, 0x577f680f, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_worldilljp) @@ -36472,7 +36433,7 @@ struct BurnDriver BurnDrvmd_worldilljp = { // World of Illusion Starring Mickey Mouse and Donald Duck (USA, Kor) static struct BurnRomInfo md_worldilluRomDesc[] = { - { "world of illusion starring mickey mouse and donald duck (usa, kor).bin", 0x100000, 0x921ebd1c, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "world of illusion starring mickey mouse and donald duck (usa, kor).bin", 0x100000, 0x921ebd1c, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_worldillu) @@ -36490,7 +36451,7 @@ struct BurnDriver BurnDrvmd_worldillu = { // World Series Baseball '95 (USA) static struct BurnRomInfo md_wsb95RomDesc[] = { - { "world series baseball '95 (usa).bin", 0x300000, 0x25130077, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "world series baseball '95 (usa).bin", 0x300000, 0x25130077, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_wsb95) @@ -36508,7 +36469,7 @@ struct BurnDriver BurnDrvmd_wsb95 = { // World Series Baseball '95 (USA, Prototype, 19941208) static struct BurnRomInfo md_wsb95p23RomDesc[] = { - { "world series baseball '95 (prototype - dec 08, 1994).bin", 0x300000, 0x8846b050, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "world series baseball '95 (prototype - dec 08, 1994).bin", 0x300000, 0x8846b050, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_wsb95p23) @@ -36526,7 +36487,7 @@ struct BurnDriver BurnDrvmd_wsb95p23 = { // World Series Baseball '95 (USA, Prototype, 19941214) static struct BurnRomInfo md_wsb95p22RomDesc[] = { - { "world series baseball '95 (prototype - dec 14, 1994).bin", 0x300000, 0x385be354, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "world series baseball '95 (prototype - dec 14, 1994).bin", 0x300000, 0x385be354, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_wsb95p22) @@ -36544,7 +36505,7 @@ struct BurnDriver BurnDrvmd_wsb95p22 = { // World Series Baseball '95 (USA, Prototype, 19941228-SB) static struct BurnRomInfo md_wsb95p21RomDesc[] = { - { "world series baseball '95 (prototype - dec 28, 1994 - sb).bin", 0x300000, 0x9e6dbc7c, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "world series baseball '95 (prototype - dec 28, 1994 - sb).bin", 0x300000, 0x9e6dbc7c, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_wsb95p21) @@ -36562,7 +36523,7 @@ struct BurnDriver BurnDrvmd_wsb95p21 = { // World Series Baseball '95 (USA, Prototype, 19950202) static struct BurnRomInfo md_wsb95p09RomDesc[] = { - { "world series baseball '95 (prototype - feb 02, 1995).bin", 0x300000, 0xa947fe5c, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "world series baseball '95 (prototype - feb 02, 1995).bin", 0x300000, 0xa947fe5c, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_wsb95p09) @@ -36580,7 +36541,7 @@ struct BurnDriver BurnDrvmd_wsb95p09 = { // World Series Baseball '95 (USA, Prototype, 19950203) static struct BurnRomInfo md_wsb95p08RomDesc[] = { - { "world series baseball '95 (prototype - feb 03, 1995).bin", 0x300000, 0x1f3754fc, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "world series baseball '95 (prototype - feb 03, 1995).bin", 0x300000, 0x1f3754fc, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_wsb95p08) @@ -36598,7 +36559,7 @@ struct BurnDriver BurnDrvmd_wsb95p08 = { // World Series Baseball '95 (USA, Prototype, 19950207) static struct BurnRomInfo md_wsb95p07RomDesc[] = { - { "world series baseball '95 (prototype - feb 07, 1995).bin", 0x300000, 0xe4056559, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "world series baseball '95 (prototype - feb 07, 1995).bin", 0x300000, 0xe4056559, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_wsb95p07) @@ -36616,7 +36577,7 @@ struct BurnDriver BurnDrvmd_wsb95p07 = { // World Series Baseball '95 (USA, Prototype, 19950209-B) static struct BurnRomInfo md_wsb95p06RomDesc[] = { - { "world series baseball '95 (prototype - feb 09, 1995 - b).bin", 0x300000, 0x33bb9eda, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "world series baseball '95 (prototype - feb 09, 1995 - b).bin", 0x300000, 0x33bb9eda, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_wsb95p06) @@ -36634,7 +36595,7 @@ struct BurnDriver BurnDrvmd_wsb95p06 = { // World Series Baseball '95 (USA, Prototype, 19950209) static struct BurnRomInfo md_wsb95p05RomDesc[] = { - { "world series baseball '95 (prototype - feb 09, 1995).bin", 0x300000, 0x83be98cf, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "world series baseball '95 (prototype - feb 09, 1995).bin", 0x300000, 0x83be98cf, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_wsb95p05) @@ -36652,7 +36613,7 @@ struct BurnDriver BurnDrvmd_wsb95p05 = { // World Series Baseball '95 (USA, Prototype, 19950211) static struct BurnRomInfo md_wsb95p04RomDesc[] = { - { "world series baseball '95 (prototype - feb 11, 1995).bin", 0x300000, 0xa0664fe9, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "world series baseball '95 (prototype - feb 11, 1995).bin", 0x300000, 0xa0664fe9, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_wsb95p04) @@ -36670,7 +36631,7 @@ struct BurnDriver BurnDrvmd_wsb95p04 = { // World Series Baseball '95 (USA, Prototype, 19950212) static struct BurnRomInfo md_wsb95p03RomDesc[] = { - { "world series baseball '95 (prototype - feb 12, 1995).bin", 0x300000, 0x45da8f18, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "world series baseball '95 (prototype - feb 12, 1995).bin", 0x300000, 0x45da8f18, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_wsb95p03) @@ -36688,7 +36649,7 @@ struct BurnDriver BurnDrvmd_wsb95p03 = { // World Series Baseball '95 (USA, Prototype, 19950213) static struct BurnRomInfo md_wsb95p02RomDesc[] = { - { "world series baseball '95 (prototype - feb 13, 1995).bin", 0x300000, 0x9f30ae30, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "world series baseball '95 (prototype - feb 13, 1995).bin", 0x300000, 0x9f30ae30, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_wsb95p02) @@ -36706,7 +36667,7 @@ struct BurnDriver BurnDrvmd_wsb95p02 = { // World Series Baseball '95 (USA, Prototype, 19950214) static struct BurnRomInfo md_wsb95p01RomDesc[] = { - { "world series baseball '95 (prototype - feb 14, 1995).bin", 0x300000, 0xf300a857, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "world series baseball '95 (prototype - feb 14, 1995).bin", 0x300000, 0xf300a857, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_wsb95p01) @@ -36724,7 +36685,7 @@ struct BurnDriver BurnDrvmd_wsb95p01 = { // World Series Baseball '95 (USA, Prototype, 19950101-TST) static struct BurnRomInfo md_wsb95p20RomDesc[] = { - { "world series baseball '95 (prototype - jan 01, 1995 - tst).bin", 0x300000, 0xc7574372, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "world series baseball '95 (prototype - jan 01, 1995 - tst).bin", 0x300000, 0xc7574372, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_wsb95p20) @@ -36742,7 +36703,7 @@ struct BurnDriver BurnDrvmd_wsb95p20 = { // World Series Baseball '95 (USA, Prototype, 19950103-TST) static struct BurnRomInfo md_wsb95p19RomDesc[] = { - { "world series baseball '95 (prototype - jan 03, 1995 - tst).bin", 0x300000, 0x498363f7, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "world series baseball '95 (prototype - jan 03, 1995 - tst).bin", 0x300000, 0x498363f7, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_wsb95p19) @@ -36760,7 +36721,7 @@ struct BurnDriver BurnDrvmd_wsb95p19 = { // World Series Baseball '95 (USA, Prototype, 19950105) static struct BurnRomInfo md_wsb95p18RomDesc[] = { - { "world series baseball '95 (prototype - jan 05, 1995).bin", 0x300000, 0x1820abfb, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "world series baseball '95 (prototype - jan 05, 1995).bin", 0x300000, 0x1820abfb, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_wsb95p18) @@ -36778,7 +36739,7 @@ struct BurnDriver BurnDrvmd_wsb95p18 = { // World Series Baseball '95 (USA, Prototype, 19950109-TST) static struct BurnRomInfo md_wsb95p17RomDesc[] = { - { "world series baseball '95 (prototype - jan 09, 1995 - tst).bin", 0x300000, 0x3de7cdbc, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "world series baseball '95 (prototype - jan 09, 1995 - tst).bin", 0x300000, 0x3de7cdbc, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_wsb95p17) @@ -36796,7 +36757,7 @@ struct BurnDriver BurnDrvmd_wsb95p17 = { // World Series Baseball '95 (USA, Prototype, 19950110) static struct BurnRomInfo md_wsb95p16RomDesc[] = { - { "world series baseball '95 (prototype - jan 10, 1995).bin", 0x300000, 0xac2772b0, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "world series baseball '95 (prototype - jan 10, 1995).bin", 0x300000, 0xac2772b0, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_wsb95p16) @@ -36814,7 +36775,7 @@ struct BurnDriver BurnDrvmd_wsb95p16 = { // World Series Baseball '95 (USA, Prototype, 19950114-RM) static struct BurnRomInfo md_wsb95p15RomDesc[] = { - { "world series baseball '95 (prototype - jan 14, 1995 - rm).bin", 0x301655, 0xf70b07cf, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "world series baseball '95 (prototype - jan 14, 1995 - rm).bin", 0x301655, 0xf70b07cf, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_wsb95p15) @@ -36832,7 +36793,7 @@ struct BurnDriver BurnDrvmd_wsb95p15 = { // World Series Baseball '95 (USA, Prototype, 19950116) static struct BurnRomInfo md_wsb95p14RomDesc[] = { - { "world series baseball '95 (prototype - jan 16, 1995).bin", 0x300000, 0xf0e22b21, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "world series baseball '95 (prototype - jan 16, 1995).bin", 0x300000, 0xf0e22b21, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_wsb95p14) @@ -36850,7 +36811,7 @@ struct BurnDriver BurnDrvmd_wsb95p14 = { // World Series Baseball '95 (USA, Prototype, 19950118-RM) static struct BurnRomInfo md_wsb95p13RomDesc[] = { - { "world series baseball '95 (prototype - jan 18, 1995 - rm).bin", 0x3023d3, 0x5ce70f8f, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "world series baseball '95 (prototype - jan 18, 1995 - rm).bin", 0x3023d3, 0x5ce70f8f, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_wsb95p13) @@ -36868,7 +36829,7 @@ struct BurnDriver BurnDrvmd_wsb95p13 = { // World Series Baseball '95 (USA, Prototype, 19950120) static struct BurnRomInfo md_wsb95p12RomDesc[] = { - { "world series baseball '95 (prototype - jan 20, 1995).bin", 0x300000, 0x16c15e46, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "world series baseball '95 (prototype - jan 20, 1995).bin", 0x300000, 0x16c15e46, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_wsb95p12) @@ -36886,7 +36847,7 @@ struct BurnDriver BurnDrvmd_wsb95p12 = { // World Series Baseball '95 (USA, Prototype, 19950125) static struct BurnRomInfo md_wsb95p11RomDesc[] = { - { "world series baseball '95 (prototype - jan 25, 1995).bin", 0x300000, 0xb45d9e33, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "world series baseball '95 (prototype - jan 25, 1995).bin", 0x300000, 0xb45d9e33, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_wsb95p11) @@ -36904,7 +36865,7 @@ struct BurnDriver BurnDrvmd_wsb95p11 = { // World Series Baseball '95 (USA, Prototype, 19950130) static struct BurnRomInfo md_wsb95p10RomDesc[] = { - { "world series baseball '95 (prototype - jan 30, 1995).bin", 0x300000, 0x6aa76a9d, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "world series baseball '95 (prototype - jan 30, 1995).bin", 0x300000, 0x6aa76a9d, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_wsb95p10) @@ -36922,7 +36883,7 @@ struct BurnDriver BurnDrvmd_wsb95p10 = { // World Series Baseball '96 (USA) static struct BurnRomInfo md_wsb96RomDesc[] = { - { "world series baseball '96 (usa).bin", 0x300000, 0x04ee8272, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "world series baseball '96 (usa).bin", 0x300000, 0x04ee8272, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_wsb96) @@ -36940,7 +36901,7 @@ struct BurnDriver BurnDrvmd_wsb96 = { // World Series Baseball '98 (USA) static struct BurnRomInfo md_wsb98RomDesc[] = { - { "world series baseball '98 (usa).bin", 0x300000, 0x05b1ab53, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "world series baseball '98 (usa).bin", 0x300000, 0x05b1ab53, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_wsb98) @@ -36958,7 +36919,7 @@ struct BurnDriver BurnDrvmd_wsb98 = { // World Series Baseball (USA) static struct BurnRomInfo md_wsbRomDesc[] = { - { "world series baseball (usa).bin", 0x200000, 0x57c1d5ec, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "world series baseball (usa).bin", 0x200000, 0x57c1d5ec, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_wsb) @@ -36976,7 +36937,7 @@ struct BurnDriver BurnDrvmd_wsb = { // World Series Baseball (USA, Prototype, 19931222) static struct BurnRomInfo md_wsbp09RomDesc[] = { - { "world series baseball (prototype - dec 22, 1993).bin", 0x1fc05d, 0x0dc0558d, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "world series baseball (prototype - dec 22, 1993).bin", 0x1fc05d, 0x0dc0558d, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_wsbp09) @@ -36994,7 +36955,7 @@ struct BurnDriver BurnDrvmd_wsbp09 = { // World Series Baseball (USA, Prototype, 19931226) static struct BurnRomInfo md_wsbp08RomDesc[] = { - { "world series baseball (prototype - dec 26, 1993).bin", 0x200000, 0x472e6a58, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "world series baseball (prototype - dec 26, 1993).bin", 0x200000, 0x472e6a58, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_wsbp08) @@ -37012,7 +36973,7 @@ struct BurnDriver BurnDrvmd_wsbp08 = { // World Series Baseball (USA, Prototype, 19931229) static struct BurnRomInfo md_wsbp07RomDesc[] = { - { "world series baseball (prototype - dec 29, 1993).bin", 0x200000, 0xed949936, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "world series baseball (prototype - dec 29, 1993).bin", 0x200000, 0xed949936, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_wsbp07) @@ -37030,7 +36991,7 @@ struct BurnDriver BurnDrvmd_wsbp07 = { // World Series Baseball (USA, Prototype, 19940218) static struct BurnRomInfo md_wsbp03RomDesc[] = { - { "world series baseball (prototype - feb 18, 1994).bin", 0x200000, 0x3cadfc50, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "world series baseball (prototype - feb 18, 1994).bin", 0x200000, 0x3cadfc50, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_wsbp03) @@ -37048,7 +37009,7 @@ struct BurnDriver BurnDrvmd_wsbp03 = { // World Series Baseball (USA, Prototype, 19940103) static struct BurnRomInfo md_wsbp06RomDesc[] = { - { "world series baseball (prototype - jan 03, 1994).bin", 0x200000, 0x4b53f035, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "world series baseball (prototype - jan 03, 1994).bin", 0x200000, 0x4b53f035, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_wsbp06) @@ -37066,7 +37027,7 @@ struct BurnDriver BurnDrvmd_wsbp06 = { // World Series Baseball (USA, Prototype, 19940106) static struct BurnRomInfo md_wsbp05RomDesc[] = { - { "world series baseball (prototype - jan 06, 1994).bin", 0x200000, 0xb07de2d3, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "world series baseball (prototype - jan 06, 1994).bin", 0x200000, 0xb07de2d3, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_wsbp05) @@ -37084,7 +37045,7 @@ struct BurnDriver BurnDrvmd_wsbp05 = { // World Series Baseball (USA, Prototype, 19940116) static struct BurnRomInfo md_wsbp04RomDesc[] = { - { "world series baseball (prototype - jan 16, 1994).bin", 0x200000, 0x5322133e, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "world series baseball (prototype - jan 16, 1994).bin", 0x200000, 0x5322133e, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_wsbp04) @@ -37102,7 +37063,7 @@ struct BurnDriver BurnDrvmd_wsbp04 = { // World Series Baseball (USA, Prototype, 19940304) static struct BurnRomInfo md_wsbp02RomDesc[] = { - { "world series baseball (prototype - mar 04, 1994).bin", 0x1feaa2, 0xedda44a5, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "world series baseball (prototype - mar 04, 1994).bin", 0x1feaa2, 0xedda44a5, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_wsbp02) @@ -37120,7 +37081,7 @@ struct BurnDriver BurnDrvmd_wsbp02 = { // World Series Baseball (USA, Prototype, 19940527) static struct BurnRomInfo md_wsbp01RomDesc[] = { - { "world series baseball (prototype - may 27, 1994).bin", 0x200000, 0xe473728a, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "world series baseball (prototype - may 27, 1994).bin", 0x200000, 0xe473728a, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_wsbp01) @@ -37138,7 +37099,7 @@ struct BurnDriver BurnDrvmd_wsbp01 = { // World Series Baseball (USA, Prototype, 19931001) static struct BurnRomInfo md_wsbp10RomDesc[] = { - { "world series baseball (prototype - oct 01, 1993).bin", 0x200000, 0x4f7ab92e, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "world series baseball (prototype - oct 01, 1993).bin", 0x200000, 0x4f7ab92e, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_wsbp10) @@ -37156,7 +37117,7 @@ struct BurnDriver BurnDrvmd_wsbp10 = { // Worms (Euro) static struct BurnRomInfo md_wormsRomDesc[] = { - { "worms (euro).bin", 0x200000, 0xb9a8b299, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "worms (euro).bin", 0x200000, 0xb9a8b299, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_worms) @@ -37174,7 +37135,7 @@ struct BurnDriver BurnDrvmd_worms = { // Worms (Euro, Prototype) static struct BurnRomInfo md_wormspRomDesc[] = { - { "worms (euro) (beta).bin", 0x200000, 0x1d191694, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "worms (euro) (beta).bin", 0x200000, 0x1d191694, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_wormsp) @@ -37192,7 +37153,7 @@ struct BurnDriver BurnDrvmd_wormsp = { // Wrestle War (Euro, Jpn) static struct BurnRomInfo md_wrestwarRomDesc[] = { - { "mpr-14025.bin", 0x080000, 0x2d162a85, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-14025.bin", 0x080000, 0x2d162a85, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_wrestwar) @@ -37210,7 +37171,7 @@ struct BurnDriver BurnDrvmd_wrestwar = { // Wrestle War (Jpn, Prototype) static struct BurnRomInfo md_wrestwarpRomDesc[] = { - { "wrestle war (jpn) (beta).bin", 0x080000, 0x1cdee87b, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "wrestle war (jpn) (beta).bin", 0x080000, 0x1cdee87b, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_wrestwarp) @@ -37228,7 +37189,7 @@ struct BurnDriver BurnDrvmd_wrestwarp = { // Wu Kong Wai Zhuan (Chi) static struct BurnRomInfo md_wukongRomDesc[] = { - { "wu kong wai zhuan (chi) (unl).bin", 0x200000, 0x880a916e, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "wu kong wai zhuan (chi) (unl).bin", 0x200000, 0x880a916e, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_wukong) @@ -37246,7 +37207,7 @@ struct BurnDriver BurnDrvmd_wukong = { // WWF Raw (World) static struct BurnRomInfo md_wwfrawRomDesc[] = { - { "wwf raw (world).bin", 0x300000, 0x4ef5d411, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "wwf raw (world).bin", 0x300000, 0x4ef5d411, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_wwfraw) @@ -37264,7 +37225,7 @@ struct BurnDriver BurnDrvmd_wwfraw = { // WWF Royal Rumble (World) static struct BurnRomInfo md_wwfroyalRomDesc[] = { - { "wwf royal rumble (world).bin", 0x200000, 0xb69dc53e, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "wwf royal rumble (world).bin", 0x200000, 0xb69dc53e, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_wwfroyal) @@ -37282,7 +37243,7 @@ struct BurnDriver BurnDrvmd_wwfroyal = { // WWF Super WrestleMania (Euro, USA) static struct BurnRomInfo md_wwfsupRomDesc[] = { - { "mpr-15215.bin", 0x100000, 0xb929d6c5, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-15215.bin", 0x100000, 0xb929d6c5, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_wwfsup) @@ -37300,7 +37261,7 @@ struct BurnDriver BurnDrvmd_wwfsup = { // WWF WrestleMania - The Arcade Game (Euro, USA) static struct BurnRomInfo md_wwfagRomDesc[] = { - { "9539d+9540d.bin", 0x400000, 0xa5d023f9, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "9539d+9540d.bin", 0x400000, 0xa5d023f9, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_wwfag) @@ -37318,7 +37279,7 @@ struct BurnDriver BurnDrvmd_wwfag = { // WWF WrestleMania - The Arcade Game (USA, Prototype) static struct BurnRomInfo md_wwfagpRomDesc[] = { - { "wwf wrestlemania - the arcade game (usa) (alpha).bin", 0x040000, 0x719d6155, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "wwf wrestlemania - the arcade game (usa) (alpha).bin", 0x040000, 0x719d6155, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_wwfagp) @@ -37336,7 +37297,7 @@ struct BurnDriver BurnDrvmd_wwfagp = { // X-Men (Euro) static struct BurnRomInfo md_xmenRomDesc[] = { - { "mpr-15505.bin", 0x100000, 0x0b78ca97, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-15505.bin", 0x100000, 0x0b78ca97, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_xmen) @@ -37354,7 +37315,7 @@ struct BurnDriver BurnDrvmd_xmen = { // X-Men (USA) static struct BurnRomInfo md_xmenuRomDesc[] = { - { "x-men (usa).bin", 0x100000, 0xf71b21b4, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "x-men (usa).bin", 0x100000, 0xf71b21b4, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_xmenu) @@ -37372,7 +37333,7 @@ struct BurnDriver BurnDrvmd_xmenu = { // X-Men 2 - Clone Wars (Euro, USA) static struct BurnRomInfo md_xmen2RomDesc[] = { - { "x-men 2 - clone wars (euro, usa).bin", 0x200000, 0x710bc628, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "x-men 2 - clone wars (euro, usa).bin", 0x200000, 0x710bc628, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_xmen2) @@ -37390,7 +37351,7 @@ struct BurnDriver BurnDrvmd_xmen2 = { // X-Men 2 - Clone Wars (Prototype, 19941202) static struct BurnRomInfo md_xmen2p12RomDesc[] = { - { "x-men 2 - clone wars (prototype - dec 02, 1994).bin", 0x1fbe22, 0x7ad7a4e9, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "x-men 2 - clone wars (prototype - dec 02, 1994).bin", 0x1fbe22, 0x7ad7a4e9, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_xmen2p12) @@ -37408,7 +37369,7 @@ struct BurnDriver BurnDrvmd_xmen2p12 = { // X-Men 2 - Clone Wars (Prototype, 19941203) static struct BurnRomInfo md_xmen2p11RomDesc[] = { - { "x-men 2 - clone wars (prototype - dec 03, 1994).bin", 0x200000, 0x669b939c, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "x-men 2 - clone wars (prototype - dec 03, 1994).bin", 0x200000, 0x669b939c, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_xmen2p11) @@ -37426,7 +37387,7 @@ struct BurnDriver BurnDrvmd_xmen2p11 = { // X-Men 2 - Clone Wars (Prototype, 19941206) static struct BurnRomInfo md_xmen2p10RomDesc[] = { - { "x-men 2 - clone wars (prototype - dec 06, 1994).bin", 0x200000, 0x5b1d0cf5, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "x-men 2 - clone wars (prototype - dec 06, 1994).bin", 0x200000, 0x5b1d0cf5, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_xmen2p10) @@ -37444,7 +37405,7 @@ struct BurnDriver BurnDrvmd_xmen2p10 = { // X-Men 2 - Clone Wars (Prototype, 19941207) static struct BurnRomInfo md_xmen2p09RomDesc[] = { - { "x-men 2 - clone wars (prototype - dec 07, 1994).bin", 0x200000, 0x246a30da, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "x-men 2 - clone wars (prototype - dec 07, 1994).bin", 0x200000, 0x246a30da, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_xmen2p09) @@ -37462,7 +37423,7 @@ struct BurnDriver BurnDrvmd_xmen2p09 = { // X-Men 2 - Clone Wars (Prototype, 19941208) static struct BurnRomInfo md_xmen2p08RomDesc[] = { - { "x-men 2 - clone wars (prototype - dec 08, 1994).bin", 0x1feedc, 0xc6d90b1c, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "x-men 2 - clone wars (prototype - dec 08, 1994).bin", 0x1feedc, 0xc6d90b1c, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_xmen2p08) @@ -37480,7 +37441,7 @@ struct BurnDriver BurnDrvmd_xmen2p08 = { // X-Men 2 - Clone Wars (Prototype, 19941209) static struct BurnRomInfo md_xmen2p07RomDesc[] = { - { "x-men 2 - clone wars (prototype - dec 09, 1994).bin", 0x200000, 0x28307b58, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "x-men 2 - clone wars (prototype - dec 09, 1994).bin", 0x200000, 0x28307b58, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_xmen2p07) @@ -37498,7 +37459,7 @@ struct BurnDriver BurnDrvmd_xmen2p07 = { // X-Men 2 - Clone Wars (Prototype, 19941210) static struct BurnRomInfo md_xmen2p06RomDesc[] = { - { "x-men 2 - clone wars (prototype - dec 10, 1994).bin", 0x1ffaf0, 0x73e2effe, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "x-men 2 - clone wars (prototype - dec 10, 1994).bin", 0x1ffaf0, 0x73e2effe, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_xmen2p06) @@ -37516,7 +37477,7 @@ struct BurnDriver BurnDrvmd_xmen2p06 = { // X-Men 2 - Clone Wars (Prototype, 19941211-A) static struct BurnRomInfo md_xmen2p05RomDesc[] = { - { "x-men 2 - clone wars (prototype - dec 11, 1994 - a).bin", 0x200000, 0x11415b86, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "x-men 2 - clone wars (prototype - dec 11, 1994 - a).bin", 0x200000, 0x11415b86, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_xmen2p05) @@ -37534,7 +37495,7 @@ struct BurnDriver BurnDrvmd_xmen2p05 = { // X-Men 2 - Clone Wars (Prototype, 19941211) static struct BurnRomInfo md_xmen2p04RomDesc[] = { - { "x-men 2 - clone wars (prototype - dec 11, 1994).bin", 0x200000, 0x51876259, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "x-men 2 - clone wars (prototype - dec 11, 1994).bin", 0x200000, 0x51876259, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_xmen2p04) @@ -37552,7 +37513,7 @@ struct BurnDriver BurnDrvmd_xmen2p04 = { // X-Men 2 - Clone Wars (Prototype, 19941214) static struct BurnRomInfo md_xmen2p03RomDesc[] = { - { "x-men 2 - clone wars (prototype - dec 14, 1994).bin", 0x200000, 0xcd662de6, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "x-men 2 - clone wars (prototype - dec 14, 1994).bin", 0x200000, 0xcd662de6, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_xmen2p03) @@ -37570,7 +37531,7 @@ struct BurnDriver BurnDrvmd_xmen2p03 = { // X-Men 2 - Clone Wars (Prototype, 19941215) static struct BurnRomInfo md_xmen2p02RomDesc[] = { - { "x-men 2 - clone wars (prototype - dec 15, 1994).bin", 0x1ffe54, 0xa5188e30, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "x-men 2 - clone wars (prototype - dec 15, 1994).bin", 0x1ffe54, 0xa5188e30, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_xmen2p02) @@ -37588,7 +37549,7 @@ struct BurnDriver BurnDrvmd_xmen2p02 = { // X-Men 2 - Clone Wars (Prototype, 19941216) static struct BurnRomInfo md_xmen2p01RomDesc[] = { - { "x-men 2 - clone wars (prototype - dec 16, 1994).bin", 0x200000, 0xe8c40972, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "x-men 2 - clone wars (prototype - dec 16, 1994).bin", 0x200000, 0xe8c40972, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_xmen2p01) @@ -37606,7 +37567,7 @@ struct BurnDriver BurnDrvmd_xmen2p01 = { // X-Men 2 - Clone Wars (Prototype, 19940506) static struct BurnRomInfo md_xmen2p19RomDesc[] = { - { "x-men 2 - clone wars (prototype - may 06, 1994).bin", 0x200000, 0xa720ebb4, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "x-men 2 - clone wars (prototype - may 06, 1994).bin", 0x200000, 0xa720ebb4, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_xmen2p19) @@ -37624,7 +37585,7 @@ struct BurnDriver BurnDrvmd_xmen2p19 = { // X-Men 2 - Clone Wars (Prototype, 19940510) static struct BurnRomInfo md_xmen2p18RomDesc[] = { - { "x-men 2 - clone wars (prototype - may 10, 1994).bin", 0x200000, 0x9b5dd185, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "x-men 2 - clone wars (prototype - may 10, 1994).bin", 0x200000, 0x9b5dd185, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_xmen2p18) @@ -37642,7 +37603,7 @@ struct BurnDriver BurnDrvmd_xmen2p18 = { // X-Men 2 - Clone Wars (Prototype, 19941117) static struct BurnRomInfo md_xmen2p16RomDesc[] = { - { "x-men 2 - clone wars (prototype - nov 17, 1994).bin", 0x200000, 0xd90cd0de, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "x-men 2 - clone wars (prototype - nov 17, 1994).bin", 0x200000, 0xd90cd0de, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_xmen2p16) @@ -37660,7 +37621,7 @@ struct BurnDriver BurnDrvmd_xmen2p16 = { // X-Men 2 - Clone Wars (Prototype, 19941123) static struct BurnRomInfo md_xmen2p15RomDesc[] = { - { "x-men 2 - clone wars (prototype - nov 23, 1994).bin", 0x200000, 0x4386a381, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "x-men 2 - clone wars (prototype - nov 23, 1994).bin", 0x200000, 0x4386a381, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_xmen2p15) @@ -37678,7 +37639,7 @@ struct BurnDriver BurnDrvmd_xmen2p15 = { // X-Men 2 - Clone Wars (Prototype, 19941128) static struct BurnRomInfo md_xmen2p14RomDesc[] = { - { "x-men 2 - clone wars (prototype - nov 28, 1994).bin", 0x200000, 0x70383a4d, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "x-men 2 - clone wars (prototype - nov 28, 1994).bin", 0x200000, 0x70383a4d, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_xmen2p14) @@ -37696,7 +37657,7 @@ struct BurnDriver BurnDrvmd_xmen2p14 = { // X-Men 2 - Clone Wars (Prototype, 19941130) static struct BurnRomInfo md_xmen2p13RomDesc[] = { - { "x-men 2 - clone wars (prototype - nov 30, 1994).bin", 0x200000, 0x331dae0a, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "x-men 2 - clone wars (prototype - nov 30, 1994).bin", 0x200000, 0x331dae0a, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_xmen2p13) @@ -37714,7 +37675,7 @@ struct BurnDriver BurnDrvmd_xmen2p13 = { // X-Men 2 - Clone Wars (Prototype, 19941018) static struct BurnRomInfo md_xmen2p17RomDesc[] = { - { "x-men 2 - clone wars (prototype - oct 18, 1994).bin", 0x200000, 0x52cff37d, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "x-men 2 - clone wars (prototype - oct 18, 1994).bin", 0x200000, 0x52cff37d, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_xmen2p17) @@ -37732,7 +37693,7 @@ struct BurnDriver BurnDrvmd_xmen2p17 = { // X-perts (USA) static struct BurnRomInfo md_xpertsRomDesc[] = { - { "x-perts (usa).bin", 0x400000, 0x57e8abfd, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "x-perts (usa).bin", 0x400000, 0x57e8abfd, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_xperts) @@ -37750,7 +37711,7 @@ struct BurnDriver BurnDrvmd_xperts = { // X-perts (Prototype) static struct BurnRomInfo md_xpertspRomDesc[] = { - { "x-perts (prototype).bin", 0x400000, 0x9d067249, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "x-perts (prototype).bin", 0x400000, 0x9d067249, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_xpertsp) @@ -37768,7 +37729,7 @@ struct BurnDriver BurnDrvmd_xpertsp = { // XDR - X Dazedly Ray (Jpn) static struct BurnRomInfo md_xdrRomDesc[] = { - { "xdr - x dazedly ray (jpn).bin", 0x080000, 0xab22d002, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "xdr - x dazedly ray (jpn).bin", 0x080000, 0xab22d002, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_xdr) @@ -37786,7 +37747,7 @@ struct BurnDriver BurnDrvmd_xdr = { // Xenon 2 - Megablast (Euro) static struct BurnRomInfo md_xenon2RomDesc[] = { - { "mpr-15064.bin", 0x080000, 0x59abe7f9, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-15064.bin", 0x080000, 0x59abe7f9, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_xenon2) @@ -37804,7 +37765,7 @@ struct BurnDriver BurnDrvmd_xenon2 = { // Xiao Monv - Magic Girl (Chi) static struct BurnRomInfo md_xiaomoRomDesc[] = { - { "xiao monv - magic girl (chi) (unl).bin", 0x080000, 0x8e49a92e, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "xiao monv - magic girl (chi) (unl).bin", 0x080000, 0x8e49a92e, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_xiaomo) @@ -37822,7 +37783,7 @@ struct BurnDriver BurnDrvmd_xiaomo = { // Xin Qi Gai Wang Zi (Chi, Alt) static struct BurnRomInfo md_xinqig1RomDesc[] = { - { "xin qi gai wang zi (chi) (alt) (unl).bin", 0x400000, 0xda5a4bfe, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "xin qi gai wang zi (chi) (alt) (unl).bin", 0x400000, 0xda5a4bfe, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_xinqig1) @@ -37840,7 +37801,7 @@ struct BurnDriver BurnDrvmd_xinqig1 = { // Xin Qi Gai Wang Zi (Chi) static struct BurnRomInfo md_xinqigRomDesc[] = { - { "xin qi gai wang zi (chi) (unl).bin", 0x400000, 0xdd2f38b5, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "xin qi gai wang zi (chi) (unl).bin", 0x400000, 0xdd2f38b5, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_xinqig) @@ -37858,7 +37819,7 @@ struct BurnDriver BurnDrvmd_xinqig = { // Ya Se Chuan Shuo (Chi) static struct BurnRomInfo md_yasechRomDesc[] = { - { "ya se chuan shuo (chi) (unl).bin", 0x200000, 0x095b9a15, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "ya se chuan shuo (chi) (unl).bin", 0x200000, 0x095b9a15, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_yasech) @@ -37876,7 +37837,7 @@ struct BurnDriver BurnDrvmd_yasech = { // Yang Jia Jiang - Yang Warrior Family (Chi) static struct BurnRomInfo md_yangjiRomDesc[] = { - { "yang jia jiang - yang warrior family (chi) (unl).bin", 0x200000, 0x6604a79e, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "yang jia jiang - yang warrior family (chi) (unl).bin", 0x200000, 0x6604a79e, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_yangji) @@ -37894,7 +37855,7 @@ struct BurnDriver BurnDrvmd_yangji = { // Yogi Bear's Cartoon Capers (Euro) static struct BurnRomInfo md_yogibearRomDesc[] = { - { "yogi bear's cartoon capers (euro).bin", 0x100000, 0x204f97d8, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "yogi bear's cartoon capers (euro).bin", 0x100000, 0x204f97d8, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_yogibear) @@ -37912,7 +37873,7 @@ struct BurnDriver BurnDrvmd_yogibear = { // The Young Indiana Jones Chronicles (USA, Prototype) static struct BurnRomInfo md_youngindRomDesc[] = { - { "young indiana jones chronicles, the (usa) (prototype).bin", 0x080000, 0x44f6be35, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "young indiana jones chronicles, the (usa) (prototype).bin", 0x080000, 0x44f6be35, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_youngind) @@ -37930,7 +37891,7 @@ struct BurnDriver BurnDrvmd_youngind = { // Ys III (USA) static struct BurnRomInfo md_ys3RomDesc[] = { - { "ys iii (usa).bin", 0x100000, 0xea27976e, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "ys iii (usa).bin", 0x100000, 0xea27976e, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_ys3) @@ -37948,7 +37909,7 @@ struct BurnDriver BurnDrvmd_ys3 = { // Ys - Wanderers from Ys (Jpn) static struct BurnRomInfo md_ys3jRomDesc[] = { - { "ys - wanderers from ys (jpn).bin", 0x100000, 0x52da4e76, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "ys - wanderers from ys (jpn).bin", 0x100000, 0x52da4e76, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_ys3j) @@ -37966,7 +37927,7 @@ struct BurnDriver BurnDrvmd_ys3j = { // Yu Yu Hakusho - Makyou Toitsusen (Jpn) static struct BurnRomInfo md_yuyumtRomDesc[] = { - { "yuu yuu hakusho - makyou toitsusen (jpn).bin", 0x300000, 0x71ceac6f, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "yuu yuu hakusho - makyou toitsusen (jpn).bin", 0x300000, 0x71ceac6f, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_yuyumt) @@ -37984,7 +37945,7 @@ struct BurnDriver BurnDrvmd_yuyumt = { // Yu Yu Hakusho - Sunset Fighters (Bra) static struct BurnRomInfo md_yuyusfRomDesc[] = { - { "yuu yuu hakusho - sunset fighters (bra).bin", 0x300000, 0xfe3fb8ee, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "yuu yuu hakusho - sunset fighters (bra).bin", 0x300000, 0xfe3fb8ee, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_yuyusf) @@ -38002,7 +37963,7 @@ struct BurnDriver BurnDrvmd_yuyusf = { // Yu Yu Hakusho Gaiden (Jpn) static struct BurnRomInfo md_yuyugRomDesc[] = { - { "yuu yuu hakusho gaiden (jpn).bin", 0x200000, 0x7dc98176, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "yuu yuu hakusho gaiden (jpn).bin", 0x200000, 0x7dc98176, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_yuyug) @@ -38020,7 +37981,7 @@ struct BurnDriver BurnDrvmd_yuyug = { // Zan Yasha Enbukyoku (Jpn) static struct BurnRomInfo md_zanyashaRomDesc[] = { - { "zan yasha enbukyoku (jpn).bin", 0x080000, 0x637fe8f3, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "zan yasha enbukyoku (jpn).bin", 0x080000, 0x637fe8f3, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_zanyasha) @@ -38038,7 +37999,7 @@ struct BurnDriver BurnDrvmd_zanyasha = { // Zany Golf (Euro, USA) static struct BurnRomInfo md_zanygolf1RomDesc[] = { - { "zany golf (euro, usa).bin", 0x080000, 0xed5d12ea, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "zany golf (euro, usa).bin", 0x080000, 0xed5d12ea, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_zanygolf1) @@ -38056,7 +38017,7 @@ struct BurnDriver BurnDrvmd_zanygolf1 = { // Zero the Kamikaze Squirrel (Euro) static struct BurnRomInfo md_zeroRomDesc[] = { - { "zero the kamikaze squirrel (euro).bin", 0x200000, 0x45ff0b4b, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "zero the kamikaze squirrel (euro).bin", 0x200000, 0x45ff0b4b, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_zero) @@ -38074,7 +38035,7 @@ struct BurnDriver BurnDrvmd_zero = { // Zero the Kamikaze Squirrel (USA) static struct BurnRomInfo md_zerouRomDesc[] = { - { "zero the kamikaze squirrel (usa).bin", 0x200000, 0x423968df, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "zero the kamikaze squirrel (usa).bin", 0x200000, 0x423968df, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_zerou) @@ -38092,7 +38053,7 @@ struct BurnDriver BurnDrvmd_zerou = { // Zero Wing (Euro) static struct BurnRomInfo md_zerowingRomDesc[] = { - { "mpr-14463.bin", 0x100000, 0x89b744a3, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-14463.bin", 0x100000, 0x89b744a3, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_zerowing) @@ -38110,7 +38071,7 @@ struct BurnDriver BurnDrvmd_zerowing = { // Zero Wing (Jpn) static struct BurnRomInfo md_zerowingjRomDesc[] = { - { "zero wing (jpn).bin", 0x100000, 0x7e203d2b, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "zero wing (jpn).bin", 0x100000, 0x7e203d2b, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_zerowingj) @@ -38128,7 +38089,7 @@ struct BurnDriver BurnDrvmd_zerowingj = { // Zhuo Gui Da Shi - Ghost Hunter (Chi) static struct BurnRomInfo md_zhuoguRomDesc[] = { - { "zhuo gui da shi - ghost hunter (chi) (unl).bin", 0x080000, 0x76c62a8b, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "zhuo gui da shi - ghost hunter (chi) (unl).bin", 0x080000, 0x76c62a8b, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_zhuogu) @@ -38146,7 +38107,7 @@ struct BurnDriver BurnDrvmd_zhuogu = { // Zombie High (USA, Prototype) static struct BurnRomInfo md_zombhighRomDesc[] = { - { "zombie high (usa) (prototype).bin", 0x0fa0ef, 0x7bea6194, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "zombie high (usa) (prototype).bin", 0x0fa0ef, 0x7bea6194, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_zombhigh) @@ -38164,7 +38125,7 @@ struct BurnDriver BurnDrvmd_zombhigh = { // Zombies (Euro) static struct BurnRomInfo md_zombiesRomDesc[] = { - { "zombies (euro).bin", 0x100000, 0x179a1aa2, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "zombies (euro).bin", 0x100000, 0x179a1aa2, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_zombies) @@ -38182,7 +38143,7 @@ struct BurnDriver BurnDrvmd_zombies = { // Zombies Ate My Neighbors (USA) static struct BurnRomInfo md_zombiesuRomDesc[] = { - { "zombies ate my neighbors (usa).bin", 0x100000, 0x2bf3626f, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "zombies ate my neighbors (usa).bin", 0x100000, 0x2bf3626f, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_zombiesu) @@ -38200,7 +38161,7 @@ struct BurnDriver BurnDrvmd_zombiesu = { // Zool (Euro) static struct BurnRomInfo md_zoolRomDesc[] = { - { "zool04.bin", 0x100000, 0x1ee58b03, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "zool04.bin", 0x100000, 0x1ee58b03, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_zool) @@ -38218,7 +38179,7 @@ struct BurnDriver BurnDrvmd_zool = { // Zool (USA) static struct BurnRomInfo md_zooluRomDesc[] = { - { "zool - ninja of the 'nth' dimension (usa).bin", 0x100000, 0xcb2939f1, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "zool - ninja of the 'nth' dimension (usa).bin", 0x100000, 0xcb2939f1, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_zoolu) @@ -38236,7 +38197,7 @@ struct BurnDriver BurnDrvmd_zoolu = { // Zoop (Euro) static struct BurnRomInfo md_zoopRomDesc[] = { - { "mpr-18564.bin", 0x080000, 0x2fdac6ab, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-18564.bin", 0x080000, 0x2fdac6ab, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_zoop) @@ -38254,7 +38215,7 @@ struct BurnDriver BurnDrvmd_zoop = { // Zoop (USA) static struct BurnRomInfo md_zoopuRomDesc[] = { - { "zoop (usa).bin", 0x080000, 0xa899befa, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "zoop (usa).bin", 0x080000, 0xa899befa, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_zoopu) @@ -38272,7 +38233,7 @@ struct BurnDriver BurnDrvmd_zoopu = { // Flux (Euro) static struct BurnRomInfo md_fluxRomDesc[] = { - { "flux (euro).bin", 0x040000, 0x2a1da08c, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "flux (euro).bin", 0x040000, 0x2a1da08c, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_flux) @@ -38290,7 +38251,7 @@ struct BurnDriver BurnDrvmd_flux = { // Mega Anser (Jpn) static struct BurnRomInfo md_meganserRomDesc[] = { - { "mega anser (jpn).bin", 0x080000, 0x08ece367, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mega anser (jpn).bin", 0x080000, 0x08ece367, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_meganser) @@ -38308,7 +38269,7 @@ struct BurnDriver BurnDrvmd_meganser = { // MegaNet (Bra) static struct BurnRomInfo md_meganetRomDesc[] = { - { "meganet (bra).bin", 0x040000, 0xfab33cc2, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "meganet (bra).bin", 0x040000, 0xfab33cc2, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_meganet) @@ -38326,7 +38287,7 @@ struct BurnDriver BurnDrvmd_meganet = { // Sega Channel (Scientific Atlanta) (USA) static struct BurnRomInfo md_segachnlRomDesc[] = { - { "sega channel (usa).bin", 0x040000, 0xbc79b6ed, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "sega channel (usa).bin", 0x040000, 0xbc79b6ed, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_segachnl) @@ -38344,7 +38305,7 @@ struct BurnDriver BurnDrvmd_segachnl = { // Sega Channel (General Instrument) (USA) static struct BurnRomInfo md_segachnlaRomDesc[] = { - { "sega channel (general instruments) (usa).bin", 0x080000, 0x5df93f11, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "sega channel (general instruments) (usa).bin", 0x080000, 0x5df93f11, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_segachnla) @@ -38362,7 +38323,7 @@ struct BurnDriver BurnDrvmd_segachnla = { // Sega Channel Demo (USA) static struct BurnRomInfo md_segachdRomDesc[] = { - { "sega channel demo (usa).bin", 0x080000, 0x2abae889, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "sega channel demo (usa).bin", 0x080000, 0x2abae889, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_segachd) @@ -38380,7 +38341,7 @@ struct BurnDriver BurnDrvmd_segachd = { // 12 in 1 static struct BurnRomInfo md_12in1RomDesc[] = { - { "12-in-1 (unl).bin", 0x200000, 0xa98bf454, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "12-in-1 (unl).bin", 0x200000, 0xa98bf454, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_12in1) @@ -38390,7 +38351,7 @@ struct BurnDriver BurnDrvmd_12in1 = { "md_12in1", NULL, NULL, NULL, "199?", "12 in 1\0", NULL, "", "Sega Megadrive", NULL, NULL, NULL, NULL, - BDF_GAME_WORKING | BDF_16BIT_ONLY, 2, HARDWARE_SEGA_MEGADRIVE | HARDWARE_SEGA_MEGADRIVE_PCB_12IN1, GBF_MISC, 0, + BDF_GAME_WORKING | BDF_16BIT_ONLY, 2, HARDWARE_SEGA_MEGADRIVE | HARDWARE_SEGA_MEGADRIVE_PCB_MC_12IN1, GBF_MISC, 0, MegadriveGetZipName, md_12in1RomInfo, md_12in1RomName, NULL, NULL, MegadriveInputInfo, MegadriveDIPInfo, MegadriveInit, MegadriveExit, MegadriveFrame, NULL, MegadriveScan, &bMegadriveRecalcPalette, 0x100, 320, 224, 4, 3 @@ -38398,7 +38359,7 @@ struct BurnDriver BurnDrvmd_12in1 = { // 4 in 1 (Pirate) static struct BurnRomInfo md_4in1pbRomDesc[] = { - { "4-in-1 (pirate).bin", 0x200000, 0xbe72857b, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "4-in-1 (pirate).bin", 0x200000, 0xbe72857b, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_4in1pb) @@ -38408,7 +38369,7 @@ struct BurnDriver BurnDrvmd_4in1pb = { "md_4in1pb", NULL, NULL, NULL, "199?", "4 in 1 (Pirate)\0", NULL, "", "Sega Megadrive", NULL, NULL, NULL, NULL, - BDF_GAME_WORKING | BDF_16BIT_ONLY, 2, HARDWARE_SEGA_MEGADRIVE | HARDWARE_SEGA_MEGADRIVE_PCB_12IN1, GBF_MISC, 0, + BDF_GAME_WORKING | BDF_16BIT_ONLY, 2, HARDWARE_SEGA_MEGADRIVE | HARDWARE_SEGA_MEGADRIVE_PCB_MC_12IN1, GBF_MISC, 0, MegadriveGetZipName, md_4in1pbRomInfo, md_4in1pbRomName, NULL, NULL, MegadriveInputInfo, MegadriveDIPInfo, MegadriveInit, MegadriveExit, MegadriveFrame, NULL, MegadriveScan, &bMegadriveRecalcPalette, 0x100, 320, 224, 4, 3 @@ -38416,7 +38377,7 @@ struct BurnDriver BurnDrvmd_4in1pb = { // A Bug's Life static struct BurnRomInfo md_bugslifeRomDesc[] = { - { "bug's life, a (unl).bin", 0x100000, 0x10458e09, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "bug's life, a (unl).bin", 0x100000, 0x10458e09, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_bugslife) @@ -38434,7 +38395,7 @@ struct BurnDriver BurnDrvmd_bugslife = { // A Bug's Life (Alt?) static struct BurnRomInfo md_bugslifeaRomDesc[] = { - { "bug's life (unl).bin", 0x100000, 0xed1c1a67, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "bug's life (unl).bin", 0x100000, 0xed1c1a67, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_bugslifea) @@ -38452,7 +38413,7 @@ struct BurnDriver BurnDrvmd_bugslifea = { // Chinese Fighter III (Chi) static struct BurnRomInfo md_chinf3RomDesc[] = { - { "chinese fighter iii (unl).bin", 0x200000, 0xe833bc6e, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "chinese fighter iii (unl).bin", 0x200000, 0xe833bc6e, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_chinf3) @@ -38470,7 +38431,7 @@ struct BurnDriver BurnDrvmd_chinf3 = { // The Earth Defense (USA) static struct BurnRomInfo md_earthdefRomDesc[] = { - { "earth defense (usa) (unl).bin", 0x080000, 0x3519c422, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "earth defense (usa) (unl).bin", 0x080000, 0x3519c422, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_earthdef) @@ -38488,7 +38449,7 @@ struct BurnDriver BurnDrvmd_earthdef = { // Funny World & Balloon Boy (USA) static struct BurnRomInfo md_funnywldRomDesc[] = { - { "funny world & balloon boy (usa) (unl).bin", 0x080000, 0xa82f05f0, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "funny world & balloon boy (usa) (unl).bin", 0x080000, 0xa82f05f0, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_funnywld) @@ -38504,9 +38465,9 @@ struct BurnDriver BurnDrvmd_funnywld = { &bMegadriveRecalcPalette, 0x100, 320, 224, 4, 3 }; -// Golden 10 in 1 +// Golden 10 in 1 (Incomplete Dump) static struct BurnRomInfo md_golden10RomDesc[] = { - { "golden 10-in-1 (bad dump).bin", 0x100000, 0x4fa3f82b, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "golden 10-in-1 (bad dump).bin", 0x100000, 0x4fa3f82b, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_golden10) @@ -38514,9 +38475,9 @@ STD_ROM_FN(md_golden10) struct BurnDriver BurnDrvmd_golden10 = { "md_golden10", NULL, NULL, NULL, "199?", - "Golden 10 in 1\0", NULL, "", "Sega Megadrive", + "Golden 10 in 1 (Incomplete Dump)\0", NULL, "", "Sega Megadrive", NULL, NULL, NULL, NULL, - BDF_GAME_WORKING | BDF_16BIT_ONLY, 2, HARDWARE_SEGA_MEGADRIVE | HARDWARE_SEGA_MEGADRIVE_PCB_12IN1, GBF_MISC, 0, + BDF_GAME_WORKING | BDF_16BIT_ONLY, 2, HARDWARE_SEGA_MEGADRIVE | HARDWARE_SEGA_MEGADRIVE_PCB_MC_12IN1, GBF_MISC, 0, MegadriveGetZipName, md_golden10RomInfo, md_golden10RomName, NULL, NULL, MegadriveInputInfo, MegadriveDIPInfo, MegadriveInit, MegadriveExit, MegadriveFrame, NULL, MegadriveScan, &bMegadriveRecalcPalette, 0x100, 320, 224, 4, 3 @@ -38524,7 +38485,7 @@ struct BurnDriver BurnDrvmd_golden10 = { // Hua Mu Lan - Mulan (Chi) static struct BurnRomInfo md_huamulRomDesc[] = { - { "hua mu lan - mulan (chi) (unl).bin", 0x200000, 0x796882b8, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "hua mu lan - mulan (chi) (unl).bin", 0x200000, 0x796882b8, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_huamul) @@ -38542,7 +38503,7 @@ struct BurnDriver BurnDrvmd_huamul = { // Huan Le Tao Qi Shu - Smart Mouse (Chi) static struct BurnRomInfo md_huanleRomDesc[] = { - { "huan le tao qi shu - smart mouse (chi) (unl).bin", 0x080000, 0xdecdf740, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "huan le tao qi shu - smart mouse (chi) (unl).bin", 0x080000, 0xdecdf740, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_huanle) @@ -38560,7 +38521,7 @@ struct BurnDriver BurnDrvmd_huanle = { // K.O.F 98' static struct BurnRomInfo md_kof98RomDesc[] = { - { "king of fighters '98, the (unl).bin", 0x200000, 0xcbc38eea, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "king of fighters '98, the (unl).bin", 0x200000, 0xcbc38eea, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_kof98) @@ -38578,7 +38539,7 @@ struct BurnDriver BurnDrvmd_kof98 = { // The King of Fighters '99 static struct BurnRomInfo md_kof99RomDesc[] = { - { "the king of fighters 99 (unl).bin", 0x300000, 0x54638c11, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "the king of fighters 99 (unl).bin", 0x300000, 0x54638c11, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_kof99) @@ -38596,7 +38557,7 @@ struct BurnDriver BurnDrvmd_kof99 = { // The King of Fighters '99 (Alt) static struct BurnRomInfo md_kof99aRomDesc[] = { - { "king of fighters 99 (unl).bin", 0x300000, 0xab82afbe, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "king of fighters 99 (unl).bin", 0x300000, 0xab82afbe, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_kof99a) @@ -38606,7 +38567,7 @@ struct BurnDriver BurnDrvmd_kof99a = { "md_kof99a", "md_kof99", NULL, NULL, "199?", "The King of Fighters '99 (Alt)\0", NULL, "", "Sega Megadrive", NULL, NULL, NULL, NULL, - BDF_GAME_WORKING | BDF_16BIT_ONLY | BDF_CLONE, 2, HARDWARE_SEGA_MEGADRIVE, GBF_MISC, 0, + BDF_GAME_WORKING | BDF_16BIT_ONLY | BDF_CLONE, 2, HARDWARE_SEGA_MEGADRIVE | HARDWARE_SEGA_MEGADRIVE_PCB_KOF99, GBF_MISC, 0, MegadriveGetZipName, md_kof99aRomInfo, md_kof99aRomName, NULL, NULL, MegadriveInputInfo, MegadriveDIPInfo, MegadriveInit, MegadriveExit, MegadriveFrame, NULL, MegadriveScan, &bMegadriveRecalcPalette, 0x100, 320, 224, 4, 3 @@ -38614,7 +38575,7 @@ struct BurnDriver BurnDrvmd_kof99a = { // Linghuan Daoshi Super Magician (Chi) static struct BurnRomInfo md_supmagicRomDesc[] = { - { "elf wor (chi) (unl).bin", 0x100000, 0xe24ac6b2, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "elf wor (chi) (unl).bin", 0x100000, 0xe24ac6b2, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_supmagic) @@ -38632,7 +38593,7 @@ struct BurnDriver BurnDrvmd_supmagic = { // Shi Zi Wang II - Lion King II static struct BurnRomInfo md_lionkin2RomDesc[] = { - { "shi zi wang ii - the lion king ii, the (chi) (unl).bin", 0x200000, 0xaff46765, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "shi zi wang ii - the lion king ii, the (chi) (unl).bin", 0x200000, 0xaff46765, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_lionkin2) @@ -38650,7 +38611,7 @@ struct BurnDriver BurnDrvmd_lionkin2 = { // Lion King 3 static struct BurnRomInfo md_lionkin3RomDesc[] = { - { "shi zi wang 3 - the lion king 3 (chi) (unl).bin", 0x200000, 0xc004219d, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "shi zi wang 3 - the lion king 3 (chi) (unl).bin", 0x200000, 0xc004219d, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 | SEGA_MD_ROM_RELOAD_200000_200000 }, }; STD_ROM_PICK(md_lionkin3) @@ -38668,7 +38629,7 @@ struct BurnDriver BurnDrvmd_lionkin3 = { // Ma Jiang Qing Ren - Ji Ma Jiang Zhi (Chi) static struct BurnRomInfo md_majianRomDesc[] = { - { "ma jiang qing ren - ji ma jiang zhi (chi) (unl).bin", 0x100000, 0xddd02ba4, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "ma jiang qing ren - ji ma jiang zhi (chi) (unl).bin", 0x100000, 0xddd02ba4, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_majian) @@ -38686,7 +38647,7 @@ struct BurnDriver BurnDrvmd_majian = { // Ma Jiang Qing Ren - Ji Ma Jiang Zhi (Chi, Alt) static struct BurnRomInfo md_majianaRomDesc[] = { - { "mahjong lover (unl).bin", 0x100000, 0xf6c2cff2, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mahjong lover (unl).bin", 0x100000, 0xf6c2cff2, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_majiana) @@ -38704,7 +38665,7 @@ struct BurnDriver BurnDrvmd_majiana = { // Pokemon Stadium static struct BurnRomInfo md_pokestadRomDesc[] = { - { "pokemon stadium (unl).bin", 0x200000, 0xfe187c5d, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "pokemon stadium (unl).bin", 0x200000, 0xfe187c5d, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_pokestad) @@ -38722,7 +38683,7 @@ struct BurnDriver BurnDrvmd_pokestad = { // Rockman X3 static struct BurnRomInfo md_rockmnx3RomDesc[] = { - { "rockman x3 (unl).bin", 0x200000, 0x3ee639f0, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "rockman x3 (unl).bin", 0x200000, 0x3ee639f0, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_rockmnx3) @@ -38740,7 +38701,7 @@ struct BurnDriver BurnDrvmd_rockmnx3 = { // Soul Blade static struct BurnRomInfo md_soulbladRomDesc[] = { - { "soul blade (unl).bin", 0x400000, 0xf26f88d1, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "soul blade (unl).bin", 0x400000, 0xf26f88d1, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_soulblad) @@ -38758,7 +38719,7 @@ struct BurnDriver BurnDrvmd_soulblad = { // Soul Blade (Alt) static struct BurnRomInfo md_soulbladaRomDesc[] = { - { "soul blade (unl)[p].bin", 0x300000, 0xdd1c7a79, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "soul blade (unl)[p].bin", 0x300000, 0xdd1c7a79, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_soulblada) @@ -38768,7 +38729,7 @@ struct BurnDriver BurnDrvmd_soulblada = { "md_soulblada", "md_soulblad", NULL, NULL, "199?", "Soul Blade (Alt)\0", NULL, "", "Sega Megadrive", NULL, NULL, NULL, NULL, - BDF_GAME_WORKING | BDF_16BIT_ONLY | BDF_CLONE, 2, HARDWARE_SEGA_MEGADRIVE | HARDWARE_SEGA_MEGADRIVE_PCB_SOULBLAD, GBF_MISC, 0, + BDF_GAME_WORKING | BDF_16BIT_ONLY | BDF_CLONE, 2, HARDWARE_SEGA_MEGADRIVE, GBF_MISC, 0, MegadriveGetZipName, md_soulbladaRomInfo, md_soulbladaRomName, NULL, NULL, MegadriveInputInfo, MegadriveDIPInfo, MegadriveInit, MegadriveExit, MegadriveFrame, NULL, MegadriveScan, &bMegadriveRecalcPalette, 0x100, 320, 224, 4, 3 @@ -38776,7 +38737,7 @@ struct BurnDriver BurnDrvmd_soulblada = { // Squirrel King (Chi) static struct BurnRomInfo md_squirrelRomDesc[] = { - { "squirrel king (chi) (unl).bin", 0x100000, 0xb8261ff5, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "squirrel king (chi) (unl).bin", 0x100000, 0xb8261ff5, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_squirrel) @@ -38794,7 +38755,7 @@ struct BurnDriver BurnDrvmd_squirrel = { // Super 15 in 1 (Pirate) static struct BurnRomInfo md_s15in1RomDesc[] = { - { "super 15-in-1 (pirate).bin", 0x200000, 0x6d17dfff, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "super 15-in-1 (pirate).bin", 0x200000, 0x6d17dfff, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_s15in1) @@ -38812,7 +38773,7 @@ struct BurnDriver BurnDrvmd_s15in1 = { // Super 19 in 1 (Pirate) static struct BurnRomInfo md_s19in1RomDesc[] = { - { "super 19-in-1 (pirate).bin", 0x400000, 0x0ad2b342, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "super 19-in-1 (pirate).bin", 0x400000, 0x0ad2b342, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_s19in1) @@ -38830,7 +38791,7 @@ struct BurnDriver BurnDrvmd_s19in1 = { // Super Bubble Bobble MD (Chi) static struct BurnRomInfo md_suprbublRomDesc[] = { - { "super bubble bobble (chi) (unl).bin", 0x100000, 0x4820a161, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "super bubble bobble (chi) (unl).bin", 0x100000, 0x4820a161, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_suprbubl) @@ -38848,7 +38809,7 @@ struct BurnDriver BurnDrvmd_suprbubl = { // Super Donkey Kong 99 (Protected) static struct BurnRomInfo md_sdkong99RomDesc[] = { - { "super donkey kong 99 (unl) (protected).bin", 0x300000, 0x43be4dd5, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "super donkey kong 99 (unl) (protected).bin", 0x300000, 0x43be4dd5, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 | SEGA_MD_ROM_RELOAD_100000_300000 }, }; STD_ROM_PICK(md_sdkong99) @@ -38866,7 +38827,7 @@ struct BurnDriver BurnDrvmd_sdkong99 = { // Super King Kong 99 static struct BurnRomInfo md_skkong99RomDesc[] = { - { "super king kong 99 (unl).bin", 0x200000, 0x413dfee2, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "super king kong 99 (unl).bin", 0x200000, 0x413dfee2, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 | SEGA_MD_ROM_RELOAD_200000_200000 }, }; STD_ROM_PICK(md_skkong99) @@ -38884,7 +38845,7 @@ struct BurnDriver BurnDrvmd_skkong99 = { // Super Mario 2 1998 static struct BurnRomInfo md_smario2RomDesc[] = { - { "super mario 2 1998 (unl).bin", 0x200000, 0xf7e1b3e1, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "super mario 2 1998 (unl).bin", 0x200000, 0xf7e1b3e1, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_smario2) @@ -38902,7 +38863,7 @@ struct BurnDriver BurnDrvmd_smario2 = { // Super Mario World ~ Super Mario Bros. (Pirate) static struct BurnRomInfo md_smbRomDesc[] = { - { "super mario bros. (unl).bin", 0x200000, 0x9cfa2bd8, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "super mario bros. (unl).bin", 0x200000, 0x9cfa2bd8, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_smb) @@ -38920,7 +38881,7 @@ struct BurnDriver BurnDrvmd_smb = { // The Battle of Red Cliffs - Romance of the Three Kingdoms static struct BurnRomInfo md_redcliffRomDesc[] = { - { "the battle of red cliffs - romance of the three kingdoms (unl).bin", 0x200005, 0x44463492, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "the battle of red cliffs - romance of the three kingdoms (unl).bin", 0x200005, 0x44463492, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_redcliff) @@ -38938,7 +38899,7 @@ struct BurnDriver BurnDrvmd_redcliff = { // The Battle of Red Cliffs - Romance of the Three Kingdoms (Hacked out Protection?) static struct BurnRomInfo md_redcliffaRomDesc[] = { - { "the battle of red cliffs (unl).bin", 0x200000, 0x63eca090, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "the battle of red cliffs (unl).bin", 0x200000, 0x63eca090, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_redcliffa) @@ -38956,7 +38917,7 @@ struct BurnDriver BurnDrvmd_redcliffa = { // Top Fighter 2000 MK VIII static struct BurnRomInfo md_topfightRomDesc[] = { - { "top fighter 2000 mk viii (unl).bin", 0x200000, 0xf75519dc, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "top fighter 2000 mk viii (unl).bin", 0x200000, 0xf75519dc, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_topfight) @@ -38974,7 +38935,7 @@ struct BurnDriver BurnDrvmd_topfight = { // Top Fighter 2005 static struct BurnRomInfo md_topf2k5RomDesc[] = { - { "top fighter 2005 (unl).bin", 0x200000, 0x174defe6, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "top fighter 2005 (unl).bin", 0x200000, 0x174defe6, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_topf2k5) @@ -38984,7 +38945,7 @@ struct BurnDriver BurnDrvmd_topf2k5 = { "md_topf2k5", NULL, NULL, NULL, "199?", "Top Fighter 2005\0", NULL, "", "Sega Megadrive", NULL, NULL, NULL, NULL, - BDF_GAME_WORKING | BDF_16BIT_ONLY, 2, HARDWARE_SEGA_MEGADRIVE | HARDWARE_SEGA_MEGADRIVE_PCB_TOPFIGHTER, GBF_MISC, 0, + BDF_GAME_WORKING | BDF_16BIT_ONLY, 2, HARDWARE_SEGA_MEGADRIVE, GBF_MISC, 0, MegadriveGetZipName, md_topf2k5RomInfo, md_topf2k5RomName, NULL, NULL, MegadriveInputInfo, MegadriveDIPInfo, MegadriveInit, MegadriveExit, MegadriveFrame, NULL, MegadriveScan, &bMegadriveRecalcPalette, 0x100, 320, 224, 4, 3 @@ -38992,7 +38953,7 @@ struct BurnDriver BurnDrvmd_topf2k5 = { // Whac-a-Critter (USA) static struct BurnRomInfo md_whacacriRomDesc[] = { - { "whac-a-critter (usa) (unl).bin", 0x080000, 0x1bdd02b8, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "whac-a-critter (usa) (unl).bin", 0x080000, 0x1bdd02b8, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_whacacri) @@ -39010,7 +38971,7 @@ struct BurnDriver BurnDrvmd_whacacri = { // Radica: Volume 1 (USA) static struct BurnRomInfo md_radicav1RomDesc[] = { - { "radicav1.bin", 0x400000, 0x3b4c8438, BRF_PRG | SEGA_MD_ROM_LOAD_NORMAL | SEGA_MD_ROM_OFFS_000000 }, + { "radicav1.bin", 0x400000, 0x3b4c8438, BRF_PRG | SEGA_MD_ROM_LOAD_NORMAL | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_radicav1) @@ -39028,7 +38989,7 @@ struct BurnDriver BurnDrvmd_radicav1 = { // Radica: Street Fighter Pack (Euro) static struct BurnRomInfo md_radicasfRomDesc[] = { - { "radicasf.bin", 0x400000, 0x868afb44, BRF_PRG | SEGA_MD_ROM_LOAD_NORMAL | SEGA_MD_ROM_OFFS_000000 }, + { "radicasf.bin", 0x400000, 0x868afb44, BRF_PRG | SEGA_MD_ROM_LOAD_NORMAL | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_radicasf) @@ -39044,9 +39005,9 @@ struct BurnDriver BurnDrvmd_radicasf = { &bMegadriveRecalcPalette, 0x100, 320, 224, 4, 3 }; -// Chinese Fighter III (Chi, Alt) +// Chinese Fighter III (Chi, Unprotected?) static struct BurnRomInfo md_chinf3aRomDesc[] = { - { "chinese fighter iii (unl, alt).bin", 0x200000, 0x6f98247d, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "chinese fighter iii (unl, alt).bin", 0x200000, 0x6f98247d, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_chinf3a) @@ -39054,7 +39015,7 @@ STD_ROM_FN(md_chinf3a) struct BurnDriver BurnDrvmd_chinf3a = { "md_chinf3a", "md_chinf3", NULL, NULL, "199?", - "Chinese Fighter III (Chi, Alt)\0", NULL, "", "Sega Megadrive", + "Chinese Fighter III (Chi, Unprotected?)\0", NULL, "", "Sega Megadrive", NULL, NULL, NULL, NULL, BDF_GAME_WORKING | BDF_16BIT_ONLY | BDF_CLONE, 2, HARDWARE_SEGA_MEGADRIVE, GBF_MISC, 0, MegadriveGetZipName, md_chinf3aRomInfo, md_chinf3aRomName, NULL, NULL, MegadriveInputInfo, MegadriveDIPInfo, @@ -39062,9 +39023,9 @@ struct BurnDriver BurnDrvmd_chinf3a = { &bMegadriveRecalcPalette, 0x100, 320, 224, 4, 3 }; -// The King of Fighters '98 (Pirate) +// K.O.F 98' (Unprotected?) static struct BurnRomInfo md_kof98aRomDesc[] = { - { "king of fighters '98, the (unl) (pirate).bin", 0x200000, 0xc79e1074, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "king of fighters '98, the (unl) (pirate).bin", 0x200000, 0xc79e1074, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_kof98a) @@ -39072,7 +39033,7 @@ STD_ROM_FN(md_kof98a) struct BurnDriver BurnDrvmd_kof98a = { "md_kof98a", "md_kof98", NULL, NULL, "199?", - "The King of Fighters '98 (Pirate)\0", NULL, "", "Sega Megadrive", + "K.O.F 98' (Unprotected?)\0", NULL, "", "Sega Megadrive", NULL, NULL, NULL, NULL, BDF_GAME_WORKING | BDF_16BIT_ONLY | BDF_CLONE, 2, HARDWARE_SEGA_MEGADRIVE, GBF_MISC, 0, MegadriveGetZipName, md_kof98aRomInfo, md_kof98aRomName, NULL, NULL, MegadriveInputInfo, MegadriveDIPInfo, @@ -39082,7 +39043,7 @@ struct BurnDriver BurnDrvmd_kof98a = { // Shi Zi Wang II - Lion King II (Pirate, Hacked?) static struct BurnRomInfo md_lionkin2aRomDesc[] = { - { "shi zi wang ii - the lion king ii, the (chi) (unl) (pirate).bin", 0x200000, 0x721b4981, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "shi zi wang ii - the lion king ii, the (chi) (unl) (pirate).bin", 0x200000, 0x721b4981, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_lionkin2a) @@ -39100,7 +39061,7 @@ struct BurnDriver BurnDrvmd_lionkin2a = { // Super Donkey Kong 99 (Unprotected) static struct BurnRomInfo md_sdkong99aRomDesc[] = { - { "super donkey kong 99 (unl).bin", 0x200000, 0x8e7d9177, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "super donkey kong 99 (unl).bin", 0x200000, 0x8e7d9177, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_sdkong99a) @@ -39118,7 +39079,7 @@ struct BurnDriver BurnDrvmd_sdkong99a = { // Bomboy (Tw) static struct BurnRomInfo md_bomboyRomDesc[] = { - { "bomboy (unl).bin", 0x080000, 0x065d2019, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "bomboy (unl).bin", 0x080000, 0x065d2019, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_bomboy) @@ -39136,7 +39097,7 @@ struct BurnDriver BurnDrvmd_bomboy = { // Truco '96 (Arg) static struct BurnRomInfo md_truco96RomDesc[] = { - { "truco96.bin", 0x100000, 0xcddbecfc, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "truco96.bin", 0x100000, 0xcddbecfc, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_truco96) @@ -39154,7 +39115,7 @@ struct BurnDriver BurnDrvmd_truco96 = { // TC 2000 (Arg) static struct BurnRomInfo md_tc2000RomDesc[] = { - { "tc2000.bin", 0x100000, 0xcef91bdb, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "tc2000.bin", 0x100000, 0xcef91bdb, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_tc2000) @@ -39172,7 +39133,7 @@ struct BurnDriver BurnDrvmd_tc2000 = { // Unknown Game 2 (Rockman-related?) static struct BurnRomInfo md_unknown2RomDesc[] = { - { "xxx3.bin", 0x200000, 0x188da9f0, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "xxx3.bin", 0x200000, 0x188da9f0, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_unknown2) @@ -39190,7 +39151,7 @@ struct BurnDriver BurnDrvmd_unknown2 = { // Ultimate Soccer (Euro, Prototype) static struct BurnRomInfo md_ultsoccrpRomDesc[] = { - { "world soccer (prototype).bin", 0x100000, 0x9d451f72, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "world soccer (prototype).bin", 0x100000, 0x9d451f72, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_ultsoccrp) @@ -39208,7 +39169,7 @@ struct BurnDriver BurnDrvmd_ultsoccrp = { // Duke Nukem 3D (Pirate) static struct BurnRomInfo md_dukenk3daRomDesc[] = { - { "duke_nukem_3d.bin", 0x200000, 0x13e93c0d, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "duke_nukem_3d.bin", 0x200000, 0x13e93c0d, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_dukenk3da) @@ -39226,7 +39187,7 @@ struct BurnDriver BurnDrvmd_dukenk3da = { // K.O.F 2000 static struct BurnRomInfo md_kof2kRomDesc[] = { - { "king of fighters 2000 (unl).bin", 0x200000, 0x34cbac5d, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "king of fighters 2000 (unl).bin", 0x200000, 0x34cbac5d, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_kof2k) @@ -39244,7 +39205,7 @@ struct BurnDriver BurnDrvmd_kof2k = { // Lion King 3 (Alt?) static struct BurnRomInfo md_lionkin3aRomDesc[] = { - { "lion_king_3.bin", 0x200000, 0x87e86943, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "lion_king_3.bin", 0x200000, 0x87e86943, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 | SEGA_MD_ROM_RELOAD_200000_200000 }, }; STD_ROM_PICK(md_lionkin3a) @@ -39262,7 +39223,7 @@ struct BurnDriver BurnDrvmd_lionkin3a = { // Lion King 3 (Alt 2?) static struct BurnRomInfo md_lionkin3bRomDesc[] = { - { "lion king 3 (unl).bin", 0x200000, 0x8e0555e4, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "lion king 3 (unl).bin", 0x200000, 0x8e0555e4, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_lionkin3b) @@ -39280,7 +39241,7 @@ struct BurnDriver BurnDrvmd_lionkin3b = { // Magic Bubble (Pirate) static struct BurnRomInfo md_mbubbleRomDesc[] = { - { "magic_bubble.bin", 0x080000, 0xce4a0c46, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "magic_bubble.bin", 0x080000, 0xce4a0c46, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_mbubble) @@ -39298,7 +39259,7 @@ struct BurnDriver BurnDrvmd_mbubble = { // Magistr 16 (Rus) static struct BurnRomInfo md_magist16RomDesc[] = { - { "magistr 16.bin", 0x400000, 0x2488e685, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "magistr 16.bin", 0x400000, 0x2488e685, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_magist16) @@ -39316,7 +39277,7 @@ struct BurnDriver BurnDrvmd_magist16 = { // Sonic Jam 6 (Hacked?) static struct BurnRomInfo md_sonicjam2RomDesc[] = { - { "sonic_6.bin", 0x200000, 0x87d86501, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "sonic_6.bin", 0x200000, 0x87d86501, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_sonicjam2) @@ -39334,7 +39295,7 @@ struct BurnDriver BurnDrvmd_sonicjam2 = { // Soul Edge vs Samurai Spirits (Pirate) static struct BurnRomInfo md_souledgeRomDesc[] = { - { "soul edge vs samurai spirits (unl).bin", 0x200000, 0xb11bd611, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "soul edge vs samurai spirits (unl).bin", 0x200000, 0xb11bd611, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_souledge) @@ -39352,7 +39313,7 @@ struct BurnDriver BurnDrvmd_souledge = { // Soul Edge vs Samurai Spirits (Pirate, Cracked) static struct BurnRomInfo md_souledgeaRomDesc[] = { - { "soul edge vs samurai spirits (unl)[f1].bin", 0x200000, 0x74a6d7a7, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "soul edge vs samurai spirits (unl)[f1].bin", 0x200000, 0x74a6d7a7, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_souledgea) @@ -39370,7 +39331,7 @@ struct BurnDriver BurnDrvmd_souledgea = { // Super Mario 2 (Alt?) static struct BurnRomInfo md_smario2aRomDesc[] = { - { "super_mario_2.bin", 0x200000, 0x0da6dc4b, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "super_mario_2.bin", 0x200000, 0x0da6dc4b, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_smario2a) @@ -39388,7 +39349,7 @@ struct BurnDriver BurnDrvmd_smario2a = { // Tetris (Pirate?) static struct BurnRomInfo md_tetris1RomDesc[] = { - { "tetris.bin", 0x080000, 0xeb024ab2, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "tetris.bin", 0x080000, 0xeb024ab2, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_tetris1) @@ -39406,7 +39367,7 @@ struct BurnDriver BurnDrvmd_tetris1 = { // Voina Irak (Pirate) static struct BurnRomInfo md_virakRomDesc[] = { - { "voina_irak.bin", 0x200000, 0xc7177e93, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "voina_irak.bin", 0x200000, 0xc7177e93, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_virak) @@ -39424,7 +39385,7 @@ struct BurnDriver BurnDrvmd_virak = { // Dyno Blaze (Early Prototype) static struct BurnRomInfo md_dynoblazRomDesc[] = { - { "dyno blaze (proto).bin", 0x1711c6, 0xd625e584, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "dyno blaze (proto).bin", 0x1711c6, 0xd625e584, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_dynoblaz) @@ -39442,7 +39403,7 @@ struct BurnDriver BurnDrvmd_dynoblaz = { // Assassins Creed (Rus) static struct BurnRomInfo md_asscreedRomDesc[] = { - { "assassins creed (unl).bin", 0x100000, 0x3f2d6ccc, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "assassins creed (unl).bin", 0x100000, 0x3f2d6ccc, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_asscreed) @@ -39460,7 +39421,7 @@ struct BurnDriver BurnDrvmd_asscreed = { // Avatar (Rus) static struct BurnRomInfo md_avatarRomDesc[] = { - { "avatar.bin", 0x110000, 0xd33e0ada, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "avatar.bin", 0x110000, 0xd33e0ada, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_avatar) @@ -39478,7 +39439,7 @@ struct BurnDriver BurnDrvmd_avatar = { // Ben 10 (Rus) static struct BurnRomInfo md_ben10RomDesc[] = { - { "ben 10 (unl)[rus].bin", 0x100000, 0xc8be0b26, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "ben 10 (unl)[rus].bin", 0x100000, 0xc8be0b26, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_ben10) @@ -39496,7 +39457,7 @@ struct BurnDriver BurnDrvmd_ben10 = { // Bomber static struct BurnRomInfo md_bomberRomDesc[] = { - { "bomber [!].bin", 0x020000, 0x6389a658, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "bomber [!].bin", 0x020000, 0x6389a658, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_bomber) @@ -39514,7 +39475,7 @@ struct BurnDriver BurnDrvmd_bomber = { // Chess (Rus) static struct BurnRomInfo md_chessRomDesc[] = { - { "chess (unl).bin", 0x080000, 0x47380edd, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "chess (unl).bin", 0x080000, 0x47380edd, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_chess) @@ -39532,7 +39493,7 @@ struct BurnDriver BurnDrvmd_chess = { // Chess (Rus, Alt) static struct BurnRomInfo md_chessaRomDesc[] = { - { "chess (unl) [rus].bin", 0x080000, 0xa5cef7b6, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "chess (unl) [rus].bin", 0x080000, 0xa5cef7b6, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_chessa) @@ -39550,7 +39511,7 @@ struct BurnDriver BurnDrvmd_chessa = { // Chess (Rus, v1.05) static struct BurnRomInfo md_chessbRomDesc[] = { - { "chess (unl) [rus v1.05].bin", 0x100000, 0x10683e83, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "chess (unl) [rus v1.05].bin", 0x100000, 0x10683e83, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_chessb) @@ -39568,7 +39529,7 @@ struct BurnDriver BurnDrvmd_chessb = { // Command & Conquer (Prototype) static struct BurnRomInfo md_commconqRomDesc[] = { - { "command & conquer (beta).bin", 0x186286, 0x747fcc62, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "command & conquer (beta).bin", 0x186286, 0x747fcc62, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_commconq) @@ -39586,7 +39547,7 @@ struct BurnDriver BurnDrvmd_commconq = { // Commandos (Rus) static struct BurnRomInfo md_commandsRomDesc[] = { - { "commandos.bin", 0x200000, 0x28a88d6f, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "commandos.bin", 0x200000, 0x28a88d6f, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_commands) @@ -39604,7 +39565,7 @@ struct BurnDriver BurnDrvmd_commands = { // Counter Strike (Rus) static struct BurnRomInfo md_cstrikeRomDesc[] = { - { "counter strike.bin", 0x200000, 0x9e7b83ba, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "counter strike.bin", 0x200000, 0x9e7b83ba, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_cstrike) @@ -39622,7 +39583,7 @@ struct BurnDriver BurnDrvmd_cstrike = { // Crash Bandicoot (Rus) static struct BurnRomInfo md_crashRomDesc[] = { - { "crash bandicoot.bin", 0x400000, 0xe06bd944, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "crash bandicoot.bin", 0x400000, 0xe06bd944, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_crash) @@ -39640,7 +39601,7 @@ struct BurnDriver BurnDrvmd_crash = { // Death Caliber (Rus) static struct BurnRomInfo md_deathcalRomDesc[] = { - { "death caliber.bin", 0x400000, 0x3cd2c797, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "death caliber.bin", 0x400000, 0x3cd2c797, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_deathcal) @@ -39658,7 +39619,7 @@ struct BurnDriver BurnDrvmd_deathcal = { // Deer Hunter (Rus) static struct BurnRomInfo md_deerhuntRomDesc[] = { - { "deer hunter.bin", 0x100000, 0xda11978b, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "deer hunter.bin", 0x100000, 0xda11978b, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_deerhunt) @@ -39676,7 +39637,7 @@ struct BurnDriver BurnDrvmd_deerhunt = { // Diablo (Rus) static struct BurnRomInfo md_diabloRomDesc[] = { - { "diablo.bin", 0x100000, 0xbd642da0, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "diablo.bin", 0x100000, 0xbd642da0, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_diablo) @@ -39694,7 +39655,7 @@ struct BurnDriver BurnDrvmd_diablo = { // Domino (Rus) static struct BurnRomInfo md_dominoRomDesc[] = { - { "domino (unl).bin", 0x100000, 0xa64409be, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "domino (unl).bin", 0x100000, 0xa64409be, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_domino) @@ -39712,7 +39673,7 @@ struct BurnDriver BurnDrvmd_domino = { // FIFA World Cup 2002 (Rus) static struct BurnRomInfo md_fifa2k2RomDesc[] = { - { "fifa world cup 2002 (unl).bin", 0x100000, 0x852bff8e, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "fifa world cup 2002 (unl).bin", 0x100000, 0x852bff8e, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_fifa2k2) @@ -39730,7 +39691,7 @@ struct BurnDriver BurnDrvmd_fifa2k2 = { // FIFA 2003 (Rus) static struct BurnRomInfo md_fifa2k3RomDesc[] = { - { "fifa 2003 (unl).bin", 0x200000, 0x419bcb02, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "fifa 2003 (unl).bin", 0x200000, 0x419bcb02, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_fifa2k3) @@ -39748,7 +39709,7 @@ struct BurnDriver BurnDrvmd_fifa2k3 = { // FIFA World Cup - South Africa 2010 (Rus) static struct BurnRomInfo md_fifa2k10RomDesc[] = { - { "fifa 2010 (unl).bin", 0x400000, 0x851e8411, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "fifa 2010 (unl).bin", 0x400000, 0x851e8411, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_fifa2k10) @@ -39766,7 +39727,7 @@ struct BurnDriver BurnDrvmd_fifa2k10 = { // Finding Nemo (Rus) static struct BurnRomInfo md_nemoRomDesc[] = { - { "finding nemo.bin", 0x0a0000, 0x89b92f66, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "finding nemo.bin", 0x0a0000, 0x89b92f66, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_nemo) @@ -39784,7 +39745,7 @@ struct BurnDriver BurnDrvmd_nemo = { // Forsazh 5 Bystraya ~ Fast and the Furious 5 Quick (Rus) static struct BurnRomInfo md_fastfur5RomDesc[] = { - { "fast and the furious 5 (unl).bin", 0x10b000, 0x29f4d87a, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "fast and the furious 5 (unl).bin", 0x10b000, 0x29f4d87a, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_fastfur5) @@ -39802,7 +39763,7 @@ struct BurnDriver BurnDrvmd_fastfur5 = { // Gran Turismo 5 (Rus) static struct BurnRomInfo md_gt5RomDesc[] = { - { "gran turismo 5 (unl).bin", 0x12a0d0, 0xd4392181, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "gran turismo 5 (unl).bin", 0x12a0d0, 0xd4392181, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_gt5) @@ -39820,7 +39781,7 @@ struct BurnDriver BurnDrvmd_gt5 = { // Harry Potter (Rus) static struct BurnRomInfo md_hpotterRomDesc[] = { - { "harry potter.bin", 0x200000, 0xa184fc76, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "harry potter.bin", 0x200000, 0xa184fc76, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_hpotter) @@ -39838,7 +39799,7 @@ struct BurnDriver BurnDrvmd_hpotter = { // Harry Potter and the Chamber of Secrets (Rus) static struct BurnRomInfo md_hpotter2RomDesc[] = { - { "harry potter 2.bin", 0x100000, 0x1684479f, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "harry potter 2.bin", 0x100000, 0x1684479f, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_hpotter2) @@ -39856,7 +39817,7 @@ struct BurnDriver BurnDrvmd_hpotter2 = { // Hercules 2 static struct BurnRomInfo md_herculs2RomDesc[] = { - { "hercules 2 (unl).bin", 0x200000, 0x292623db, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "hercules 2 (unl).bin", 0x200000, 0x292623db, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_herculs2) @@ -39874,7 +39835,7 @@ struct BurnDriver BurnDrvmd_herculs2 = { // Ice Age (Rus) static struct BurnRomInfo md_iceageRomDesc[] = { - { "ice age.bin", 0x400000, 0x3a585408, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "ice age.bin", 0x400000, 0x3a585408, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_iceage) @@ -39892,7 +39853,7 @@ struct BurnDriver BurnDrvmd_iceage = { // Ice Age 3 (Rus) static struct BurnRomInfo md_iceage3RomDesc[] = { - { "ice age 3 (unl).bin", 0x107120, 0x58fcffb3, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "ice age 3 (unl).bin", 0x107120, 0x58fcffb3, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_iceage3) @@ -39910,7 +39871,7 @@ struct BurnDriver BurnDrvmd_iceage3 = { // Ice Age 4 (Rus) static struct BurnRomInfo md_iceage4RomDesc[] = { - { "ice age 4 (unl).bin", 0x10e620, 0x92e86cfc, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "ice age 4 (unl).bin", 0x10e620, 0x92e86cfc, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_iceage4) @@ -39928,7 +39889,7 @@ struct BurnDriver BurnDrvmd_iceage4 = { // The Incredibles (Rus) static struct BurnRomInfo md_incredibRomDesc[] = { - { "the incredibles (unl).bin", 0x200000, 0x31f7af7c, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "the incredibles (unl).bin", 0x200000, 0x31f7af7c, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_incredib) @@ -39946,7 +39907,7 @@ struct BurnDriver BurnDrvmd_incredib = { // Indiana Jones - Koridory Vremeni (Rus) static struct BurnRomInfo md_indyrusRomDesc[] = { - { "indiana jones - corridors of time (unl).bin", 0x400000, 0x54f82c76, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "indiana jones - corridors of time (unl).bin", 0x400000, 0x54f82c76, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_indyrus) @@ -39964,7 +39925,7 @@ struct BurnDriver BurnDrvmd_indyrus = { // Iraq War 2003 static struct BurnRomInfo md_iraqwarRomDesc[] = { - { "iraq war 2003 (unl).bin", 0x100000, 0x49dd6f52, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "iraq war 2003 (unl).bin", 0x100000, 0x49dd6f52, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_iraqwar) @@ -39982,7 +39943,7 @@ struct BurnDriver BurnDrvmd_iraqwar = { // Iraq War 2003 (Alt) static struct BurnRomInfo md_iraqwaraRomDesc[] = { - { "iraq war 2003 (alt) (unl).bin", 0x100000, 0x23689237, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "iraq war 2003 (alt) (unl).bin", 0x100000, 0x23689237, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_iraqwara) @@ -40000,7 +39961,7 @@ struct BurnDriver BurnDrvmd_iraqwara = { // Kolobok ~ Pyramid (Rus) static struct BurnRomInfo md_kolobokRomDesc[] = { - { "kolobok.bin", 0x020000, 0xc4c55bab, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "kolobok.bin", 0x020000, 0xc4c55bab, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_kolobok) @@ -40018,7 +39979,7 @@ struct BurnDriver BurnDrvmd_kolobok = { // Kung Fu Panda 2 (Rus) static struct BurnRomInfo md_kfpanda2RomDesc[] = { - { "kung fu panda 2 (unl).bin", 0x400000, 0xa08c3b25, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "kung fu panda 2 (unl).bin", 0x400000, 0xa08c3b25, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_kfpanda2) @@ -40036,7 +39997,7 @@ struct BurnDriver BurnDrvmd_kfpanda2 = { // Kuzya - V Mire Dinozavrov (Rus) static struct BurnRomInfo md_kuzyamdRomDesc[] = { - { "agent hugo - in the world of dinosaurs (unl).bin", 0x200000, 0xbd0ebe1c, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "agent hugo - in the world of dinosaurs (unl).bin", 0x200000, 0xbd0ebe1c, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_kuzyamd) @@ -40054,7 +40015,7 @@ struct BurnDriver BurnDrvmd_kuzyamd = { // Kuzya - Ekologiya V Opasnosti (Rus) static struct BurnRomInfo md_kuzyaeoRomDesc[] = { - { "agent hugo - environment at risk (unl).bin", 0x200000, 0xbe32d65b, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "agent hugo - environment at risk (unl).bin", 0x200000, 0xbe32d65b, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_kuzyaeo) @@ -40072,7 +40033,7 @@ struct BurnDriver BurnDrvmd_kuzyaeo = { // Lord of the Rings (Rus, Hack of Stormlord) static struct BurnRomInfo md_lotrRomDesc[] = { - { "lord of the rings (unl).bin", 0x080000, 0xe2a2342a, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "lord of the rings (unl).bin", 0x080000, 0xe2a2342a, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_lotr) @@ -40090,7 +40051,7 @@ struct BurnDriver BurnDrvmd_lotr = { // Lord of the Rings - The Return of the King (Rus) static struct BurnRomInfo md_lotrgsRomDesc[] = { - { "lord of the rings (unl).bin", 0x200000, 0x513ea675, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "lord of the rings (unl).bin", 0x200000, 0x513ea675, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_lotrgs) @@ -40108,7 +40069,7 @@ struct BurnDriver BurnDrvmd_lotrgs = { // Madagascar - Operatsiya Pingvin (Rus) static struct BurnRomInfo md_madagoppRomDesc[] = { - { "madagascar.bin", 0x100000, 0x6d28ace5, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "madagascar.bin", 0x100000, 0x6d28ace5, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_madagopp) @@ -40126,7 +40087,7 @@ struct BurnDriver BurnDrvmd_madagopp = { // Madagascar 3 (Rus) static struct BurnRomInfo md_madagsc3RomDesc[] = { - { "madagascar 3 (unl).bin", 0x100000, 0x0bd6d0a5, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "madagascar 3 (unl).bin", 0x100000, 0x0bd6d0a5, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_madagsc3) @@ -40144,7 +40105,7 @@ struct BurnDriver BurnDrvmd_madagsc3 = { // Mafia (Rus) static struct BurnRomInfo md_mafiaRomDesc[] = { - { "mafia (unl).bin", 0x100000, 0xede60834, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mafia (unl).bin", 0x100000, 0xede60834, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_mafia) @@ -40162,7 +40123,7 @@ struct BurnDriver BurnDrvmd_mafia = { // Mario 3 - Vokrug Sveta (Rus) static struct BurnRomInfo md_mario3RomDesc[] = { - { "mario 3 (unl).bin", 0x200000, 0x69f5b02f, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mario 3 (unl).bin", 0x200000, 0x69f5b02f, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_mario3) @@ -40180,7 +40141,7 @@ struct BurnDriver BurnDrvmd_mario3 = { // Mario 4 - Kosmicheskaya Odissyeya (Rus) static struct BurnRomInfo md_mario4RomDesc[] = { - { "mario 4 (unl).bin", 0x200000, 0x96b0ecd9, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mario 4 (unl).bin", 0x200000, 0x96b0ecd9, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_mario4) @@ -40196,9 +40157,9 @@ struct BurnDriver BurnDrvmd_mario4 = { &bMegadriveRecalcPalette, 0x100, 320, 224, 4, 3 }; -// Super Mario World 64 (Unl) +// Super Mario World 64 static struct BurnRomInfo md_smario64RomDesc[] = { - { "super mario world 64 (unl).bin", 0x100000, 0xe7ac4161, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "super mario world 64 (unl).bin", 0x100000, 0xe7ac4161, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_smario64) @@ -40206,7 +40167,7 @@ STD_ROM_FN(md_smario64) struct BurnDriver BurnDrvmd_smario64 = { "md_smario64", NULL, NULL, NULL, "199?", - "Super Mario World 64 (Unl)\0", NULL, "", "Sega Megadrive", + "Super Mario World 64\0", NULL, "", "Sega Megadrive", NULL, NULL, NULL, NULL, BDF_GAME_WORKING | BDF_16BIT_ONLY, 2, HARDWARE_SEGA_MEGADRIVE, GBF_MISC, 0, MegadriveGetZipName, md_smario64RomInfo, md_smario64RomName, NULL, NULL, MegadriveInputInfo, MegadriveDIPInfo, @@ -40214,9 +40175,27 @@ struct BurnDriver BurnDrvmd_smario64 = { &bMegadriveRecalcPalette, 0x100, 320, 224, 4, 3 }; +// Super Mario World 64 (Hacked Protection) +static struct BurnRomInfo md_smario64hRomDesc[] = { + { "super mario world 64 (hacked).bin", 0x100000, 0xa20f98aa, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, +}; + +STD_ROM_PICK(md_smario64h) +STD_ROM_FN(md_smario64h) + +struct BurnDriver BurnDrvmd_smario64h = { + "md_smario64h", "md_smario64", NULL, NULL, "199?", + "Super Mario World 64 (Hacked Protection)\0", NULL, "", "Sega Megadrive", + NULL, NULL, NULL, NULL, + BDF_GAME_WORKING | BDF_16BIT_ONLY | BDF_CLONE, 2, HARDWARE_SEGA_MEGADRIVE, GBF_MISC, 0, + MegadriveGetZipName, md_smario64hRomInfo, md_smario64hRomName, NULL, NULL, MegadriveInputInfo, MegadriveDIPInfo, + MegadriveInit, MegadriveExit, MegadriveFrame, NULL, MegadriveScan, + &bMegadriveRecalcPalette, 0x100, 320, 224, 4, 3 +}; + // Metal Gear Solid (Rus) static struct BurnRomInfo md_mgsRomDesc[] = { - { "metal gear solid (unl).bin", 0x080000, 0xb38191eb, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "metal gear solid (unl).bin", 0x080000, 0xb38191eb, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_mgs) @@ -40234,7 +40213,7 @@ struct BurnDriver BurnDrvmd_mgs = { // Mighty Morphin Power Rangers - The Fighting Edition (Rus) static struct BurnRomInfo md_mmprfeRomDesc[] = { - { "mighty morphin power ranger - the fighting edition (unl).bin", 0x200000, 0xb53ff16c, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mighty morphin power ranger - the fighting edition (unl).bin", 0x200000, 0xb53ff16c, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_mmprfe) @@ -40252,7 +40231,7 @@ struct BurnDriver BurnDrvmd_mmprfe = { // Monsters, Inc. (Rus) static struct BurnRomInfo md_monstincRomDesc[] = { - { "monsters inc. (unl).bin", 0x080000, 0x3f4657d5, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "monsters inc. (unl).bin", 0x080000, 0x3f4657d5, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_monstinc) @@ -40270,7 +40249,7 @@ struct BurnDriver BurnDrvmd_monstinc = { // Narnia 3 (Rus) static struct BurnRomInfo md_narnia3RomDesc[] = { - { "narnia 3 (unl).bin", 0x129dc0, 0xab69bcd3, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "narnia 3 (unl).bin", 0x129dc0, 0xab69bcd3, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_narnia3) @@ -40288,7 +40267,7 @@ struct BurnDriver BurnDrvmd_narnia3 = { // Naruto (Rus) static struct BurnRomInfo md_narutoRomDesc[] = { - { "naruto (unl).bin", 0x400000, 0xb29b3503, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "naruto (unl).bin", 0x400000, 0xb29b3503, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_naruto) @@ -40306,7 +40285,7 @@ struct BurnDriver BurnDrvmd_naruto = { // NBA 2000 (Rus) static struct BurnRomInfo md_nba2kRomDesc[] = { - { "nba 2000 (unl).bin", 0x200000, 0x2cef6950, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "nba 2000 (unl).bin", 0x200000, 0x2cef6950, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_nba2k) @@ -40324,7 +40303,7 @@ struct BurnDriver BurnDrvmd_nba2k = { // NBA 2005 (Rus) static struct BurnRomInfo md_nba2k5RomDesc[] = { - { "nba 2005 (unl).bin", 0x200000, 0xe8610238, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "nba 2005 (unl).bin", 0x200000, 0xe8610238, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_nba2k5) @@ -40342,7 +40321,7 @@ struct BurnDriver BurnDrvmd_nba2k5 = { // Need for Speed Undercover (Rus) static struct BurnRomInfo md_nfsuRomDesc[] = { - { "need for speed undercover (unl).bin", 0x100000, 0xbe1b8e93, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "need for speed undercover (unl).bin", 0x100000, 0xbe1b8e93, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_nfsu) @@ -40360,7 +40339,7 @@ struct BurnDriver BurnDrvmd_nfsu = { // NHLPA 2003 (Rus) static struct BurnRomInfo md_nhlpa2k3RomDesc[] = { - { "nhlpa 2003 (unl).bin", 0x200000, 0x4591571b, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "nhlpa 2003 (unl).bin", 0x200000, 0x4591571b, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_nhlpa2k3) @@ -40378,7 +40357,7 @@ struct BurnDriver BurnDrvmd_nhlpa2k3 = { // Pirates of the Caribbean (Rus) static struct BurnRomInfo md_pcaribRomDesc[] = { - { "pirates of the caribbean (unl).bin", 0x200000, 0x48da0bf4, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "pirates of the caribbean (unl).bin", 0x200000, 0x48da0bf4, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_pcarib) @@ -40396,7 +40375,7 @@ struct BurnDriver BurnDrvmd_pcarib = { // Piraty Karibskogo Morya - Na Strannyh Beregah ~ Pirates of the Caribbean - On Stranger Tides (Rus) static struct BurnRomInfo md_pcarib2RomDesc[] = { - { "pirates of the caribbean - on stranger tides (unl).bin", 0x100000, 0x63c90c7c, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "pirates of the caribbean - on stranger tides (unl).bin", 0x100000, 0x63c90c7c, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_pcarib2) @@ -40414,7 +40393,7 @@ struct BurnDriver BurnDrvmd_pcarib2 = { // Pokemon Crazy Drummer (Alt) static struct BurnRomInfo md_pokecdaRomDesc[] = { - { "pokemon crazy drummer (unl) [a].bin", 0x200000, 0x84f49061, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "pokemon crazy drummer (unl) [a].bin", 0x200000, 0x84f49061, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_pokecda) @@ -40432,7 +40411,7 @@ struct BurnDriver BurnDrvmd_pokecda = { // RHL 2007 (Rus) static struct BurnRomInfo md_rhl2k7RomDesc[] = { - { "rhl 2000 (unl).bin", 0x0a0000, 0xbb7a978b, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "rhl 2000 (unl).bin", 0x0a0000, 0xbb7a978b, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_rhl2k7) @@ -40450,7 +40429,7 @@ struct BurnDriver BurnDrvmd_rhl2k7 = { // Rick Dangerous (Rus) static struct BurnRomInfo md_rickdangRomDesc[] = { - { "rick dangerous (unl).bin", 0x3e0000, 0x545cbbe4, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "rick dangerous (unl).bin", 0x3e0000, 0x545cbbe4, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_rickdang) @@ -40468,7 +40447,7 @@ struct BurnDriver BurnDrvmd_rickdang = { // Shrek (Rus) static struct BurnRomInfo md_shrekRomDesc[] = { - { "shrek (unl).bin", 0x100000, 0x561e84b9, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "shrek (unl).bin", 0x100000, 0x561e84b9, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_shrek) @@ -40486,7 +40465,7 @@ struct BurnDriver BurnDrvmd_shrek = { // Shrek 2 (Rus) static struct BurnRomInfo md_shrek2RomDesc[] = { - { "shrek 2 (unl).bin", 0x100000, 0x0ccd3651, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "shrek 2 (unl).bin", 0x100000, 0x0ccd3651, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_shrek2) @@ -40504,7 +40483,7 @@ struct BurnDriver BurnDrvmd_shrek2 = { // Sezon Ohoty (Rus) static struct BurnRomInfo md_openseaRomDesc[] = { - { "open season (unl).bin", 0x100000, 0x06eb2472, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "open season (unl).bin", 0x100000, 0x06eb2472, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_opensea) @@ -40522,7 +40501,7 @@ struct BurnDriver BurnDrvmd_opensea = { // Sezon Ohoty 3 (Rus) static struct BurnRomInfo md_opensea3RomDesc[] = { - { "hunting season 3 (unl).bin", 0x090d20, 0xb433878c, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "hunting season 3 (unl).bin", 0x090d20, 0xb433878c, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_opensea3) @@ -40540,7 +40519,7 @@ struct BurnDriver BurnDrvmd_opensea3 = { // Snezhnaya Koroleva (Rus) static struct BurnRomInfo md_snezkoroRomDesc[] = { - { "snow queen (unl).bin", 0x200000, 0xe6c07946, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "snow queen (unl).bin", 0x200000, 0xe6c07946, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_snezkoro) @@ -40558,7 +40537,7 @@ struct BurnDriver BurnDrvmd_snezkoro = { // Sponge Bob (Rus) static struct BurnRomInfo md_spongbobRomDesc[] = { - { "sponge bob.bin", 0x100000, 0xc5437496, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "sponge bob.bin", 0x100000, 0xc5437496, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_spongbob) @@ -40576,7 +40555,7 @@ struct BurnDriver BurnDrvmd_spongbob = { // Spy Kids 4 - All The Time In The World (Rus) static struct BurnRomInfo md_spykids4RomDesc[] = { - { "spy kids 4.bin", 0x200000, 0x9a045ea3, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "spy kids 4.bin", 0x200000, 0x9a045ea3, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_spykids4) @@ -40594,7 +40573,7 @@ struct BurnDriver BurnDrvmd_spykids4 = { // Star Wars (Rus) static struct BurnRomInfo md_starwarsRomDesc[] = { - { "star wars (unl).bin", 0x100000, 0x94af8d44, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "star wars (unl).bin", 0x100000, 0x94af8d44, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_starwars) @@ -40612,7 +40591,7 @@ struct BurnDriver BurnDrvmd_starwars = { // Star Wars Jedi (Rus) static struct BurnRomInfo md_starjediRomDesc[] = { - { "star wars jedi (unl).bin", 0x12a0d0, 0x48c5bf60, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "star wars jedi (unl).bin", 0x12a0d0, 0x48c5bf60, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_starjedi) @@ -40630,7 +40609,7 @@ struct BurnDriver BurnDrvmd_starjedi = { // Super Mario Bros. + Battle City (Rus) static struct BurnRomInfo md_smbbcRomDesc[] = { - { "mario & battle city (unl).bin", 0x080000, 0x568f7994, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mario & battle city (unl).bin", 0x080000, 0x568f7994, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_smbbc) @@ -40648,7 +40627,7 @@ struct BurnDriver BurnDrvmd_smbbc = { // Super Robot Wars (Rus) static struct BurnRomInfo md_srobowrsRomDesc[] = { - { "super robot wars (unl).bin", 0x080000, 0xcfae2614, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "super robot wars (unl).bin", 0x080000, 0xcfae2614, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_srobowrs) @@ -40666,7 +40645,7 @@ struct BurnDriver BurnDrvmd_srobowrs = { // T3 - The Arcade Game (Rus) static struct BurnRomInfo md_t3agRomDesc[] = { - { "t3 - the arcade game (unl).bin", 0x100000, 0xd2b5ef77, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "t3 - the arcade game (unl).bin", 0x100000, 0xd2b5ef77, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_t3ag) @@ -40684,7 +40663,7 @@ struct BurnDriver BurnDrvmd_t3ag = { // Tachki (Rus) static struct BurnRomInfo md_carsRomDesc[] = { - { "disney's cars (r).bin", 0x200000, 0x6c5f2530, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "disney's cars (r).bin", 0x200000, 0x6c5f2530, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_cars) @@ -40702,7 +40681,7 @@ struct BurnDriver BurnDrvmd_cars = { // Tachki 2 (Rus) static struct BurnRomInfo md_cars2RomDesc[] = { - { "cars 2 (unl).bin", 0x200000, 0x4fd4d967, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "cars 2 (unl).bin", 0x200000, 0x4fd4d967, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_cars2) @@ -40720,7 +40699,7 @@ struct BurnDriver BurnDrvmd_cars2 = { // Tanki 2011 (Rus) static struct BurnRomInfo md_tank2011RomDesc[] = { - { "tank 2011 (unl).bin", 0x080000, 0x03739820, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "tank 2011 (unl).bin", 0x080000, 0x03739820, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_tank2011) @@ -40738,7 +40717,7 @@ struct BurnDriver BurnDrvmd_tank2011 = { // Tiny Toon Adventures 3 (Tw, Cracked) static struct BurnRomInfo md_ttoon3RomDesc[] = { - { "tiny toon adventures 3 (unl).bin", 0x100000, 0xd65d83d4, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "tiny toon adventures 3 (unl).bin", 0x100000, 0xd65d83d4, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_ttoon3) @@ -40756,7 +40735,7 @@ struct BurnDriver BurnDrvmd_ttoon3 = { // Teenage Mutant Ninja Turtles - Vozvrashchenie Legendy (Rus) static struct BurnRomInfo md_tmntruRomDesc[] = { - { "tmnt (unl).bin", 0x100000, 0x7fb1356e, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "tmnt (unl).bin", 0x100000, 0x7fb1356e, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_tmntru) @@ -40774,7 +40753,7 @@ struct BurnDriver BurnDrvmd_tmntru = { // Transformers 3 (Rus) static struct BurnRomInfo md_transf3RomDesc[] = { - { "transformers 3 (unl).bin", 0x110d20, 0x8632246d, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "transformers 3 (unl).bin", 0x110d20, 0x8632246d, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_transf3) @@ -40792,7 +40771,7 @@ struct BurnDriver BurnDrvmd_transf3 = { // Wario Land 3 (Rus) static struct BurnRomInfo md_wario3RomDesc[] = { - { "wario land 3 (unl).bin", 0x100000, 0xcd5c93a5, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "wario land 3 (unl).bin", 0x100000, 0xcd5c93a5, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_wario3) @@ -40810,7 +40789,7 @@ struct BurnDriver BurnDrvmd_wario3 = { // Winx - Shkola Volshyebnits (Rus) static struct BurnRomInfo md_winxRomDesc[] = { - { "winx (rus).bin", 0x200000, 0x16bde3e0, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "winx (rus).bin", 0x200000, 0x16bde3e0, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_winx) @@ -40828,7 +40807,7 @@ struct BurnDriver BurnDrvmd_winx = { // Winx 3D Volshebnoe Priklyuchenie (Rus) static struct BurnRomInfo md_winx3dRomDesc[] = { - { "winx 3d (unl).bin", 0x12a3d0, 0x933cecc9, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "winx 3d (unl).bin", 0x12a3d0, 0x933cecc9, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_winx3d) @@ -40846,7 +40825,7 @@ struct BurnDriver BurnDrvmd_winx3d = { // Action Replay (Euro) static struct BurnRomInfo md_arRomDesc[] = { - { "action replay (euro).bin", 0x008000, 0x95ff7c3e, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "action replay (euro).bin", 0x008000, 0x95ff7c3e, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_ar) @@ -40864,7 +40843,7 @@ struct BurnDriver BurnDrvmd_ar = { // Game Genie (Euro, USA, Rev. A) static struct BurnRomInfo md_ggenieRomDesc[] = { - { "sgr001-a+sgr002-a.bin", 0x008000, 0x14dbce4a, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "sgr001-a+sgr002-a.bin", 0x008000, 0x14dbce4a, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_ggenie) @@ -40882,7 +40861,7 @@ struct BurnDriver BurnDrvmd_ggenie = { // Game Genie (Euro, USA) static struct BurnRomInfo md_ggenie1RomDesc[] = { - { "sgr001+sgr002.bin", 0x008000, 0x5f293e4c, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "sgr001+sgr002.bin", 0x008000, 0x5f293e4c, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_ggenie1) @@ -40900,7 +40879,7 @@ struct BurnDriver BurnDrvmd_ggenie1 = { // Pro Action Replay (Euro) static struct BurnRomInfo md_parRomDesc[] = { - { "pro action replay (euro).bin", 0x020000, 0x17255224, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "pro action replay (euro).bin", 0x020000, 0x17255224, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_par) @@ -40918,7 +40897,7 @@ struct BurnDriver BurnDrvmd_par = { // Pro Action Replay 2 (Euro) static struct BurnRomInfo md_par2RomDesc[] = { - { "pro action replay 2 (euro).bin", 0x010000, 0xa73abd27, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "pro action replay 2 (euro).bin", 0x010000, 0xa73abd27, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_par2) @@ -40936,7 +40915,7 @@ struct BurnDriver BurnDrvmd_par2 = { // Pro Action Replay 2 (Euro, Alt) static struct BurnRomInfo md_par2aRomDesc[] = { - { "pro action replay 2 (euro) (alt).bin", 0x010000, 0xe6669a61, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "pro action replay 2 (euro) (alt).bin", 0x010000, 0xe6669a61, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_par2a) @@ -40954,7 +40933,7 @@ struct BurnDriver BurnDrvmd_par2a = { // Virtua Racing (Euro) static struct BurnRomInfo md_vrRomDesc[] = { - { "mpr-16420.bin", 0x200000, 0x9624d4ef, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-16420.bin", 0x200000, 0x9624d4ef, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_vr) @@ -40972,7 +40951,7 @@ struct BurnDriverD BurnDrvmd_vr = { // Virtua Racing (Jpn) static struct BurnRomInfo md_vrjRomDesc[] = { - { "mpr-16389.bin", 0x200000, 0x53a293b5, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-16389.bin", 0x200000, 0x53a293b5, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_vrj) @@ -40990,7 +40969,7 @@ struct BurnDriverD BurnDrvmd_vrj = { // Virtua Racing (USA) static struct BurnRomInfo md_vruRomDesc[] = { - { "virtua racing (usa).bin", 0x200000, 0x7e1a324a, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "virtua racing (usa).bin", 0x200000, 0x7e1a324a, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_vru) @@ -41008,7 +40987,7 @@ struct BurnDriverD BurnDrvmd_vru = { // GEMS v2.8 static struct BurnRomInfo md_gemsRomDesc[] = { - { "gems.bin", 0x040000, 0x98ebb058, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "gems.bin", 0x040000, 0x98ebb058, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_gems) @@ -41026,7 +41005,7 @@ struct BurnDriver BurnDrvmd_gems = { // Sound Tool v2.2? static struct BurnRomInfo md_sndtoolRomDesc[] = { - { "sndtool.bin", 0x040000, 0xee41b452, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "sndtool.bin", 0x040000, 0xee41b452, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_sndtool) @@ -41044,7 +41023,7 @@ struct BurnDriver BurnDrvmd_sndtool = { // Art Tool static struct BurnRomInfo md_arttoolRomDesc[] = { - { "arttool.bin", 0x040000, 0x5353f532, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "arttool.bin", 0x040000, 0x5353f532, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, }; STD_ROM_PICK(md_arttool) @@ -41060,3 +41039,61 @@ struct BurnDriver BurnDrvmd_arttool = { &bMegadriveRecalcPalette, 0x100, 320, 224, 4, 3 }; +// Sonic & Knuckles + Sonic the Hedgehog (World) +static struct BurnRomInfo md_sks1RomDesc[] = { + { "mpr-16910-u.ic1", 0x200000, 0x0658f691, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-13913.ic1", 0x080000, 0xf9394e97, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_200000 }, +}; + +STD_ROM_PICK(md_sks1) +STD_ROM_FN(md_sks1) + +struct BurnDriver BurnDrvmd_sks1 = { + "md_sks1", NULL, NULL, NULL, "199?", + "Sonic & Knuckles + Sonic the Hedgehog (World)\0", NULL, "Sega", "Sega Megadrive", + NULL, NULL, NULL, NULL, + BDF_GAME_WORKING | BDF_16BIT_ONLY, 2, HARDWARE_SEGA_MEGADRIVE, GBF_MISC, 0, + MegadriveGetZipName, md_sks1RomInfo, md_sks1RomName, NULL, NULL, MegadriveInputInfo, MegadriveDIPInfo, + MegadriveInit, MegadriveExit, MegadriveFrame, NULL, MegadriveScan, + &bMegadriveRecalcPalette, 0x100, 320, 224, 4, 3 +}; + +// Sonic & Knuckles + Sonic the Hedgehog 2 (World) +static struct BurnRomInfo md_sks2RomDesc[] = { + { "mpr-16910-u.ic1", 0x200000, 0x0658f691, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "mpr-16911-s.ic2", 0x040000, 0x4dcfd55c, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_300000 }, + { "mpr-15000a.bin", 0x100000, 0x7b905383, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_200000 }, +}; + +STD_ROM_PICK(md_sks2) +STD_ROM_FN(md_sks2) + +struct BurnDriver BurnDrvmd_sks2 = { + "md_sks2", NULL, NULL, NULL, "199?", + "Sonic & Knuckles + Sonic the Hedgehog 2 (World)\0", NULL, "Sega", "Sega Megadrive", + NULL, NULL, NULL, NULL, + BDF_GAME_WORKING | BDF_16BIT_ONLY, 2, HARDWARE_SEGA_MEGADRIVE, GBF_MISC, 0, + MegadriveGetZipName, md_sks2RomInfo, md_sks2RomName, NULL, NULL, MegadriveInputInfo, MegadriveDIPInfo, + MegadriveInit, MegadriveExit, MegadriveFrame, NULL, MegadriveScan, + &bMegadriveRecalcPalette, 0x100, 320, 224, 4, 3 +}; + +// Sonic & Knuckles + Sonic the Hedgehog 3 (World) +static struct BurnRomInfo md_sks3RomDesc[] = { + { "mpr-16910-u.ic1", 0x200000, 0x0658f691, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_000000 }, + { "sonic the hedgehog 3 (usa).bin", 0x200000, 0x9bc192ce, BRF_PRG | SEGA_MD_ROM_LOAD16_WORD_SWAP | SEGA_MD_ROM_OFFS_200000 }, +}; + +STD_ROM_PICK(md_sks3) +STD_ROM_FN(md_sks3) + +struct BurnDriver BurnDrvmd_sks3 = { + "md_sks3", NULL, NULL, NULL, "199?", + "Sonic & Knuckles + Sonic the Hedgehog 3 (World)\0", NULL, "Sega", "Sega Megadrive", + NULL, NULL, NULL, NULL, + BDF_GAME_WORKING | BDF_16BIT_ONLY, 2, HARDWARE_SEGA_MEGADRIVE, GBF_MISC, 0, + MegadriveGetZipName, md_sks3RomInfo, md_sks3RomName, NULL, NULL, MegadriveInputInfo, MegadriveDIPInfo, + MegadriveInit, MegadriveExit, MegadriveFrame, NULL, MegadriveScan, + &bMegadriveRecalcPalette, 0x100, 320, 224, 4, 3 +}; + diff --git a/src/burn/drv/megadrive/megadrive.cpp b/src/burn/drv/megadrive/megadrive.cpp index ae042c7a4..b87120cce 100644 --- a/src/burn/drv/megadrive/megadrive.cpp +++ b/src/burn/drv/megadrive/megadrive.cpp @@ -1357,16 +1357,14 @@ static INT32 MegadriveLoadRoms(bool bLoad) for (i = 0; i < RomNum; i++) { BurnDrvGetRomInfo(&ri, i); - switch (ri.nType & 0x0f) { - case SEGA_MD_ROM_OFFS_000000: Offset = 0x000000; break; - case SEGA_MD_ROM_OFFS_000001: Offset = 0x000001; break; - case SEGA_MD_ROM_OFFS_020000: Offset = 0x020000; break; - case SEGA_MD_ROM_OFFS_080000: Offset = 0x080000; break; - case SEGA_MD_ROM_OFFS_100000: Offset = 0x100000; break; - case SEGA_MD_ROM_OFFS_100001: Offset = 0x100001; break; - case SEGA_MD_ROM_OFFS_200000: Offset = 0x200000; break; - case SEGA_MD_ROM_OFFS_300000: Offset = 0x300000; break; - } + if ((ri.nType & SEGA_MD_ROM_OFFS_000000) == SEGA_MD_ROM_OFFS_000000) Offset = 0x000000; + if ((ri.nType & SEGA_MD_ROM_OFFS_000001) == SEGA_MD_ROM_OFFS_000001) Offset = 0x000001; + if ((ri.nType & SEGA_MD_ROM_OFFS_020000) == SEGA_MD_ROM_OFFS_020000) Offset = 0x020000; + if ((ri.nType & SEGA_MD_ROM_OFFS_080000) == SEGA_MD_ROM_OFFS_080000) Offset = 0x080000; + if ((ri.nType & SEGA_MD_ROM_OFFS_100000) == SEGA_MD_ROM_OFFS_100000) Offset = 0x100000; + if ((ri.nType & SEGA_MD_ROM_OFFS_100001) == SEGA_MD_ROM_OFFS_100001) Offset = 0x100001; + if ((ri.nType & SEGA_MD_ROM_OFFS_200000) == SEGA_MD_ROM_OFFS_200000) Offset = 0x200000; + if ((ri.nType & SEGA_MD_ROM_OFFS_300000) == SEGA_MD_ROM_OFFS_300000) Offset = 0x300000; switch (ri.nType & 0xf0) { case SEGA_MD_ROM_LOAD_NORMAL: { @@ -1392,6 +1390,14 @@ static INT32 MegadriveLoadRoms(bool bLoad) break; } } + + if ((ri.nType & SEGA_MD_ROM_RELOAD_200000_200000) == SEGA_MD_ROM_RELOAD_200000_200000) { + memcpy(RomMain + 0x200000, RomMain + 0x000000, 0x200000); + } + + if ((ri.nType & SEGA_MD_ROM_RELOAD_100000_300000) == SEGA_MD_ROM_RELOAD_100000_300000) { + memcpy(RomMain + 0x300000, RomMain + 0x000000, 0x100000); + } } } @@ -2402,7 +2408,7 @@ static void SetupCustomCartridgeMappers() SekClose(); } - if ((BurnDrvGetHardwareCode() & 0xff) == HARDWARE_SEGA_MEGADRIVE_PCB_12IN1) { + if ((BurnDrvGetHardwareCode() & 0xff) == HARDWARE_SEGA_MEGADRIVE_PCB_MC_12IN1) { OriginalRom = (UINT8*)BurnMalloc(RomSize); memcpy(OriginalRom, RomMain, RomSize); diff --git a/src/burn/drv/megadrive/megadrive.h b/src/burn/drv/megadrive/megadrive.h index 5606ee9f3..1f25c664c 100644 --- a/src/burn/drv/megadrive/megadrive.h +++ b/src/burn/drv/megadrive/megadrive.h @@ -10,6 +10,8 @@ #define SEGA_MD_ROM_OFFS_100001 0x06 #define SEGA_MD_ROM_OFFS_200000 0x07 #define SEGA_MD_ROM_OFFS_300000 0x08 +#define SEGA_MD_ROM_RELOAD_200000_200000 0x09 +#define SEGA_MD_ROM_RELOAD_100000_300000 0x0a extern UINT8 MegadriveReset; extern UINT8 bMegadriveRecalcPalette;