summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2019-06-13 20:35:34 -0400
committer AJR <ajrhacker@users.noreply.github.com>2019-06-13 20:35:34 -0400
commitcd5542308c07ec9ff28f0beb05e94d42396bb729 (patch)
tree7a5bc6d60b9fe74442a4a58c8fc3786b82677211
parent9ac2e86c874d457e51319fa7bb7eb217c107b9a3 (diff)
Fix build (nw)
-rw-r--r--src/mame/drivers/dfruit.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/dfruit.cpp b/src/mame/drivers/dfruit.cpp
index b5c599882cb..ff2913642d0 100644
--- a/src/mame/drivers/dfruit.cpp
+++ b/src/mame/drivers/dfruit.cpp
@@ -362,7 +362,7 @@ static INPUT_PORTS_START( gemcrush )
PORT_DIPNAME( 0x10, 0x10, DEF_STR( Unknown ) )
PORT_DIPSETTING( 0x10, DEF_STR( Off ) )
PORT_DIPSETTING( 0x00, DEF_STR( On ) )
- PORT_DIPNAME( 0x20, 0x00, DEF_STR( Nudity ) )
+ PORT_DIPNAME( 0x20, 0x00, "Nudity" )
PORT_DIPSETTING( 0x00, DEF_STR( Yes ) )
PORT_DIPSETTING( 0x20, DEF_STR( No ) )
PORT_DIPNAME( 0x40, 0x40, DEF_STR( Flip_Screen ) )