mirror of
https://github.com/holub/mame
synced 2025-04-22 00:11:58 +03:00
Machines promoted to working
---------------------------- Autoslalom [hap]
This commit is contained in:
parent
901fe7d7a2
commit
6f17bdd35a
@ -1373,11 +1373,12 @@ ROM_END
|
||||
MC-25 and EG-26 are the same game, it's assumed that the latter was for
|
||||
regions where Nintendo wasn't able to license from Disney.
|
||||
|
||||
In 1984, Elektronika(USSR) released a clone: Ну, погоди! (Nu, pogodi!). This was
|
||||
followed by several other titles that were the same under the hood, only differing
|
||||
in graphics. They also made a slightly modified version, adding a new game mode
|
||||
(by pressing A+B) where the player/CPU roles are reversed. This version is known as
|
||||
Разведчики космоса (Razvedchiki kosmosa, export version: Explorers of Space).
|
||||
In 1984, Электроника (Elektronika, USSR) released an unlicensed clone:
|
||||
Ну, погоди! (Nu, pogodi!). This was followed by several other titles that
|
||||
were the same under the hood, only differing in graphics. They also made a
|
||||
slightly modified version, adding a new game mode (by pressing A+B) where the
|
||||
player/CPU roles are reversed. This version is known as Разведчики космоса
|
||||
(Razvedchiki kosmosa, export version: Explorers of Space).
|
||||
|
||||
***************************************************************************/
|
||||
|
||||
@ -9265,10 +9266,10 @@ static INPUT_PORTS_START( auslalom )
|
||||
PORT_BIT( 0x0f, IP_ACTIVE_HIGH, IPT_UNUSED )
|
||||
|
||||
PORT_START("IN.1") // R3
|
||||
PORT_BIT( 0x01, IP_ACTIVE_HIGH, IPT_JOYSTICKRIGHT_DOWN ) PORT_CHANGED_CB(input_changed) PORT_16WAY
|
||||
PORT_BIT( 0x02, IP_ACTIVE_HIGH, IPT_JOYSTICKRIGHT_UP ) PORT_CHANGED_CB(input_changed) PORT_16WAY
|
||||
PORT_BIT( 0x04, IP_ACTIVE_HIGH, IPT_JOYSTICKLEFT_DOWN ) PORT_CHANGED_CB(input_changed) PORT_16WAY
|
||||
PORT_BIT( 0x08, IP_ACTIVE_HIGH, IPT_JOYSTICKLEFT_UP ) PORT_CHANGED_CB(input_changed) PORT_16WAY
|
||||
PORT_BIT( 0x01, IP_ACTIVE_HIGH, IPT_JOYSTICK_RIGHT ) PORT_CHANGED_CB(input_changed) PORT_16WAY
|
||||
PORT_BIT( 0x02, IP_ACTIVE_HIGH, IPT_BUTTON2 ) PORT_CHANGED_CB(input_changed) PORT_NAME(u8"Запуск (Start)")
|
||||
PORT_BIT( 0x04, IP_ACTIVE_HIGH, IPT_JOYSTICK_LEFT ) PORT_CHANGED_CB(input_changed) PORT_16WAY
|
||||
PORT_BIT( 0x08, IP_ACTIVE_HIGH, IPT_BUTTON1 ) PORT_CHANGED_CB(input_changed) PORT_NAME(u8"Скорость (Speed)")
|
||||
|
||||
PORT_START("IN.2") // R4
|
||||
PORT_BIT( 0x01, IP_ACTIVE_HIGH, IPT_SELECT ) PORT_CHANGED_CB(input_changed) PORT_NAME("Time")
|
||||
@ -9291,8 +9292,8 @@ ROM_START( auslalom )
|
||||
ROM_REGION( 0x1000, "maincpu", 0 )
|
||||
ROM_LOAD( "im-23.bin", 0x0000, 0x0740, CRC(3b6e726f) SHA1(eabd04722811d1cc6519db9386b14a535f5aa865) )
|
||||
|
||||
ROM_REGION( 79971, "screen", 0)
|
||||
ROM_LOAD( "auslalom.svg", 0, 79971, BAD_DUMP CRC(092c1358) SHA1(8a26b600b4b776aa06e5027cfa7a0b306ddae667) )
|
||||
ROM_REGION( 85857, "screen", 0)
|
||||
ROM_LOAD( "auslalom.svg", 0, 85857, BAD_DUMP CRC(47381b27) SHA1(de0410331669c07c32aaed391b8da469696adbe7) )
|
||||
ROM_END
|
||||
|
||||
|
||||
@ -9549,5 +9550,5 @@ CONS( 1983, tigarden, trshutvoy, 0, tigarden, trshutvoy, trshutvoy_
|
||||
CONS( 1982, trsrescue, 0, 0, trsrescue, trsrescue, trsrescue_state, empty_init, "Tronica", "Space Rescue", MACHINE_SUPPORTS_SAVE | MACHINE_REQUIRES_ARTWORK )
|
||||
|
||||
// misc
|
||||
CONS( 1990, auslalom, 0, 0, auslalom, auslalom, auslalom_state, empty_init, "Elektronika", "Autoslalom", MACHINE_SUPPORTS_SAVE | MACHINE_REQUIRES_ARTWORK | MACHINE_NOT_WORKING )
|
||||
CONS( 1990, auslalom, 0, 0, auslalom, auslalom, auslalom_state, empty_init, "Elektronika", "Autoslalom", MACHINE_SUPPORTS_SAVE | MACHINE_REQUIRES_ARTWORK )
|
||||
CONS( 1989, nummunch, 0, 0, nummunch, nummunch, nummunch_state, empty_init, "VTech", "Electronic Number Muncher", MACHINE_SUPPORTS_SAVE )
|
||||
|
Loading…
Reference in New Issue
Block a user