summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/hh_tms1k.cpp
diff options
context:
space:
mode:
author hap <happppp@users.noreply.github.com>2018-01-15 16:56:40 +0100
committer hap <happppp@users.noreply.github.com>2018-01-15 16:56:55 +0100
commit6739007ef6892ebecf7236390edbb50f0cf6e6c9 (patch)
treea3521ee1243436e62b9d04cd1dad5670845648a7 /src/mame/drivers/hh_tms1k.cpp
parentcc7ccbd9b513f8ff4586df9b3ba050e6ab4145c3 (diff)
New working machines
----------- Kingsford Match Me [hap, Sean Riddle]
Diffstat (limited to 'src/mame/drivers/hh_tms1k.cpp')
-rw-r--r--src/mame/drivers/hh_tms1k.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/hh_tms1k.cpp b/src/mame/drivers/hh_tms1k.cpp
index 4e0b71b436f..c4b2df63e62 100644
--- a/src/mame/drivers/hh_tms1k.cpp
+++ b/src/mame/drivers/hh_tms1k.cpp
@@ -1848,7 +1848,7 @@ static INPUT_PORTS_START( quizwizc )
PORT_BIT( 0x08, IP_ACTIVE_HIGH, IPT_BUTTON5 ) PORT_NAME("Slow Forward")
PORT_START("IN.5") // R5
- PORT_CONFNAME( 0x02, 0x00, "Game Select")
+ PORT_CONFNAME( 0x02, 0x00, "Game Select" )
PORT_CONFSETTING( 0x00, "1" )
PORT_CONFSETTING( 0x02, "2" )
PORT_BIT( 0x0d, IP_ACTIVE_HIGH, IPT_UNUSED )