re-added d_galivan.cpp in makefile.burn_rules. Games only available on Debug build until all checkings will be made.
This commit is contained in:
parent
6232dd0fb1
commit
cacdb92941
|
@ -49,7 +49,7 @@ drvobj = d_dodonpachi.o d_donpachi.o d_esprade.o d_feversos.o d_gaia.o d_guwang
|
|||
d_atetris.o d_aztarac.o d_baraduke.o d_bbusters.o d_battlane.o d_bionicc.o d_blktiger.o d_blockout.o d_blueprnt.o d_bombjack.o \
|
||||
d_btime.o d_brkthru.o d_cabal.o d_calorie.o d_capbowl.o d_cclimber.o d_cheekyms.o d_chinagat.o d_citycon.o d_commando.o d_cybertnk.o \
|
||||
d_ddragon.o d_djboy.o d_dkong.o d_docastle.o d_drmicro.o d_dynduke.o d_epos.o d_exedexes.o d_fastfred.o d_freekick.o d_funkybee.o d_galaga.o \
|
||||
d_gauntlet.o d_ginganin.o d_gng.o d_gunsmoke.o d_higemaru.o d_himesiki.o d_hvyunit.o d_ikki.o d_invaders.o d_jack.o d_jrpacman.o \
|
||||
d_galivan.o d_gauntlet.o d_ginganin.o d_gng.o d_gunsmoke.o d_higemaru.o d_himesiki.o d_hvyunit.o d_ikki.o d_invaders.o d_jack.o d_jrpacman.o \
|
||||
d_kangaroo.o d_kncljoe.o d_kyugo.o d_ladybug.o d_lasso.o d_lastduel.o d_lwings.o d_mainsnk.o d_marineb.o d_mario.o d_markham.o \
|
||||
d_megasys1.o d_meijinsn.o d_metlfrzr.o d_millipede.o d_mirax.o d_mitchell.o d_mole.o d_momoko.o d_mouser.o d_mrdo.o d_mrflea.o \
|
||||
d_mrjong.o d_munchmo.o d_mustache.o d_mystston.o d_namcos86.o d_ninjakd2.o d_naughtyb.o d_pacland.o d_pacman.o d_pac2650.o \
|
||||
|
|
|
@ -942,7 +942,7 @@ static INT32 galivanInit()
|
|||
return DrvInit(0);
|
||||
}
|
||||
|
||||
struct BurnDriver BurnDrvGalivan = {
|
||||
struct BurnDriverD BurnDrvGalivan = {
|
||||
"galivan", NULL, NULL, NULL, "1985",
|
||||
"Cosmo Police Galivan (12/26/1985)\0", NULL, "Nichibutsu", "Miscellaneous",
|
||||
NULL, NULL, NULL, NULL,
|
||||
|
@ -987,7 +987,7 @@ static struct BurnRomInfo galivan2RomDesc[] = {
|
|||
STD_ROM_PICK(galivan2)
|
||||
STD_ROM_FN(galivan2)
|
||||
|
||||
struct BurnDriver BurnDrvGalivan2 = {
|
||||
struct BurnDriverD BurnDrvGalivan2 = {
|
||||
"galivan2", "galivan", NULL, NULL, "1985",
|
||||
"Cosmo Police Galivan (12/16/1985)\0", NULL, "Nichibutsu", "Miscellaneous",
|
||||
NULL, NULL, NULL, NULL,
|
||||
|
@ -1032,7 +1032,7 @@ static struct BurnRomInfo galivan3RomDesc[] = {
|
|||
STD_ROM_PICK(galivan3)
|
||||
STD_ROM_FN(galivan3)
|
||||
|
||||
struct BurnDriver BurnDrvGalivan3 = {
|
||||
struct BurnDriverD BurnDrvGalivan3 = {
|
||||
"galivan3", "galivan", NULL, NULL, "1985",
|
||||
"Cosmo Police Galivan (12/11/1985)\0", NULL, "Nichibutsu", "Miscellaneous",
|
||||
NULL, NULL, NULL, NULL,
|
||||
|
@ -1077,7 +1077,7 @@ static struct BurnRomInfo dangarRomDesc[] = {
|
|||
STD_ROM_PICK(dangar)
|
||||
STD_ROM_FN(dangar)
|
||||
|
||||
struct BurnDriver BurnDrvDangar = {
|
||||
struct BurnDriverD BurnDrvDangar = {
|
||||
"dangar", NULL, NULL, NULL, "1986",
|
||||
"Ufo Robo Dangar (4/07/1987)\0", NULL, "Nichibutsu", "Miscellaneous",
|
||||
NULL, NULL, NULL, NULL,
|
||||
|
@ -1122,7 +1122,7 @@ static struct BurnRomInfo dangaraRomDesc[] = {
|
|||
STD_ROM_PICK(dangara)
|
||||
STD_ROM_FN(dangara)
|
||||
|
||||
struct BurnDriver BurnDrvDangara = {
|
||||
struct BurnDriverD BurnDrvDangara = {
|
||||
"dangara", "dangar", NULL, NULL, "1986",
|
||||
"Ufo Robo Dangar (12/1/1986)\0", NULL, "Nichibutsu", "Miscellaneous",
|
||||
NULL, NULL, NULL, NULL,
|
||||
|
@ -1167,7 +1167,7 @@ static struct BurnRomInfo dangarbRomDesc[] = {
|
|||
STD_ROM_PICK(dangarb)
|
||||
STD_ROM_FN(dangarb)
|
||||
|
||||
struct BurnDriver BurnDrvDangarb = {
|
||||
struct BurnDriverD BurnDrvDangarb = {
|
||||
"dangarb", "dangar", NULL, NULL, "1986",
|
||||
"Ufo Robo Dangar (9/26/1986)\0", NULL, "Nichibutsu", "Miscellaneous",
|
||||
NULL, NULL, NULL, NULL,
|
||||
|
@ -1259,7 +1259,7 @@ static struct BurnRomInfo dangarbtRomDesc[] = {
|
|||
STD_ROM_PICK(dangarbt)
|
||||
STD_ROM_FN(dangarbt)
|
||||
|
||||
struct BurnDriver BurnDrvDangarbt = {
|
||||
struct BurnDriverD BurnDrvDangarbt = {
|
||||
"dangarbt", NULL, NULL, NULL, "1986",
|
||||
"Ufo Robo Dangar (bootleg)\0", NULL, "Nichibutsu", "Miscellaneous",
|
||||
NULL, NULL, NULL, NULL,
|
||||
|
@ -1313,7 +1313,7 @@ static INT32 ninjemakInit()
|
|||
return DrvInit(1);
|
||||
}
|
||||
|
||||
struct BurnDriver BurnDrvNinjemak = {
|
||||
struct BurnDriverD BurnDrvNinjemak = {
|
||||
"ninjemak", NULL, NULL, NULL, "1986",
|
||||
"Ninja Emaki (US)\0", NULL, "Nichibutsu", "Miscellaneous",
|
||||
NULL, NULL, NULL, NULL,
|
||||
|
@ -1362,7 +1362,7 @@ static struct BurnRomInfo youmaRomDesc[] = {
|
|||
STD_ROM_PICK(youma)
|
||||
STD_ROM_FN(youma)
|
||||
|
||||
struct BurnDriver BurnDrvYouma = {
|
||||
struct BurnDriverD BurnDrvYouma = {
|
||||
"youma", "ninjemak", NULL, NULL, "1986",
|
||||
"Youma Ninpou Chou (Japan)\0", NULL, "Nichibutsu", "Miscellaneous",
|
||||
NULL, NULL, NULL, NULL,
|
||||
|
@ -1411,7 +1411,7 @@ static struct BurnRomInfo youma2RomDesc[] = {
|
|||
STD_ROM_PICK(youma2)
|
||||
STD_ROM_FN(youma2)
|
||||
|
||||
struct BurnDriver BurnDrvYouma2 = {
|
||||
struct BurnDriverD BurnDrvYouma2 = {
|
||||
"youma2", "ninjemak", NULL, NULL, "1986",
|
||||
"Youma Ninpou Chou (Japan, alt)\0", NULL, "Nichibutsu", "Miscellaneous",
|
||||
NULL, NULL, NULL, NULL,
|
||||
|
@ -1458,7 +1458,7 @@ static struct BurnRomInfo youmabRomDesc[] = {
|
|||
STD_ROM_PICK(youmab)
|
||||
STD_ROM_FN(youmab)
|
||||
|
||||
struct BurnDriver BurnDrvYoumab = {
|
||||
struct BurnDriverD BurnDrvYoumab = {
|
||||
"youmab", "ninjemak", NULL, NULL, "1986",
|
||||
"Youma Ninpou Chou (Game Electronics bootleg, set 1)\0", NULL, "bootleg", "Miscellaneous",
|
||||
NULL, NULL, NULL, NULL,
|
||||
|
@ -1505,7 +1505,7 @@ static struct BurnRomInfo youmab2RomDesc[] = {
|
|||
STD_ROM_PICK(youmab2)
|
||||
STD_ROM_FN(youmab2)
|
||||
|
||||
struct BurnDriver BurnDrvYoumab2 = {
|
||||
struct BurnDriverD BurnDrvYoumab2 = {
|
||||
"youmab2", "ninjemak", NULL, NULL, "1986",
|
||||
"Youma Ninpou Chou (Game Electronics bootleg, set 2)\0", NULL, "bootleg", "Miscellaneous",
|
||||
NULL, NULL, NULL, NULL,
|
||||
|
|
Loading…
Reference in New Issue