mirror of
https://github.com/holub/mame
synced 2025-04-23 00:39:36 +03:00
New working clone (#9110)
----------------- Tayny okeana [algestam, Milan Galcik]
This commit is contained in:
parent
061b2e1d95
commit
70453f3d55
@ -1187,6 +1187,7 @@ public:
|
||||
{ }
|
||||
|
||||
void gnw_octopus(machine_config &config);
|
||||
void taynyoke(machine_config &config);
|
||||
};
|
||||
|
||||
// config
|
||||
@ -1224,6 +1225,11 @@ void gnw_octopus_state::gnw_octopus(machine_config &config)
|
||||
sm5a_common(config, 1586, 1080); // R mask option confirmed
|
||||
}
|
||||
|
||||
void gnw_octopus_state::taynyoke(machine_config &config)
|
||||
{
|
||||
kb1013vk12_common(config, 1647, 1080); // R mask option confirmed
|
||||
}
|
||||
|
||||
// roms
|
||||
|
||||
ROM_START( gnw_octopus )
|
||||
@ -1234,6 +1240,14 @@ ROM_START( gnw_octopus )
|
||||
ROM_LOAD( "gnw_octopus.svg", 0, 119827, CRC(efbdaa65) SHA1(42c746bef282176d59f57ddf7328f8d034f4ca02) )
|
||||
ROM_END
|
||||
|
||||
ROM_START( taynyoke )
|
||||
ROM_REGION( 0x1000, "maincpu", 0 )
|
||||
ROM_LOAD( "im-03.bin", 0x0000, 0x0740, CRC(bd27781d) SHA1(07b4feb9265c83b159f96c7e8ee1c61a2cc17dc5) )
|
||||
|
||||
ROM_REGION( 93910, "screen", 0)
|
||||
ROM_LOAD( "taynyoke.svg", 0, 93910, CRC(da7a835e) SHA1(1fe427a60bbf78fdf29ea401ec86b225098b68bb) )
|
||||
ROM_END
|
||||
|
||||
|
||||
|
||||
|
||||
@ -9694,6 +9708,7 @@ CONS( 1981, gnw_lion, 0, 0, gnw_lion, gnw_lion, gnw_lion_s
|
||||
// Nintendo G&W: Wide Screen
|
||||
CONS( 1981, gnw_pchute, 0, 0, gnw_pchute, gnw_pchute, gnw_pchute_state, empty_init, "Nintendo", "Game & Watch: Parachute", MACHINE_SUPPORTS_SAVE | MACHINE_REQUIRES_ARTWORK )
|
||||
CONS( 1981, gnw_octopus, 0, 0, gnw_octopus, gnw_octopus, gnw_octopus_state, empty_init, "Nintendo", "Game & Watch: Octopus", MACHINE_SUPPORTS_SAVE | MACHINE_REQUIRES_ARTWORK )
|
||||
CONS( 1988, taynyoke, gnw_octopus, 0, taynyoke, gnw_octopus, gnw_octopus_state, empty_init, "bootleg (Elektronika)", "Tayny okeana", MACHINE_SUPPORTS_SAVE | MACHINE_REQUIRES_ARTWORK )
|
||||
CONS( 1981, gnw_popeye, 0, 0, gnw_popeye, gnw_popeye, gnw_popeye_state, empty_init, "Nintendo", "Game & Watch: Popeye (Wide Screen)", MACHINE_SUPPORTS_SAVE | MACHINE_REQUIRES_ARTWORK )
|
||||
CONS( 1981, gnw_chef, 0, 0, gnw_chef, gnw_chef, gnw_chef_state, empty_init, "Nintendo", "Game & Watch: Chef", MACHINE_SUPPORTS_SAVE | MACHINE_REQUIRES_ARTWORK )
|
||||
CONS( 1989, vespovar, gnw_chef, 0, vespovar, gnw_chef, gnw_chef_state, empty_init, "bootleg (Elektronika)", "Vesyolyy povar", MACHINE_SUPPORTS_SAVE | MACHINE_REQUIRES_ARTWORK )
|
||||
|
@ -16520,6 +16520,7 @@ rkosmosa // Elektronika
|
||||
taddams // Tiger
|
||||
taltbeast // Tiger
|
||||
tapollo13 // Tiger
|
||||
taynyoke // Elektronika
|
||||
tbatfor // Tiger
|
||||
tbatman // Tiger
|
||||
tbatmana // Tiger
|
||||
|
Loading…
Reference in New Issue
Block a user