trunk/src/mame/drivers/tatsumi.c
| r31536 | r31537 | |
| 570 | 570 | PORT_DIPNAME( 0x0004, 0x0004, DEF_STR( Service_Mode ) ) PORT_DIPLOCATION("SW3:3") |
| 571 | 571 | PORT_DIPSETTING( 0x0004, DEF_STR( Off ) ) |
| 572 | 572 | 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") |
| 574 | 574 | PORT_DIPSETTING( 0x0008, DEF_STR( Off ) ) |
| 575 | 575 | PORT_DIPSETTING( 0x0000, DEF_STR( On ) ) |
| 576 | 576 | |
| r31536 | r31537 | |
| 654 | 654 | PORT_BIT( 0x0080, IP_ACTIVE_LOW, IPT_JOYSTICK_UP ) PORT_8WAY PORT_PLAYER(4) |
| 655 | 655 | INPUT_PORTS_END |
| 656 | 656 | |
| 657 | static 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 ) ) |
| 664 | INPUT_PORTS_END |
| 665 | |
| 657 | 666 | static INPUT_PORTS_START( bigfight ) |
| 658 | 667 | PORT_START("SERVICE") |
| 659 | 668 | PORT_BIT( 0x01, IP_ACTIVE_LOW, IPT_COIN1 ) |
| r31536 | r31537 | |
| 1425 | 1434 | GAME( 1988, apache3, 0, apache3, apache3, tatsumi_state, apache3, ROT0, "Tatsumi", "Apache 3", GAME_IMPERFECT_GRAPHICS ) |
| 1426 | 1435 | GAME( 1988, apache3a, apache3, apache3, apache3, tatsumi_state, apache3, ROT0, "Tatsumi (Kana Corporation license)", "Apache 3 (Kana Corporation license)", GAME_IMPERFECT_GRAPHICS ) |
| 1427 | 1436 | GAMEL(1989, roundup5, 0, roundup5, roundup5, tatsumi_state, roundup5, ROT0, "Tatsumi", "Round Up 5 - Super Delta Force", GAME_IMPERFECT_GRAPHICS, layout_roundup5 ) |
| 1428 | | GAME( 1991, cyclwarr, 0, cyclwarr, cyclwarr, tatsumi_state, cyclwarr, ROT0, "Tatsumi", "Cycle Warriors (set 1)", GAME_IMPERFECT_GRAPHICS ) |
| 1429 | | GAME( 1991, cyclwarra, cyclwarr, cyclwarr, cyclwarr, tatsumi_state, cyclwarr, ROT0, "Tatsumi", "Cycle Warriors (set 2)", GAME_IMPERFECT_GRAPHICS ) |
| 1437 | GAME( 1991, cyclwarr, 0, cyclwarr, cyclwarr, tatsumi_state, cyclwarr, ROT0, "Tatsumi", "Cycle Warriors (rev C)", GAME_IMPERFECT_GRAPHICS ) // Rev C & B CPU code |
| 1438 | GAME( 1991, cyclwarra, cyclwarr, cyclwarr, cyclwarb, tatsumi_state, cyclwarr, ROT0, "Tatsumi", "Cycle Warriors (rev B)", GAME_IMPERFECT_GRAPHICS ) // Rev B & A CPU code |
| 1430 | 1439 | GAME( 1992, bigfight, 0, bigfight, bigfight, tatsumi_state, cyclwarr, ROT0, "Tatsumi", "Big Fight - Big Trouble In The Atlantic Ocean", GAME_IMPERFECT_GRAPHICS ) |