diff options
author | 2016-03-31 23:17:32 +0200 | |
---|---|---|
committer | 2016-03-31 23:17:32 +0200 | |
commit | 1d052674c9176e542a5e23f76600759feb1791e3 (patch) | |
tree | 29f7eb85b1702c86d9643d20f9715c051faa5be4 /src | |
parent | 98d2518440b25783822f2b5af727008367dbc013 (diff) |
Typo fix: threshholds → thresholds
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/formats/dfi_dsk.cpp | 2 | ||||
-rw-r--r-- | src/mame/drivers/mcr68.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/formats/dfi_dsk.cpp b/src/lib/formats/dfi_dsk.cpp index ce89e02f31a..e8bb38d6dd0 100644 --- a/src/lib/formats/dfi_dsk.cpp +++ b/src/lib/formats/dfi_dsk.cpp @@ -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 diff --git a/src/mame/drivers/mcr68.cpp b/src/mame/drivers/mcr68.cpp index 0377f173246..f986a076dd3 100644 --- a/src/mame/drivers/mcr68.cpp +++ b/src/mame/drivers/mcr68.cpp @@ -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 ) ) |