mirror of
https://github.com/holub/mame
synced 2025-05-20 20:58:51 +03:00
Typo fix: threshholds → thresholds
This commit is contained in:
parent
98d2518440
commit
1d052674c9
@ -15,7 +15,7 @@
|
|||||||
#include "dfi_dsk.h"
|
#include "dfi_dsk.h"
|
||||||
#include <zlib.h>
|
#include <zlib.h>
|
||||||
#define NUMBER_OF_MULTIREADS 3
|
#define NUMBER_OF_MULTIREADS 3
|
||||||
// threshholds for brickwall windowing
|
// thresholds for brickwall windowing
|
||||||
//define DFI_MIN_CLOCKS 65
|
//define DFI_MIN_CLOCKS 65
|
||||||
// number_please apple2 wants 40 min
|
// number_please apple2 wants 40 min
|
||||||
#define DFI_MIN_CLOCKS 60
|
#define DFI_MIN_CLOCKS 60
|
||||||
|
@ -551,7 +551,7 @@ static INPUT_PORTS_START( spyhunt2 )
|
|||||||
PORT_DIPNAME( 0x0004, 0x0004, DEF_STR( Free_Play ) ) PORT_DIPLOCATION("SW1:3")
|
PORT_DIPNAME( 0x0004, 0x0004, DEF_STR( Free_Play ) ) PORT_DIPLOCATION("SW1:3")
|
||||||
PORT_DIPSETTING( 0x0004, DEF_STR( Off ) )
|
PORT_DIPSETTING( 0x0004, DEF_STR( Off ) )
|
||||||
PORT_DIPSETTING( 0x0000, DEF_STR( On ) )
|
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( 0x0008, DEF_STR( Easy ) )
|
||||||
PORT_DIPSETTING( 0x0018, DEF_STR( Medium ) )
|
PORT_DIPSETTING( 0x0018, DEF_STR( Medium ) )
|
||||||
PORT_DIPSETTING( 0x0010, DEF_STR( Hard ) )
|
PORT_DIPSETTING( 0x0010, DEF_STR( Hard ) )
|
||||||
|
Loading…
Reference in New Issue
Block a user