Previous 199869 Revisions Next

r29464 Tuesday 8th April, 2014 at 16:58:00 UTC by Fabio Priuli
Systems Promoted from GAME_NOT_WORKING:
---------------------------------------

Master System Store Display Unit [Enik Land]
[src/mess/drivers]sms.c

trunk/src/mess/drivers/sms.c
r29463r29464
385385   PORT_INCLUDE( sms )
386386
387387   PORT_START("DSW")
388   PORT_DIPNAME( 0x07, 0x07, "Time Selection 1" )
388   PORT_DIPNAME( 0x07, 0x07, "Timer 1 length" )
389389   PORT_DIPSETTING( 0x00, "135s" )
390390   PORT_DIPSETTING( 0x01, "120s" )
391391   PORT_DIPSETTING( 0x02, "105s" )
r29463r29464
394394   PORT_DIPSETTING( 0x05, "60s" )
395395   PORT_DIPSETTING( 0x06, "45s" )
396396   PORT_DIPSETTING( 0x07, "30s" )
397   PORT_DIPNAME( 0x18, 0x18, "Time Selection 2" )
397   PORT_DIPNAME( 0x18, 0x18, "Timer 2 length" )
398398   PORT_DIPSETTING( 0x00, "25s" )
399399   PORT_DIPSETTING( 0x08, "20s" )
400400   PORT_DIPSETTING( 0x10, "15s" )
r29463r29464
402402   PORT_DIPNAME( 0x20, 0x20, DEF_STR( Unknown ) )
403403   PORT_DIPSETTING( 0x00, DEF_STR( On ) )
404404   PORT_DIPSETTING( 0x20, DEF_STR( Off ) )
405   PORT_DIPNAME( 0x40, 0x40, "Active Time Selection" )
406   PORT_DIPSETTING( 0x00, "2" )
407   PORT_DIPSETTING( 0x40, "1" )
408   PORT_BIT( 0x80, IP_ACTIVE_HIGH, IPT_UNKNOWN )   // must be high
405   PORT_DIPNAME( 0x40, 0x40, "Select Timer" )
406   PORT_DIPSETTING( 0x00, "Timer 2" )
407   PORT_DIPSETTING( 0x40, "Timer 1" )
408   PORT_BIT( 0x80, IP_ACTIVE_HIGH, IPT_UNKNOWN )   // READY, must be high
409409
410410   PORT_START("GAMESEL1")
411411   PORT_BIT( 0x01, IP_ACTIVE_LOW, IPT_OTHER ) PORT_NAME("Game 03") PORT_CODE(KEYCODE_B)
r29463r29464
10351035CONS( 1985, sg1000m3,   sms,        0,      sg1000m3,    sg1000m3, sms_state,      sg1000m3, "Sega",     "SG-1000 Mark III",                 GAME_SUPPORTS_SAVE )
10361036CONS( 1986, sms1,       sms,        0,      sms1_ntsc,   sms1,     sms_state,      sms1,     "Sega",     "Master System I",                  GAME_SUPPORTS_SAVE )
10371037CONS( 1986, sms1pal,    sms,        0,      sms1_pal,    sms1,     sms_state,      sms1,     "Sega",     "Master System I (PAL)" ,           GAME_SUPPORTS_SAVE )
1038CONS( 1986, smssdisp,   sms,        0,      sms_sdisp,   smssdisp, smssdisp_state, smssdisp, "Sega",     "Master System Store Display Unit", GAME_NOT_WORKING | GAME_SUPPORTS_SAVE )
1038CONS( 1986, smssdisp,   sms,        0,      sms_sdisp,   smssdisp, smssdisp_state, smssdisp, "Sega",     "Master System Store Display Unit", GAME_SUPPORTS_SAVE )
10391039CONS( 1987, smsj,       sms,        0,      smsj,        smsj,     sms_state,      smsj,     "Sega",     "Master System (Japan)",            GAME_SUPPORTS_SAVE )
10401040CONS( 1990, sms,        0,          0,      sms2_ntsc,   sms,      sms_state,      sms1,     "Sega",     "Master System II",                 GAME_SUPPORTS_SAVE )
10411041CONS( 1990, smspal,     sms,        0,      sms2_pal,    sms,      sms_state,      sms1,     "Sega",     "Master System II (PAL)",           GAME_SUPPORTS_SAVE )

Previous 199869 Revisions Next


© 1997-2024 The MAME Team