summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes
diff options
context:
space:
mode:
author hap <happppp@users.noreply.github.com>2021-10-01 18:00:59 +0200
committer hap <happppp@users.noreply.github.com>2021-10-01 18:01:14 +0200
commit8cb48d6d4d80625feae9cf4bd3627b67d7fc699e (patch)
treeaae524639d10319a6e655606c8a76699c98d06a6 /src/mame/includes
parent635a7e6c2bf1e8fbe6a949da37aa11efd3a44cdb (diff)
segahang: some games don't feature freeplay
Diffstat (limited to 'src/mame/includes')
-rw-r--r--src/mame/includes/segaipt.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/includes/segaipt.h b/src/mame/includes/segaipt.h
index 029e417d0f1..a55b8b093d3 100644
--- a/src/mame/includes/segaipt.h
+++ b/src/mame/includes/segaipt.h
@@ -121,11 +121,11 @@
#define SEGA_COINAGE_NO_FREE_LOC(DIPBANK) \
PORT_DIPNAME( 0x0f, 0x0f, DEF_STR( Coin_A ) ) PORT_DIPLOCATION(#DIPBANK":1,2,3,4") \
SEGA_COINAGE_A_PART_H \
- PORT_DIPSETTING( 0x00, " 1 Coin/1 Credit" ) \
+ PORT_DIPSETTING( 0x00, "1 Coin/1 Credit" ) \
SEGA_COINAGE_A_PART_L \
PORT_DIPNAME( 0xf0, 0xf0, DEF_STR( Coin_B ) ) PORT_DIPLOCATION(#DIPBANK":5,6,7,8") \
SEGA_COINAGE_B_PART_H \
- PORT_DIPSETTING( 0x00, " 1 Coin/1 Credit" ) \
+ PORT_DIPSETTING( 0x00, "1 Coin/1 Credit" ) \
SEGA_COINAGE_B_PART_L
// [exception 1.1] not have free play (forbid duplicated settings, hide 0x00)