Systems Promoted from GAME_NOT_WORKING:

---------------------------------------

Master System Store Display Unit [Enik Land]
This commit is contained in:
Fabio Priuli 2014-04-08 16:58:00 +00:00
parent 92cb4e16d2
commit f5c172f6f0

View File

@ -385,7 +385,7 @@ static INPUT_PORTS_START( smssdisp )
PORT_INCLUDE( sms )
PORT_START("DSW")
PORT_DIPNAME( 0x07, 0x07, "Time Selection 1" )
PORT_DIPNAME( 0x07, 0x07, "Timer 1 length" )
PORT_DIPSETTING( 0x00, "135s" )
PORT_DIPSETTING( 0x01, "120s" )
PORT_DIPSETTING( 0x02, "105s" )
@ -394,7 +394,7 @@ static INPUT_PORTS_START( smssdisp )
PORT_DIPSETTING( 0x05, "60s" )
PORT_DIPSETTING( 0x06, "45s" )
PORT_DIPSETTING( 0x07, "30s" )
PORT_DIPNAME( 0x18, 0x18, "Time Selection 2" )
PORT_DIPNAME( 0x18, 0x18, "Timer 2 length" )
PORT_DIPSETTING( 0x00, "25s" )
PORT_DIPSETTING( 0x08, "20s" )
PORT_DIPSETTING( 0x10, "15s" )
@ -402,10 +402,10 @@ static INPUT_PORTS_START( smssdisp )
PORT_DIPNAME( 0x20, 0x20, DEF_STR( Unknown ) )
PORT_DIPSETTING( 0x00, DEF_STR( On ) )
PORT_DIPSETTING( 0x20, DEF_STR( Off ) )
PORT_DIPNAME( 0x40, 0x40, "Active Time Selection" )
PORT_DIPSETTING( 0x00, "2" )
PORT_DIPSETTING( 0x40, "1" )
PORT_BIT( 0x80, IP_ACTIVE_HIGH, IPT_UNKNOWN ) // must be high
PORT_DIPNAME( 0x40, 0x40, "Select Timer" )
PORT_DIPSETTING( 0x00, "Timer 2" )
PORT_DIPSETTING( 0x40, "Timer 1" )
PORT_BIT( 0x80, IP_ACTIVE_HIGH, IPT_UNKNOWN ) // READY, must be high
PORT_START("GAMESEL1")
PORT_BIT( 0x01, IP_ACTIVE_LOW, IPT_OTHER ) PORT_NAME("Game 03") PORT_CODE(KEYCODE_B)
@ -1035,7 +1035,7 @@ ROM_END
CONS( 1985, sg1000m3, sms, 0, sg1000m3, sg1000m3, sms_state, sg1000m3, "Sega", "SG-1000 Mark III", GAME_SUPPORTS_SAVE )
CONS( 1986, sms1, sms, 0, sms1_ntsc, sms1, sms_state, sms1, "Sega", "Master System I", GAME_SUPPORTS_SAVE )
CONS( 1986, sms1pal, sms, 0, sms1_pal, sms1, sms_state, sms1, "Sega", "Master System I (PAL)" , GAME_SUPPORTS_SAVE )
CONS( 1986, smssdisp, sms, 0, sms_sdisp, smssdisp, smssdisp_state, smssdisp, "Sega", "Master System Store Display Unit", GAME_NOT_WORKING | GAME_SUPPORTS_SAVE )
CONS( 1986, smssdisp, sms, 0, sms_sdisp, smssdisp, smssdisp_state, smssdisp, "Sega", "Master System Store Display Unit", GAME_SUPPORTS_SAVE )
CONS( 1987, smsj, sms, 0, smsj, smsj, sms_state, smsj, "Sega", "Master System (Japan)", GAME_SUPPORTS_SAVE )
CONS( 1990, sms, 0, 0, sms2_ntsc, sms, sms_state, sms1, "Sega", "Master System II", GAME_SUPPORTS_SAVE )
CONS( 1990, smspal, sms, 0, sms2_pal, sms, sms_state, sms1, "Sega", "Master System II (PAL)", GAME_SUPPORTS_SAVE )