diff options
Diffstat (limited to 'src/mess/drivers/msx.c')
-rw-r--r-- | src/mess/drivers/msx.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mess/drivers/msx.c b/src/mess/drivers/msx.c index f3d3af7a5d0..56c10c6c865 100644 --- a/src/mess/drivers/msx.c +++ b/src/mess/drivers/msx.c @@ -635,10 +635,6 @@ static INPUT_PORTS_START( msx_dips ) PORT_DIPNAME( 0x40, 0, "Swap game port 1 and 2") PORT_DIPSETTING( 0, DEF_STR( No ) ) PORT_DIPSETTING( 0x40, DEF_STR( Yes ) ) - PORT_DIPNAME ( 0x03, 0, "Render resolution") - PORT_DIPSETTING( 0, DEF_STR( High )) - PORT_DIPSETTING( 1, DEF_STR( Low )) - PORT_DIPSETTING( 2, "Auto" ) PORT_START("MOUSE0") PORT_BIT( 0xff00, 0x00, IPT_TRACKBALL_X) PORT_SENSITIVITY(100) PORT_KEYDELTA(0) PORT_PLAYER(1) |