Previous 199869 Revisions Next

r31537 Thursday 7th August, 2014 at 05:18:55 UTC by Brian Troha
tatsumi.c: Minor Updates - NW

Rename Cycle Warriors as rev C & rev B instead of set 1 and set 2.
Added the "Hardware Test Mode" dipswitch that rev C has that rev B does NOT.
Gave rev B it's own dipswitch setting to reflect the lack of the newer test mode.
[src/mame/drivers]tatsumi.c

trunk/src/mame/drivers/tatsumi.c
r31536r31537
570570   PORT_DIPNAME( 0x0004, 0x0004, DEF_STR( Service_Mode ) ) PORT_DIPLOCATION("SW3:3")
571571   PORT_DIPSETTING(      0x0004, DEF_STR( Off ) )
572572   PORT_DIPSETTING(      0x0000, DEF_STR( On ) )
573   PORT_DIPNAME( 0x0008, 0x0008, DEF_STR( Unknown ) ) PORT_DIPLOCATION("SW3:4")
573   PORT_DIPNAME( 0x0008, 0x0008, "Hardware Test Mode" ) PORT_DIPLOCATION("SW3:4")
574574   PORT_DIPSETTING(      0x0008, DEF_STR( Off ) )
575575   PORT_DIPSETTING(      0x0000, DEF_STR( On ) )
576576
r31536r31537
654654   PORT_BIT( 0x0080, IP_ACTIVE_LOW, IPT_JOYSTICK_UP    ) PORT_8WAY PORT_PLAYER(4)
655655INPUT_PORTS_END
656656
657static INPUT_PORTS_START( cyclwarb )
658   PORT_INCLUDE(cyclwarr)
659
660   PORT_MODIFY("DSW3")
661   PORT_DIPNAME( 0x0008, 0x0008, DEF_STR( Unknown ) ) PORT_DIPLOCATION("SW3:4")
662   PORT_DIPSETTING(      0x0008, DEF_STR( Off ) )
663   PORT_DIPSETTING(      0x0000, DEF_STR( On ) )
664INPUT_PORTS_END
665
657666static INPUT_PORTS_START( bigfight )
658667   PORT_START("SERVICE")
659668   PORT_BIT( 0x01, IP_ACTIVE_LOW, IPT_COIN1 )
r31536r31537
14251434GAME( 1988, apache3,   0,        apache3,   apache3,  tatsumi_state, apache3,  ROT0, "Tatsumi", "Apache 3", GAME_IMPERFECT_GRAPHICS )
14261435GAME( 1988, apache3a,  apache3,  apache3,   apache3,  tatsumi_state, apache3,  ROT0, "Tatsumi (Kana Corporation license)", "Apache 3 (Kana Corporation license)", GAME_IMPERFECT_GRAPHICS )
14271436GAMEL(1989, roundup5,  0,        roundup5,  roundup5, tatsumi_state, roundup5, ROT0, "Tatsumi", "Round Up 5 - Super Delta Force", GAME_IMPERFECT_GRAPHICS, layout_roundup5 )
1428GAME( 1991, cyclwarr,  0,        cyclwarr,  cyclwarr, tatsumi_state, cyclwarr, ROT0, "Tatsumi", "Cycle Warriors (set 1)", GAME_IMPERFECT_GRAPHICS )
1429GAME( 1991, cyclwarra, cyclwarr, cyclwarr,  cyclwarr, tatsumi_state, cyclwarr, ROT0, "Tatsumi", "Cycle Warriors (set 2)", GAME_IMPERFECT_GRAPHICS )
1437GAME( 1991, cyclwarr,  0,        cyclwarr,  cyclwarr, tatsumi_state, cyclwarr, ROT0, "Tatsumi", "Cycle Warriors (rev C)", GAME_IMPERFECT_GRAPHICS ) // Rev C & B CPU code
1438GAME( 1991, cyclwarra, cyclwarr, cyclwarr,  cyclwarb, tatsumi_state, cyclwarr, ROT0, "Tatsumi", "Cycle Warriors (rev B)", GAME_IMPERFECT_GRAPHICS ) // Rev B & A CPU code
14301439GAME( 1992, bigfight,  0,        bigfight,  bigfight, tatsumi_state, cyclwarr, ROT0, "Tatsumi", "Big Fight - Big Trouble In The Atlantic Ocean", GAME_IMPERFECT_GRAPHICS )

Previous 199869 Revisions Next


© 1997-2024 The MAME Team