Fixed crash when starting tt030, it now doesn't work as well as it didn't work before (nw)

This commit is contained in:
smf- 2013-12-29 10:52:51 +00:00
parent c954f42c0c
commit 6984e05f8a

View File

@ -1623,7 +1623,7 @@ static INPUT_PORTS_START( ste )
PORT_CONFNAME( 0x01, 0x00, "Input Port 0 Device") PORT_CONFNAME( 0x01, 0x00, "Input Port 0 Device")
PORT_CONFSETTING( 0x00, "Mouse" ) PORT_CONFSETTING( 0x00, "Mouse" )
PORT_CONFSETTING( 0x01, DEF_STR( Joystick ) ) PORT_CONFSETTING( 0x01, DEF_STR( Joystick ) )
PORT_CONFNAME( 0x80, 0x80, "Monitor") PORT_WRITE_LINE_DEVICE_MEMBER(DEVICE_SELF, ste_state, write_monochrome) PORT_CONFNAME( 0x80, 0x80, "Monitor") PORT_WRITE_LINE_DEVICE_MEMBER(DEVICE_SELF, st_state, write_monochrome)
PORT_CONFSETTING( 0x00, "Monochrome (Atari SM124)" ) PORT_CONFSETTING( 0x00, "Monochrome (Atari SM124)" )
PORT_CONFSETTING( 0x80, "Color (Atari SC1435)" ) PORT_CONFSETTING( 0x80, "Color (Atari SC1435)" )