mirror of
https://github.com/libretro/FBNeo.git
synced 2024-11-27 11:00:27 +00:00
MAME 0.262 sync (irem,konami)
This commit is contained in:
parent
7b95e99691
commit
1f7a04b52c
@ -4370,8 +4370,8 @@ struct BurnDriver BurnDrvCitybombj = {
|
||||
// Kitten Kaboodle
|
||||
|
||||
static struct BurnRomInfo kittenkRomDesc[] = {
|
||||
{ "kitten.15k", 0x10000, 0x8267cb2b, 1 | BRF_PRG | BRF_ESS }, // 0 m68000 Code
|
||||
{ "kitten.15h", 0x10000, 0xeb41cfa5, 1 | BRF_PRG | BRF_ESS }, // 1
|
||||
{ "712-b10.15k", 0x10000, 0x8267cb2b, 1 | BRF_PRG | BRF_ESS }, // 0 m68000 Code
|
||||
{ "712-b09.15h", 0x10000, 0xeb41cfa5, 1 | BRF_PRG | BRF_ESS }, // 1
|
||||
{ "712-b08.15f", 0x20000, 0xe6d71611, 1 | BRF_PRG | BRF_ESS }, // 2
|
||||
{ "712-b07.15d", 0x20000, 0x30f75c9f, 1 | BRF_PRG | BRF_ESS }, // 3
|
||||
|
||||
|
@ -799,9 +799,9 @@ static struct BurnRomInfo mototourRomDesc[] = {
|
||||
{ "mt1-2.c3", 0x2000, 0x3a046dd1, 3 | BRF_GRA }, // 6
|
||||
{ "mt1-3.a3", 0x2000, 0x1cc3d3f4, 3 | BRF_GRA }, // 7
|
||||
|
||||
{ "mt1-8..n3", 0x2000, 0x600a57f5, 4 | BRF_GRA }, // 8 Sprite tiles
|
||||
{ "mt1-9..m3", 0x2000, 0x6f9f2a4e, 4 | BRF_GRA }, // 9
|
||||
{ "mt1-10..k3", 0x2000, 0xd958def5, 4 | BRF_GRA }, // 10
|
||||
{ "mt1-8.n3", 0x2000, 0x600a57f5, 4 | BRF_GRA }, // 8 Sprite tiles
|
||||
{ "mt1-9.m3", 0x2000, 0x6f9f2a4e, 4 | BRF_GRA }, // 9
|
||||
{ "mt1-10.k3", 0x2000, 0xd958def5, 4 | BRF_GRA }, // 10
|
||||
|
||||
{ "mmi6349.k2", 0x0200, 0xc9724350, 5 | BRF_GRA }, // 11 Color data
|
||||
{ "prom1.f1", 0x0020, 0xa1130007, 5 | BRF_GRA }, // 12
|
||||
|
Loading…
Reference in New Issue
Block a user