summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--src/mame/toaplan/toaplipt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/toaplan/toaplipt.h b/src/mame/toaplan/toaplipt.h
index 99ce50a1eca..d8da5ec8eb0 100644
--- a/src/mame/toaplan/toaplipt.h
+++ b/src/mame/toaplan/toaplipt.h
@@ -179,7 +179,7 @@
#if SHOW_TEST_AS_DIP
#define TOAPLAN_TEST_SWITCH(MASK, STATE) \
- PORT_DIPNAME( MASK, MASK & STATE, "Test Switch" ) PORT_CODE(KEYCODE_F1) PORT_TOGGLE \
+ PORT_DIPNAME( MASK, MASK & STATE, "Test Switch" ) \
PORT_DIPSETTING( MASK & STATE, DEF_STR( Off ) ) \
PORT_DIPSETTING( MASK & ~STATE, DEF_STR( On ) )
#else