trunk/src/mame/drivers/segas18.c
| r32374 | r32375 | |
| 906 | 906 | |
| 907 | 907 | INPUT_PORTS_END |
| 908 | 908 | |
| 909 | static INPUT_PORTS_START( ddcrew3p ) |
| 910 | PORT_INCLUDE( ddcrew2p ) |
| 911 | |
| 912 | PORT_MODIFY("PORTC") |
| 913 | PORT_BIT( 0x01, IP_ACTIVE_LOW, IPT_BUTTON1 ) PORT_PLAYER(3) |
| 914 | PORT_BIT( 0x02, IP_ACTIVE_LOW, IPT_BUTTON2 ) PORT_PLAYER(3) |
| 915 | PORT_BIT( 0x04, IP_ACTIVE_LOW, IPT_BUTTON3 ) PORT_PLAYER(3) |
| 916 | PORT_BIT( 0x08, IP_ACTIVE_LOW, IPT_START3 ) |
| 917 | PORT_BIT( 0x10, IP_ACTIVE_LOW, IPT_JOYSTICK_DOWN ) PORT_8WAY PORT_PLAYER(3) |
| 918 | PORT_BIT( 0x20, IP_ACTIVE_LOW, IPT_JOYSTICK_UP ) PORT_8WAY PORT_PLAYER(3) |
| 919 | PORT_BIT( 0x40, IP_ACTIVE_LOW, IPT_JOYSTICK_RIGHT ) PORT_8WAY PORT_PLAYER(3) |
| 920 | PORT_BIT( 0x80, IP_ACTIVE_LOW, IPT_JOYSTICK_LEFT ) PORT_8WAY PORT_PLAYER(3) |
| 909 | 921 | |
| 922 | PORT_MODIFY("SERVICE") |
| 923 | PORT_BIT( 0x01, IP_ACTIVE_LOW, IPT_COIN3 ) |
| 924 | PORT_BIT( 0x80, IP_ACTIVE_LOW, IPT_COIN1 ) |
| 925 | |
| 926 | INPUT_PORTS_END |
| 927 | |
| 910 | 928 | static INPUT_PORTS_START( desertbr ) |
| 911 | 929 | PORT_INCLUDE( system18_generic ) |
| 912 | 930 | |
| r32374 | r32375 | |
| 2313 | 2331 | GAME( 1991, cltchitrj, cltchitr, system18_fd1094, cltchitr, segas18_state,generic_5987, ROT0, "Sega", "Clutch Hitter (Japan, FD1094 317-0175)", 0 ) |
| 2314 | 2332 | GAME( 1992, desertbr, 0, system18_fd1094, desertbr, segas18_state,generic_5987, ROT270, "Sega", "Desert Breaker (World, FD1094 317-0196)", 0 ) |
| 2315 | 2333 | GAME( 1992, desertbrj, desertbr, system18_fd1094, desertbr, segas18_state,generic_5987, ROT270, "Sega", "Desert Breaker (Japan, FD1094 317-0194)", 0 ) |
| 2316 | | GAME( 1991, ddcrew, 0, system18_fd1094, ddcrew, segas18_state,ddcrew, ROT0, "Sega", "D. D. Crew (World, 3 Players, FD1094 317-0190)", 0 ) |
| 2334 | GAME( 1991, ddcrew, 0, system18_fd1094, ddcrew3p, segas18_state,ddcrew, ROT0, "Sega", "D. D. Crew (World, 3 Players, FD1094 317-0190)", 0 ) |
| 2317 | 2335 | GAME( 1991, ddcrewu, ddcrew, system18_fd1094, ddcrew, segas18_state,ddcrew, ROT0, "Sega", "D. D. Crew (US, 4 Players, FD1094 317-0186)", 0 ) |
| 2318 | 2336 | GAME( 1991, ddcrew2, ddcrew, system18_fd1094, ddcrew2p, segas18_state,ddcrew, ROT0, "Sega", "D. D. Crew (World, 2 Players, FD1094 317-0184)", 0 ) |
| 2319 | 2337 | GAME( 1991, ddcrew1, ddcrew, system18_fd1094, ddcrew, segas18_state,ddcrew, ROT0, "Sega", "D. D. Crew (World, 4 Players, FD1094 317-0187)", 0 ) |