JackC added deerhunte

This commit is contained in:
iq_132 2012-07-11 10:51:13 +00:00
parent 5f68ca9288
commit 4c76db8581
1 changed files with 25 additions and 0 deletions

View File

@ -1102,6 +1102,21 @@ static struct BurnRomInfo deerhundRomDesc[] = {
STD_ROM_PICK(deerhund) STD_ROM_PICK(deerhund)
STD_ROM_FN(deerhund) STD_ROM_FN(deerhund)
static struct BurnRomInfo deerhuneRomDesc[] = {
{ "as0906e01.u06", 0x100000, 0x103e3ba3, 1 }, // 0 68000 code
{ "as0907e01.u07", 0x100000, 0xddeb0f97, 1 }, // 1
{ "as0901m01.u38", 0x800000, 0x1d6acf8f, 2 }, // 2 GFX
{ "as0902m01.u39", 0x800000, 0xc7ca2128, 2 }, // 3
{ "as0903m01.u40", 0x800000, 0xe8ef81b3, 2 }, // 4
{ "as0904m01.u41", 0x800000, 0xd0f97fdc, 2 }, // 5
{ "as0905m01.u18", 0x400000, 0x8d8165bb, 3 }, // 6 PCM
};
STD_ROM_PICK(deerhune)
STD_ROM_FN(deerhune)
static struct BurnRomInfo turkhuntRomDesc[] = { static struct BurnRomInfo turkhuntRomDesc[] = {
{ "asx906e01.u06", 0x100000, 0xc96266e1, 1 }, // 0 68000 code { "asx906e01.u06", 0x100000, 0xc96266e1, 1 }, // 0 68000 code
{ "asx907e01.u07", 0x100000, 0x7c67b502, 1 }, // 1 { "asx907e01.u07", 0x100000, 0x7c67b502, 1 }, // 1
@ -3390,6 +3405,16 @@ struct BurnDriver BurnDrvDeerhund = {
320, 240, 4, 3 320, 240, 4, 3
}; };
struct BurnDriver BurnDrvDeerhune = {
"deerhunte", "deerhunt", NULL, NULL, "2000",
"Deer Hunting USA V1\0", NULL, "Sammy USA Corporation", "Newer Seta",
NULL, NULL, NULL, NULL,
BDF_GAME_WORKING | BDF_CLONE, 1, HARDWARE_SETA2, GBF_SHOOT, 0,
NULL, deerhuneRomInfo, deerhuneRomName, NULL, NULL, DeerhuntInputInfo, DeerhuntDIPInfo,
samshootInit, grdiansExit, samshootFrame, NULL, grdiansScan, &bRecalcPalette, 0x8000,
320, 240, 4, 3
};
struct BurnDriver BurnDrvTurkhunt = { struct BurnDriver BurnDrvTurkhunt = {
"turkhunt", NULL, NULL, NULL, "2001", "turkhunt", NULL, NULL, NULL, "2001",
"Turkey Hunting USA V1.0\0", NULL, "Sammy USA Corporation", "Newer Seta", "Turkey Hunting USA V1.0\0", NULL, "Sammy USA Corporation", "Newer Seta",