MAME 0.274 sync (promat)

This commit is contained in:
barbudreadmon 2025-02-08 13:19:47 +01:00
parent b8d4d6ee77
commit 959c9e326e
1 changed files with 39 additions and 0 deletions

View File

@ -720,6 +720,45 @@ struct BurnDriver BurnDrv1945kiiin = {
}; };
// 1945k III (Promat license, OPCX1 PCB)
static struct BurnRomInfo _1945kiiiptRomDesc[] = {
{ "u34", 0x80000, 0xd4efcdf4, 1 | BRF_PRG | BRF_ESS }, // 0 68000 code
{ "u35", 0x80000, 0x4381341d, 1 | BRF_PRG | BRF_ESS }, // 1
{ "u5", 0x80000, 0x4742aa38, 2 | BRF_GRA }, // 2 Sprites
{ "u6", 0x80000, 0xc137fb33, 2 | BRF_GRA }, // 3
{ "u7", 0x80000, 0xd0593a03, 2 | BRF_GRA }, // 4
{ "u8", 0x80000, 0xbaa9eeb1, 2 | BRF_GRA }, // 5
{ "u58", 0x80000, 0xeb586bd6, 2 | BRF_GRA }, // 6
{ "u59", 0x80000, 0xabc8b869, 2 | BRF_GRA }, // 7
{ "u60", 0x80000, 0x31f9b034, 2 | BRF_GRA }, // 8
{ "u61", 0x80000, 0xf13e609b, 2 | BRF_GRA }, // 9
{ "u102", 0x80000, 0xddca369b, 3 | BRF_GRA }, // 10 Background Layer
{ "u103", 0x80000, 0x32f58186, 3 | BRF_GRA }, // 11
{ "u104", 0x80000, 0x2031c42e, 3 | BRF_GRA }, // 12
{ "u105", 0x80000, 0x8428b693, 3 | BRF_GRA }, // 13
{ "su4", 0x80000, 0xd45aec3b, 4 | BRF_SND }, // 14 MSM #0 Samples
{ "su5", 0x80000, 0x9d96fd55, 5 | BRF_SND }, // 15 MSM #1 Samples
};
STD_ROM_PICK(_1945kiiipt)
STD_ROM_FN(_1945kiiipt)
struct BurnDriver BurnDrv1945kiiipt = {
"1945kiiipt", "1945kiii", NULL, NULL, "2000",
"1945k III (Promat license, OPCX1 PCB)\0", NULL, "Oriental Soft", "Miscellaneous",
NULL, NULL, NULL, NULL,
BDF_GAME_WORKING | BDF_CLONE | BDF_ORIENTATION_VERTICAL | BDF_HISCORE_SUPPORTED, 2, HARDWARE_MISC_POST90S, GBF_VERSHOOT, 0,
NULL, _1945kiiiptRomInfo, _1945kiiiptRomName, NULL, NULL, NULL, NULL, _1945kiiiInputInfo, SoliteDIPInfo,
_1945kiiioInit, DrvExit, DrvFrame, DrvDraw, DrvScan, &DrvRecalc, 0x200,
224, 320, 3, 4
};
// Solite Spirits // Solite Spirits
static struct BurnRomInfo slspiritRomDesc[] = { static struct BurnRomInfo slspiritRomDesc[] = {