Previous 199869 Revisions Next

r25444 Friday 27th September, 2013 at 15:56:45 UTC by David Haywood
added some coins, dips etc. to Frantic Fred.. not sure how the directional movement should work tho.
[src/mame/drivers]lethalj.c

trunk/src/mame/drivers/lethalj.c
r25443r25444
522522INPUT_PORTS_END
523523
524524
525static INPUT_PORTS_START( franticf ) // how do the directional inputs work?
526   PORT_START("IN0")
527   PORT_DIPNAME( 0x0001, 0x0001, DEF_STR( Unknown ) )
528   PORT_DIPSETTING(      0x0001, DEF_STR( Off ) )
529   PORT_DIPSETTING(      0x0000, DEF_STR( On ) )
530   PORT_DIPNAME( 0x0002, 0x0002, DEF_STR( Unknown ) )
531   PORT_DIPSETTING(      0x0002, DEF_STR( Off ) )
532   PORT_DIPSETTING(      0x0000, DEF_STR( On ) )
533   PORT_DIPNAME( 0x0004, 0x0004, DEF_STR( Unknown ) )
534   PORT_DIPSETTING(      0x0004, DEF_STR( Off ) )
535   PORT_DIPSETTING(      0x0000, DEF_STR( On ) )
536   PORT_DIPNAME( 0x0008, 0x0008, DEF_STR( Unknown ) )
537   PORT_DIPSETTING(      0x0008, DEF_STR( Off ) )
538   PORT_DIPSETTING(      0x0000, DEF_STR( On ) )
539   PORT_DIPNAME( 0x0010, 0x0010, DEF_STR( Unknown ) )
540   PORT_DIPSETTING(      0x0010, DEF_STR( Off ) )
541   PORT_DIPSETTING(      0x0000, DEF_STR( On ) )
542   PORT_DIPNAME( 0x0020, 0x0020, DEF_STR( Unknown ) )
543   PORT_DIPSETTING(      0x0020, DEF_STR( Off ) )
544   PORT_DIPSETTING(      0x0000, DEF_STR( On ) )
545   PORT_DIPNAME( 0x0040, 0x0040, DEF_STR( Unknown ) )
546   PORT_DIPSETTING(      0x0040, DEF_STR( Off ) )
547   PORT_DIPSETTING(      0x0000, DEF_STR( On ) )
548   PORT_DIPNAME( 0x0080, 0x0080, DEF_STR( Unknown ) )
549   PORT_DIPSETTING(      0x0080, DEF_STR( Off ) )
550   PORT_DIPSETTING(      0x0000, DEF_STR( On ) )
551   PORT_DIPNAME( 0x0100, 0x0100, DEF_STR( Unknown ) )
552   PORT_DIPSETTING(      0x0100, DEF_STR( Off ) )
553   PORT_DIPSETTING(      0x0000, DEF_STR( On ) )
554   PORT_DIPNAME( 0x0200, 0x0200, DEF_STR( Unknown ) )
555   PORT_DIPSETTING(      0x0200, DEF_STR( Off ) )
556   PORT_DIPSETTING(      0x0000, DEF_STR( On ) )
557   PORT_DIPNAME( 0x0400, 0x0400, DEF_STR( Unknown ) )
558   PORT_DIPSETTING(      0x0400, DEF_STR( Off ) )
559   PORT_DIPSETTING(      0x0000, DEF_STR( On ) )
560   PORT_DIPNAME( 0x0800, 0x0800, DEF_STR( Unknown ) )
561   PORT_DIPSETTING(      0x0800, DEF_STR( Off ) )
562   PORT_DIPSETTING(      0x0000, DEF_STR( On ) )
563   PORT_DIPNAME( 0x1000, 0x1000, DEF_STR( Unknown ) )
564   PORT_DIPSETTING(      0x1000, DEF_STR( Off ) )
565   PORT_DIPSETTING(      0x0000, DEF_STR( On ) )
566   PORT_DIPNAME( 0x2000, 0x2000, DEF_STR( Unknown ) )
567   PORT_DIPSETTING(      0x2000, DEF_STR( Off ) )
568   PORT_DIPSETTING(      0x0000, DEF_STR( On ) )
569   PORT_DIPNAME( 0x4000, 0x4000, DEF_STR( Unknown ) )
570   PORT_DIPSETTING(      0x4000, DEF_STR( Off ) )
571   PORT_DIPSETTING(      0x0000, DEF_STR( On ) )
572   PORT_DIPNAME( 0x8000, 0x8000, "x" )
573   PORT_DIPSETTING(      0x8000, DEF_STR( Off ) )
574   PORT_DIPSETTING(      0x0000, DEF_STR( On ) )
525575
576   PORT_START("IN1")
577   PORT_BIT( 0x0001, IP_ACTIVE_LOW, IPT_SERVICE1 )
578   PORT_DIPNAME( 0x0002, 0x0002, DEF_STR( Unknown ) )
579   PORT_DIPSETTING(      0x0002, DEF_STR( Off ) )
580   PORT_DIPSETTING(      0x0000, DEF_STR( On ) )
581   PORT_BIT( 0x0004, IP_ACTIVE_LOW, IPT_COIN1 )
582   PORT_BIT( 0x0008, IP_ACTIVE_LOW, IPT_COIN2 )
583   PORT_DIPNAME( 0x0010, 0x0010, DEF_STR( Unknown ) )
584   PORT_DIPSETTING(      0x0010, DEF_STR( Off ) )
585   PORT_DIPSETTING(      0x0000, DEF_STR( On ) )
586   PORT_DIPNAME( 0x0020, 0x0020, DEF_STR( Unknown ) )
587   PORT_DIPSETTING(      0x0020, DEF_STR( Off ) )
588   PORT_DIPSETTING(      0x0000, DEF_STR( On ) )
589   PORT_DIPNAME( 0x0040, 0x0040, DEF_STR( Unknown ) )
590   PORT_DIPSETTING(      0x0040, DEF_STR( Off ) )
591   PORT_DIPSETTING(      0x0000, DEF_STR( On ) )
592   PORT_DIPNAME( 0x0080, 0x0080, DEF_STR( Unknown ) )
593   PORT_DIPSETTING(      0x0080, DEF_STR( Off ) )
594   PORT_DIPSETTING(      0x0000, DEF_STR( On ) )
595   PORT_DIPNAME( 0x0100, 0x0100, DEF_STR( Unknown ) )
596   PORT_DIPSETTING(      0x0100, DEF_STR( Off ) )
597   PORT_DIPSETTING(      0x0000, DEF_STR( On ) )
598   PORT_DIPNAME( 0x0200, 0x0200, DEF_STR( Unknown ) )
599   PORT_DIPSETTING(      0x0200, DEF_STR( Off ) )
600   PORT_DIPSETTING(      0x0000, DEF_STR( On ) )
601   PORT_DIPNAME( 0x1c00, 0x0400, "Number of Fruit" )
602   PORT_DIPSETTING(      0x0000, "3" )
603   PORT_DIPSETTING(      0x0400, "5" )
604   PORT_DIPSETTING(      0x0800, "7" )
605   PORT_DIPSETTING(      0x0c00, "9" )
606   PORT_DIPSETTING(      0x1000, "9 (duplicate 1)" ) // appear to be duplicates but could affect something else too
607   PORT_DIPSETTING(      0x1400, "9 (duplicate 2)" )
608   PORT_DIPSETTING(      0x1800, "9 (duplicate 3)" )
609   PORT_DIPSETTING(      0x1c00, "9 (duplicate 4)" )
610   PORT_DIPNAME( 0x6000, 0x2000, "Initial Fruit Values" )
611   PORT_DIPSETTING(      0x0000, "Lowest" )
612   PORT_DIPSETTING(      0x2000, "Low" )
613   PORT_DIPSETTING(      0x4000, "Medium" )
614   PORT_DIPSETTING(      0x6000, "High" )
615   PORT_DIPNAME( 0x8000, 0x0000, DEF_STR( Demo_Sounds ) )
616   PORT_DIPSETTING(      0x8000, DEF_STR( Off ) )
617   PORT_DIPSETTING(      0x0000, DEF_STR( On ) )
618
619//   PORT_START("PADDLE")
620//   PORT_BIT( 0x00ff, 0x0000, IPT_PADDLE ) PORT_PLAYER(1) PORT_SENSITIVITY(50) PORT_KEYDELTA(8) PORT_CENTERDELTA(0) PORT_REVERSE
621INPUT_PORTS_END
622
623
526624/*************************************
527625 *
528626 *  34010 configuration
r25443r25444
9371035 *************************************/
9381036
9391037GAME( 1996, lethalj,   0,        lethalj,  lethalj,   driver_device, 0,        ROT0,  "The Game Room", "Lethal Justice", 0 )
940GAME( 1996, franticf,  0,        gameroom, eggvntdx,  driver_device, 0,        ROT0,  "The Game Room", "Frantic Fred", GAME_NOT_WORKING|GAME_NO_SOUND )
1038GAME( 1996, franticf,  0,        gameroom, franticf,  driver_device, 0,        ROT0,  "The Game Room", "Frantic Fred", GAME_NOT_WORKING )
9411039GAME( 1997, eggventr,  0,        gameroom, eggventr,  driver_device, 0,        ROT0,  "The Game Room", "Egg Venture (Release 10)", 0 )
9421040GAME( 1997, eggventr8, eggventr, gameroom, eggventr,  driver_device, 0,        ROT0,  "The Game Room", "Egg Venture (Release 8)", 0 )
9431041GAME( 1997, eggventr7, eggventr, gameroom, eggventr,  driver_device, 0,        ROT0,  "The Game Room", "Egg Venture (Release 7)", 0 )

Previous 199869 Revisions Next


© 1997-2024 The MAME Team