Typo fix: threshholds → thresholds

This commit is contained in:
Jordi Mallach 2016-03-31 23:17:32 +02:00
parent 98d2518440
commit 1d052674c9
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@
#include "dfi_dsk.h"
#include <zlib.h>
#define NUMBER_OF_MULTIREADS 3
// threshholds for brickwall windowing
// thresholds for brickwall windowing
//define DFI_MIN_CLOCKS 65
// number_please apple2 wants 40 min
#define DFI_MIN_CLOCKS 60

View File

@ -551,7 +551,7 @@ static INPUT_PORTS_START( spyhunt2 )
PORT_DIPNAME( 0x0004, 0x0004, DEF_STR( Free_Play ) ) PORT_DIPLOCATION("SW1:3")
PORT_DIPSETTING( 0x0004, DEF_STR( Off ) )
PORT_DIPSETTING( 0x0000, DEF_STR( On ) )
PORT_DIPNAME( 0x0018, 0x0008, "Point Threshholds" ) PORT_DIPLOCATION("SW1:4,5")
PORT_DIPNAME( 0x0018, 0x0008, "Point Thresholds" ) PORT_DIPLOCATION("SW1:4,5")
PORT_DIPSETTING( 0x0008, DEF_STR( Easy ) )
PORT_DIPSETTING( 0x0018, DEF_STR( Medium ) )
PORT_DIPSETTING( 0x0010, DEF_STR( Hard ) )