mirror of
https://github.com/holub/mame
synced 2025-07-04 01:18:59 +03:00
Fixed crash when starting tt030, it now doesn't work as well as it didn't work before (nw)
This commit is contained in:
parent
c954f42c0c
commit
6984e05f8a
@ -1623,7 +1623,7 @@ static INPUT_PORTS_START( ste )
|
||||
PORT_CONFNAME( 0x01, 0x00, "Input Port 0 Device")
|
||||
PORT_CONFSETTING( 0x00, "Mouse" )
|
||||
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( 0x80, "Color (Atari SC1435)" )
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user