trunk/src/mame/drivers/seta.c
| r26684 | r26685 | |
| 5800 | 5800 | INPUT_PORTS_END |
| 5801 | 5801 | |
| 5802 | 5802 | |
| 5803 | static INPUT_PORTS_START( thunderlbl ) |
| 5804 | PORT_INCLUDE(thunderl) |
| 5805 | |
| 5806 | PORT_MODIFY("DSW") |
| 5807 | PORT_DIPNAME( 0x0200, 0x0200, DEF_STR( Flip_Screen ) ) PORT_DIPLOCATION("SW1:2") |
| 5808 | PORT_DIPSETTING( 0x0200, DEF_STR( Off ) ) |
| 5809 | PORT_DIPSETTING( 0x0000, DEF_STR( On ) ) |
| 5810 | INPUT_PORTS_END |
| 5803 | 5811 | |
| 5812 | |
| 5804 | 5813 | /*************************************************************************** |
| 5805 | 5814 | Thundercade (US) |
| 5806 | 5815 | ***************************************************************************/ |
| r26684 | r26685 | |
| 8748 | 8757 | MCFG_CPU_IO_MAP(thunderlbl_sound_portmap) |
| 8749 | 8758 | |
| 8750 | 8759 | /* the sound hardware / program is ripped from Tetris (S16B) */ |
| 8760 | MCFG_DEVICE_REMOVE("x1snd") |
| 8761 | |
| 8751 | 8762 | MCFG_YM2151_ADD("ymsnd", 16000000/2) |
| 8752 | 8763 | MCFG_SOUND_ROUTE(0, "lspeaker", 1.0) |
| 8753 | 8764 | MCFG_SOUND_ROUTE(1, "rspeaker", 1.0) |
| r26684 | r26685 | |
| 11031 | 11042 | GAME( 1989, drgnunit, 0, drgnunit, drgnunit, driver_device, 0, ROT0, "Seta", "Dragon Unit / Castle of Dragon", 0 ) |
| 11032 | 11043 | GAME( 1989, wits, 0, wits, wits, driver_device, 0, ROT0, "Athena (Visco license)", "Wit's (Japan)" , 0) // Country/License: DSW |
| 11033 | 11044 | GAME( 1990, thunderl, 0, thunderl, thunderl, driver_device, 0, ROT270, "Seta", "Thunder & Lightning" , 0) // Country/License: DSW |
| 11034 | | GAME( 1990, thunderlbl,thunderl,thunderlbl,thunderl, driver_device,0, ROT270, "bootleg", "Thunder & Lightning (bootleg with Tetris sound)" , GAME_NO_SOUND) // Country/License: DSW |
| 11045 | GAME( 1990, thunderlbl,thunderl,thunderlbl,thunderlbl, driver_device,0, ROT90, "bootleg", "Thunder & Lightning (bootleg with Tetris sound)" , GAME_NO_SOUND | GAME_NO_COCKTAIL ) // Country/License: DSW |
| 11035 | 11046 | GAME( 1994, wiggie, 0, wiggie, thunderl, seta_state, wiggie, ROT270, "Promat", "Wiggie Waggie", GAME_IMPERFECT_GRAPHICS ) // hack of Thunder & Lightning |
| 11036 | 11047 | GAME( 1994, superbar, wiggie, superbar, thunderl, seta_state, wiggie, ROT270, "Promat", "Super Bar", GAME_IMPERFECT_GRAPHICS ) // hack of Thunder & Lightning |
| 11037 | 11048 | GAME( 1990, jockeyc, 0, jockeyc, jockeyc, driver_device, 0, ROT0, "Seta (Visco license)", "Jockey Club", 0 ) |