mirror of
https://github.com/holub/mame
synced 2025-06-08 22:03:55 +03:00
New working clone (#8867)
* New working clone ----------------- Kot-rybolov [algestam, Milan Galcik]
This commit is contained in:
parent
3ca4c4e34c
commit
b84bd8c6ae
@ -1390,10 +1390,14 @@ ROM_END
|
|||||||
(Razvedchiki kosmosa, export version: Explorers of Space).
|
(Razvedchiki kosmosa, export version: Explorers of Space).
|
||||||
|
|
||||||
The following Mickey Mouse Elektronika clones are emulated in MAME:
|
The following Mickey Mouse Elektronika clones are emulated in MAME:
|
||||||
* IM-02: Nu, pogodi! (Ну, погоди!)
|
|
||||||
* IM-13: Explorers of Space (Разведчики космоса)
|
Model Title Transliteration Export version Note
|
||||||
* IM-16: Fowling (Охота)
|
---------------------------------------------------------------------------------
|
||||||
* IM-22: Monkey Goalkeeper (Весёлые футболисты)
|
ИМ-02 Ну, погоди! Nu, pogodi! - -
|
||||||
|
ИМ-13 Разведчики космоса Razvedchiki kosmosa Explorers of Space Modified ROM (see note above)
|
||||||
|
ИМ-16 Охота Okhota Fowling -
|
||||||
|
ИМ-22 Весёлые футболисты Vesjolye futbolisty Monkey Goalkeeper -
|
||||||
|
ИМ-32 Кот-рыболов Kot-rybolov - -
|
||||||
|
|
||||||
***************************************************************************/
|
***************************************************************************/
|
||||||
|
|
||||||
@ -1410,6 +1414,7 @@ public:
|
|||||||
void exospace(machine_config &config);
|
void exospace(machine_config &config);
|
||||||
void fowling(machine_config &config);
|
void fowling(machine_config &config);
|
||||||
void monkeygk(machine_config &config);
|
void monkeygk(machine_config &config);
|
||||||
|
void krybolov(machine_config & config);
|
||||||
};
|
};
|
||||||
|
|
||||||
// config
|
// config
|
||||||
@ -1476,6 +1481,11 @@ void gnw_mmouse_state::monkeygk(machine_config &config)
|
|||||||
kb1013vk12_common(config, 1655, 1080); // R mask option ?
|
kb1013vk12_common(config, 1655, 1080); // R mask option ?
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void gnw_mmouse_state::krybolov(machine_config &config)
|
||||||
|
{
|
||||||
|
kb1013vk12_common(config, 1638, 1080); // R mask option ?
|
||||||
|
}
|
||||||
|
|
||||||
// roms
|
// roms
|
||||||
|
|
||||||
ROM_START( gnw_mmouse )
|
ROM_START( gnw_mmouse )
|
||||||
@ -1526,6 +1536,14 @@ ROM_START( monkeygk )
|
|||||||
ROM_LOAD( "monkeygk.svg", 0, 131901, CRC(85811308) SHA1(288aa41bade08c61e0d346b9c1109179564e34ed) )
|
ROM_LOAD( "monkeygk.svg", 0, 131901, CRC(85811308) SHA1(288aa41bade08c61e0d346b9c1109179564e34ed) )
|
||||||
ROM_END
|
ROM_END
|
||||||
|
|
||||||
|
ROM_START( krybolov )
|
||||||
|
ROM_REGION( 0x1000, "maincpu", 0 )
|
||||||
|
ROM_LOAD( "im-32.bin", 0x0000, 0x0740, CRC(cb820c32) SHA1(7e94fc255f32db725d5aa9e196088e490c1a1443) )
|
||||||
|
|
||||||
|
ROM_REGION( 132804, "screen", 0)
|
||||||
|
ROM_LOAD( "krybolov.svg", 0, 132804, CRC(4e3e70d3) SHA1(18f1300afa601deb6ac01dcf7dca88187b7940a3) )
|
||||||
|
ROM_END
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -9576,6 +9594,7 @@ CONS( 1984, nupogodi, gnw_mmouse, 0, nupogodi, gnw_mmouse, gnw_mmouse
|
|||||||
CONS( 1989, exospace, gnw_mmouse, 0, exospace, exospace, gnw_mmouse_state, empty_init, "bootleg (Elektronika)", "Explorers of Space", MACHINE_SUPPORTS_SAVE | MACHINE_REQUIRES_ARTWORK )
|
CONS( 1989, exospace, gnw_mmouse, 0, exospace, exospace, gnw_mmouse_state, empty_init, "bootleg (Elektronika)", "Explorers of Space", MACHINE_SUPPORTS_SAVE | MACHINE_REQUIRES_ARTWORK )
|
||||||
CONS( 1989, fowling, gnw_mmouse, 0, fowling, gnw_mmouse, gnw_mmouse_state, empty_init, "bootleg (Elektronika)", "Fowling", MACHINE_SUPPORTS_SAVE | MACHINE_REQUIRES_ARTWORK )
|
CONS( 1989, fowling, gnw_mmouse, 0, fowling, gnw_mmouse, gnw_mmouse_state, empty_init, "bootleg (Elektronika)", "Fowling", MACHINE_SUPPORTS_SAVE | MACHINE_REQUIRES_ARTWORK )
|
||||||
CONS( 1989, monkeygk, gnw_mmouse, 0, monkeygk, gnw_mmouse, gnw_mmouse_state, empty_init, "bootleg (Elektronika)", "Monkey Goalkeeper", MACHINE_SUPPORTS_SAVE | MACHINE_REQUIRES_ARTWORK )
|
CONS( 1989, monkeygk, gnw_mmouse, 0, monkeygk, gnw_mmouse, gnw_mmouse_state, empty_init, "bootleg (Elektronika)", "Monkey Goalkeeper", MACHINE_SUPPORTS_SAVE | MACHINE_REQUIRES_ARTWORK )
|
||||||
|
CONS( 1989, krybolov, gnw_mmouse, 0, krybolov, gnw_mmouse, gnw_mmouse_state, empty_init, "bootleg (Elektronika)", "Kot-rybolov (Elektronika)", MACHINE_SUPPORTS_SAVE | MACHINE_REQUIRES_ARTWORK )
|
||||||
CONS( 1981, gnw_fire, 0, 0, gnw_fire, gnw_fire, gnw_fire_state, empty_init, "Nintendo", "Game & Watch: Fire (Wide Screen)", MACHINE_SUPPORTS_SAVE | MACHINE_REQUIRES_ARTWORK )
|
CONS( 1981, gnw_fire, 0, 0, gnw_fire, gnw_fire, gnw_fire_state, empty_init, "Nintendo", "Game & Watch: Fire (Wide Screen)", MACHINE_SUPPORTS_SAVE | MACHINE_REQUIRES_ARTWORK )
|
||||||
CONS( 1989, spacebridge, gnw_fire, 0, spacebridge, gnw_fire, gnw_fire_state, empty_init, "bootleg (Elektronika)", "Space Bridge", MACHINE_SUPPORTS_SAVE | MACHINE_REQUIRES_ARTWORK )
|
CONS( 1989, spacebridge, gnw_fire, 0, spacebridge, gnw_fire, gnw_fire_state, empty_init, "bootleg (Elektronika)", "Space Bridge", MACHINE_SUPPORTS_SAVE | MACHINE_REQUIRES_ARTWORK )
|
||||||
CONS( 1982, gnw_tbridge, 0, 0, gnw_tbridge, gnw_tbridge, gnw_tbridge_state, empty_init, "Nintendo", "Game & Watch: Turtle Bridge", MACHINE_SUPPORTS_SAVE | MACHINE_REQUIRES_ARTWORK )
|
CONS( 1982, gnw_tbridge, 0, 0, gnw_tbridge, gnw_tbridge, gnw_tbridge_state, empty_init, "Nintendo", "Game & Watch: Turtle Bridge", MACHINE_SUPPORTS_SAVE | MACHINE_REQUIRES_ARTWORK )
|
||||||
|
@ -16466,6 +16466,7 @@ kgarfld // Konami
|
|||||||
kgradius // Konami
|
kgradius // Konami
|
||||||
kloneran // Konami
|
kloneran // Konami
|
||||||
knfl // Konami
|
knfl // Konami
|
||||||
|
krybolov // Elektronika
|
||||||
ktmnt // Konami
|
ktmnt // Konami
|
||||||
ktopgun // Konami
|
ktopgun // Konami
|
||||||
merrycook // Elektronika
|
merrycook // Elektronika
|
||||||
|
Loading…
Reference in New Issue
Block a user