mirror of
https://github.com/mamedev/mame.git
synced 2024-11-18 10:06:19 +01:00
funcube4: Changed default DIP state to allow game playing.
Comment: Even though you can play the games, there are so many other issues with unknown errors and graphic problems - might be worth putting in as NOT_WORKING?
This commit is contained in:
parent
fb8cb1384e
commit
9ea7e2115e
1 changed files with 13 additions and 1 deletions
|
@ -2065,6 +2065,18 @@ static INPUT_PORTS_START( funcube )
|
|||
PORT_DIPSETTING( 0x00800000, DEF_STR( On ) )
|
||||
INPUT_PORTS_END
|
||||
|
||||
static INPUT_PORTS_START( funcube4 )
|
||||
PORT_INCLUDE(funcube)
|
||||
|
||||
// Inverted this dip by default to allow game to be played
|
||||
|
||||
PORT_MODIFY("DEBUG")
|
||||
PORT_DIPNAME( 0x00400000, 0x00000000, "Debug 6" )
|
||||
PORT_DIPSETTING( 0x00000000, DEF_STR( Off ) )
|
||||
PORT_DIPSETTING( 0x00400000, DEF_STR( On ) )
|
||||
INPUT_PORTS_END
|
||||
|
||||
|
||||
|
||||
/***************************************************************************
|
||||
|
||||
|
@ -2869,4 +2881,4 @@ GAME( 2001, wschamp, 0, samshoot, wschamp, 0, ROT0, "Sammy USA C
|
|||
GAME( 2001, wschampa, wschamp, samshoot, wschamp, 0, ROT0, "Sammy USA Corporation", "Wing Shooting Championship V1.01", GAME_NO_COCKTAIL | GAME_IMPERFECT_GRAPHICS )
|
||||
GAME( 2002, trophyh, 0, samshoot, trophyh, 0, ROT0, "Sammy USA Corporation", "Trophy Hunting - Bear & Moose V1.0", GAME_NO_COCKTAIL | GAME_IMPERFECT_GRAPHICS )
|
||||
GAME( 2001, funcube2, 0, funcube, funcube, funcube2, ROT0, "Namco", "Funcube 2 (v1.1)", GAME_NO_SOUND )
|
||||
GAME( 2001, funcube4, 0, funcube, funcube, funcube4, ROT0, "Namco", "Funcube 4 (v1.0)", GAME_NO_SOUND )
|
||||
GAME( 2001, funcube4, 0, funcube, funcube4, funcube4, ROT0, "Namco", "Funcube 4 (v1.0)", GAME_NO_SOUND )
|
||||
|
|
Loading…
Reference in a new issue