trunk/src/mame/drivers/aleck64.c
| r242918 | r242919 | |
| 438 | 438 | static INPUT_PORTS_START( 11beat ) |
| 439 | 439 | PORT_INCLUDE( aleck64 ) |
| 440 | 440 | |
| 441 | | PORT_MODIFY("P1_ANALOG_Y") |
| 442 | | PORT_BIT( 0xff, IP_ACTIVE_HIGH, IPT_UNUSED ) |
| 443 | | PORT_MODIFY("P2_ANALOG_X") |
| 444 | | PORT_BIT( 0xff, IP_ACTIVE_HIGH, IPT_UNUSED ) |
| 445 | | PORT_MODIFY("P2_ANALOG_Y") |
| 446 | | PORT_BIT( 0xff, IP_ACTIVE_HIGH, IPT_UNUSED ) |
| 447 | | PORT_MODIFY("P1_ANALOG_X") |
| 448 | | PORT_BIT( 0xff, IP_ACTIVE_HIGH, IPT_UNUSED ) |
| 449 | | |
| 450 | 441 | PORT_MODIFY("P1") |
| 451 | 442 | PORT_BIT( 0x2000, IP_ACTIVE_HIGH, IPT_UNUSED ) |
| 443 | PORT_BIT( 0x0f00, IP_ACTIVE_LOW, IPT_UNUSED ) // "joystick type error" happens because game expects D-PADs to be unconnected |
| 452 | 444 | PORT_BIT( 0x0020, IP_ACTIVE_HIGH, IPT_UNUSED ) |
| 453 | 445 | PORT_BIT( 0x0010, IP_ACTIVE_HIGH, IPT_BUTTON3 ) PORT_PLAYER(1) |
| 454 | 446 | PORT_BIT( 0x0008, IP_ACTIVE_HIGH, IPT_UNUSED ) |
| r242918 | r242919 | |
| 458 | 450 | |
| 459 | 451 | PORT_MODIFY("P2") |
| 460 | 452 | PORT_BIT( 0x2000, IP_ACTIVE_HIGH, IPT_UNUSED ) |
| 453 | PORT_BIT( 0x0f00, IP_ACTIVE_LOW, IPT_UNUSED ) // "joystick type error" happens because game expects D-PADs to be unconnected |
| 461 | 454 | PORT_BIT( 0x0020, IP_ACTIVE_HIGH, IPT_UNUSED ) |
| 462 | 455 | PORT_BIT( 0x0010, IP_ACTIVE_HIGH, IPT_BUTTON3 ) PORT_PLAYER(2) |
| 463 | 456 | PORT_BIT( 0x0008, IP_ACTIVE_HIGH, IPT_UNUSED ) |
| r242918 | r242919 | |
| 1082 | 1075 | GAME( 1998, aleck64, 0, aleck64, aleck64, aleck64_state, aleck64, ROT0, "Nintendo / Seta", "Aleck64 PIF BIOS", GAME_IS_BIOS_ROOT) |
| 1083 | 1076 | |
| 1084 | 1077 | // games |
| 1085 | | GAME( 1998, 11beat, aleck64, aleck64, 11beat, aleck64_state, aleck64, ROT0, "Hudson", "Eleven Beat", GAME_NOT_WORKING|GAME_NO_SOUND ) |
| 1078 | GAME( 1998, 11beat, aleck64, aleck64, 11beat, aleck64_state, aleck64, ROT0, "Hudson", "Eleven Beat", GAME_NOT_WORKING|GAME_NO_SOUND ) // crashes at kick off / during attract |
| 1086 | 1079 | GAME( 1998, mtetrisc, aleck64, aleck64, mtetrisc, aleck64_state, aleck64, ROT0, "Capcom", "Magical Tetris Challenge (981009 Japan)", GAME_NOT_WORKING|GAME_IMPERFECT_GRAPHICS ) |
| 1087 | 1080 | GAME( 1998, starsldr, aleck64, aleck64, starsldr, aleck64_state, aleck64, ROT0, "Hudson / Seta", "Star Soldier: Vanishing Earth", GAME_IMPERFECT_GRAPHICS ) |
| 1088 | 1081 | GAME( 1998, vivdolls, aleck64, aleck64, aleck64, aleck64_state, aleck64, ROT0, "Visco", "Vivid Dolls", GAME_IMPERFECT_GRAPHICS ) |