Previous 199869 Revisions Next

r31941 Saturday 6th September, 2014 at 03:00:58 UTC by Robbbert
inder.c : Atleta is working. [Robbbert]
[src/mame/drivers]inder.c

trunk/src/mame/drivers/inder.c
r31940r31941
1919  - Clown: dips don't always work. No mechanical sounds.
2020  - Corsario: dips don't always work. No mechanical sounds.
2121  - Mundial 90: dips don't always work. No mechanical sounds.
22  - Atleta: Switch problem, need the manual. No mechanical sounds.
22  - Atleta: dips don't always work. No mechanical sounds.
2323  - 250CC: dips don't always work. No mechanical sounds.
2424  - Metal Man: not working
2525
r31940r31941
817817   PORT_BIT( 0xff, IP_ACTIVE_HIGH, IPT_UNUSED )
818818INPUT_PORTS_END
819819
820// wrong, no manual available
821820static INPUT_PORTS_START( atleta )
822821   PORT_START("SW.0")
823822   PORT_DIPNAME( 0x80, 0x80, "Balls")
r31940r31941
827826   PORT_DIPSETTING(    0x30, DEF_STR( 1C_1C )) // slot 2: 1 moneda 4 partidas
828827   PORT_DIPSETTING(    0x00, DEF_STR( 2C_1C )) // and 4c_3c; slot 2: 1 moneda 3 partidas
829828   PORT_DIPNAME( 0x0c, 0x0c, "Points for free game")
830   PORT_DIPSETTING(    0x0c, "3000000")
831   PORT_DIPSETTING(    0x08, "3300000")
832   PORT_DIPSETTING(    0x04, "3500000")
833   PORT_DIPSETTING(    0x00, "3800000")
829   PORT_DIPSETTING(    0x0c, "3500000")
830   PORT_DIPSETTING(    0x08, "4000000")
831   PORT_DIPSETTING(    0x04, "4500000")
832   PORT_DIPSETTING(    0x00, "5000000")
834833
835834   PORT_START("SW.1")
835   PORT_DIPNAME( 0x80, 0x80, "Dianas") // "Dificultad bola extra dianas posterior bancada"
836   PORT_DIPSETTING(    0x80, DEF_STR(Easy)) // "Facil"
837   PORT_DIPSETTING(    0x00, DEF_STR(Hard)) // "Dificil"
836838   PORT_DIPNAME( 0x30, 0x30, "High Score") //"Handicap"
837   PORT_DIPSETTING(    0x30, "5000000")
838   PORT_DIPSETTING(    0x20, "5200000")
839   PORT_DIPSETTING(    0x10, "5400000")
840   PORT_DIPSETTING(    0x00, "5600000")
841   PORT_BIT( 0xcf, IP_ACTIVE_LOW, IPT_UNUSED )
839   PORT_DIPSETTING(    0x30, "5500000")
840   PORT_DIPSETTING(    0x20, "6000000")
841   PORT_DIPSETTING(    0x10, "6500000")
842   PORT_DIPSETTING(    0x00, "7000000")
843   PORT_BIT( 0x4f, IP_ACTIVE_LOW, IPT_UNUSED )
842844
843845   PORT_START("SW.2")
844   PORT_DIPNAME( 0x30, 0x30, "High Score Returns??") //"Handicap de Vueltas"
845   PORT_DIPSETTING(    0x30, "20")
846   PORT_DIPSETTING(    0x20, "25")
847   PORT_DIPSETTING(    0x10, "30")
848   PORT_DIPSETTING(    0x00, "35")
849   PORT_DIPNAME( 0x01, 0x01, "Apagado de dianas")
850   PORT_DIPSETTING(    0x01, DEF_STR(Easy)) // "Facil"
851   PORT_DIPSETTING(    0x00, DEF_STR(Hard)) // "Dificil"
852   PORT_BIT( 0xce, IP_ACTIVE_LOW, IPT_UNUSED )
846   PORT_BIT( 0xff, IP_ACTIVE_LOW, IPT_UNUSED )
853847
854848   PORT_START("SW.3")
855849   PORT_BIT( 0x01, IP_ACTIVE_HIGH, IPT_COIN1 ) // "Monedero A"
856   PORT_BIT( 0x02, IP_ACTIVE_HIGH, IPT_COIN2 ) // "Monedero B"
857   PORT_BIT( 0x04, IP_ACTIVE_HIGH, IPT_UNUSED )
850   PORT_BIT( 0x02, IP_ACTIVE_HIGH, IPT_UNUSED )
851   PORT_BIT( 0x04, IP_ACTIVE_HIGH, IPT_OTHER ) PORT_CODE(KEYCODE_QUOTE)
858852   PORT_BIT( 0x08, IP_ACTIVE_HIGH, IPT_TILT ) // "Falta"
859853   PORT_BIT( 0x10, IP_ACTIVE_HIGH, IPT_START1 ) // "Pulsador Partidas"
860   PORT_BIT( 0x20, IP_ACTIVE_HIGH, IPT_UNUSED )
854   PORT_BIT( 0x20, IP_ACTIVE_HIGH, IPT_SERVICE3 ) PORT_NAME("Reset") // "Puesta a cero"
861855   PORT_BIT( 0x40, IP_ACTIVE_HIGH, IPT_SERVICE2 ) PORT_NAME("Accounting info") // "Test economico"
862856   PORT_BIT( 0x80, IP_ACTIVE_HIGH, IPT_SERVICE1 ) PORT_NAME("Test") // "Test tecnico"
863857
r31940r31941
896890   PORT_BIT( 0x02, IP_ACTIVE_HIGH, IPT_OTHER ) PORT_CODE(KEYCODE_X) PORT_NAME("Outhole")
897891   PORT_BIT( 0x04, IP_ACTIVE_HIGH, IPT_OTHER ) PORT_CODE(KEYCODE_EQUALS)
898892   PORT_BIT( 0x08, IP_ACTIVE_HIGH, IPT_OTHER ) PORT_CODE(KEYCODE_BACKSPACE)
899   PORT_BIT( 0x10, IP_ACTIVE_HIGH, IPT_OTHER ) PORT_CODE(KEYCODE_OPENBRACE)
893   PORT_BIT( 0x10, IP_ACTIVE_LOW, IPT_OTHER ) PORT_CODE(KEYCODE_OPENBRACE)
900894   PORT_BIT( 0x20, IP_ACTIVE_HIGH, IPT_OTHER ) PORT_CODE(KEYCODE_CLOSEBRACE)
901895   PORT_BIT( 0x40, IP_ACTIVE_HIGH, IPT_OTHER ) PORT_CODE(KEYCODE_BACKSLASH)
902896   PORT_BIT( 0x80, IP_ACTIVE_HIGH, IPT_OTHER ) PORT_CODE(KEYCODE_COLON)
r31940r31941
16381632GAME(1988,  pinclown,   0,    inder,    pinclown, inder_state, inder1, ROT0, "Inder", "Clown (Inder)",      GAME_MECHANICAL)
16391633GAME(1989,  corsario,   0,    inder,    corsario, inder_state, inder1, ROT0, "Inder", "Corsario",           GAME_MECHANICAL)
16401634GAME(1990,  mundial,    0,    inder,    mundial,  inder_state, inder1, ROT0, "Inder", "Mundial 90",         GAME_MECHANICAL)
1641GAME(1991,  atleta,     0,    inder,    atleta,   inder_state, inder1, ROT0, "Inder", "Atleta",             GAME_MECHANICAL | GAME_NOT_WORKING )
1635GAME(1991,  atleta,     0,    inder,    atleta,   inder_state, inder1, ROT0, "Inder", "Atleta",             GAME_MECHANICAL)
16421636GAME(1992,  ind250cc,   0,    inder,    ind250cc, inder_state, inder1, ROT0, "Inder", "250 CC",             GAME_MECHANICAL)
16431637
16441638// new cpu board, later revision of msm5205 sound board

Previous 199869 Revisions Next


© 1997-2024 The MAME Team