summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author braintro <briantro@users.noreply.github.com>2019-03-30 02:37:21 -0500
committer braintro <briantro@users.noreply.github.com>2019-03-30 02:37:21 -0500
commitf4c3fd81872b459e5d283234904ff1e9c6f46583 (patch)
tree0086cdf2ec2883762db387a159578f6fde77ddb6
parent895f33658b92e1ec2edeff4ee7f4594948e5c024 (diff)
ltcasino.cpp: Fill in some dipswitches for Little Casino sets (nw)
-rw-r--r--src/mame/drivers/ltcasino.cpp18
-rw-r--r--src/mame/drivers/toaplan1.cpp8
2 files changed, 18 insertions, 8 deletions
diff --git a/src/mame/drivers/ltcasino.cpp b/src/mame/drivers/ltcasino.cpp
index f1e9d12bfb2..c553a606d93 100644
--- a/src/mame/drivers/ltcasino.cpp
+++ b/src/mame/drivers/ltcasino.cpp
@@ -180,8 +180,12 @@ static INPUT_PORTS_START( ltcasino )
PORT_DIPLOCATION("DSW3:8")
PORT_START("A")
- PORT_DIPUNKNOWN_DIPLOC(0x01, IP_ACTIVE_LOW, "A:1")
- PORT_DIPUNKNOWN_DIPLOC(0x02, IP_ACTIVE_LOW, "A:2")
+ PORT_DIPNAME(0x03, 0x03, "Hands to Start")
+ PORT_DIPSETTING( 0x03, "3")
+ PORT_DIPSETTING( 0x02, "4")
+ PORT_DIPSETTING( 0x01, "5")
+ PORT_DIPSETTING( 0x00, "6")
+ PORT_DIPLOCATION("A:1,2")
PORT_DIPNAME(0x0c, 0x0c, DEF_STR( Coinage ))
PORT_DIPSETTING( 0x00, DEF_STR( 2C_2C ))
PORT_DIPSETTING( 0x04, DEF_STR( 1C_2C ))
@@ -203,13 +207,19 @@ static INPUT_PORTS_START( ltcasino )
PORT_DIPLOCATION("A:8")
PORT_START("B")
- PORT_DIPUNKNOWN_DIPLOC(0x01, IP_ACTIVE_LOW, "B:1")
+ PORT_DIPNAME(0x01, 0x01, "Show High Scores") // When it's OFF, it doesn't show or allow High Scores
+ PORT_DIPSETTING( 0x00, DEF_STR( Off ))
+ PORT_DIPSETTING( 0x01, DEF_STR( On ))
+ PORT_DIPLOCATION("B:1")
PORT_DIPUNKNOWN_DIPLOC(0x02, IP_ACTIVE_LOW, "B:2")
PORT_DIPUNKNOWN_DIPLOC(0x04, IP_ACTIVE_LOW, "B:3")
PORT_DIPUNKNOWN_DIPLOC(0x08, IP_ACTIVE_LOW, "B:4")
PORT_DIPUNKNOWN_DIPLOC(0x10, IP_ACTIVE_LOW, "B:5")
PORT_DIPUNKNOWN_DIPLOC(0x20, IP_ACTIVE_LOW, "B:6")
- PORT_DIPUNKNOWN_DIPLOC(0x40, IP_ACTIVE_LOW, "B:7")
+ PORT_DIPNAME(0x40, 0x40, "Bonus Hand")
+ PORT_DIPSETTING( 0x40, "100000 & 200000")
+ PORT_DIPSETTING( 0x00, DEF_STR( None ))
+ PORT_DIPLOCATION("B:7")
PORT_DIPNAME(0x80, 0x80, "Demo") // some kind of demo play?
PORT_DIPSETTING( 0x80, DEF_STR( Off ))
PORT_DIPSETTING( 0x00, DEF_STR( On ))
diff --git a/src/mame/drivers/toaplan1.cpp b/src/mame/drivers/toaplan1.cpp
index b1da49f89da..4aed7c0aac4 100644
--- a/src/mame/drivers/toaplan1.cpp
+++ b/src/mame/drivers/toaplan1.cpp
@@ -2798,8 +2798,8 @@ ROM_END
ROM_START( fireshrka )
ROM_REGION( 0x080000, "maincpu", 0 ) /* Main 68K code */
- ROM_LOAD16_BYTE( "o17_09ii.8j", 0x000000, 0x08000, CRC(b60541ee) SHA1(e4fb752073c99a83939ebc45307777b94519f01c) ) /* Identical halves */
- ROM_LOAD16_BYTE( "o17_10ii.8l", 0x000001, 0x08000, CRC(96f5045e) SHA1(16cf2f4d55570cf0489a426d6e841d2968f9423a) ) /* Identical halves */
+ ROM_LOAD16_BYTE( "o17_09ii.8j", 0x000000, 0x08000, CRC(b60541ee) SHA1(e4fb752073c99a83939ebc45307777b94519f01c) )
+ ROM_LOAD16_BYTE( "o17_10ii.8l", 0x000001, 0x08000, CRC(96f5045e) SHA1(16cf2f4d55570cf0489a426d6e841d2968f9423a) )
ROM_LOAD16_BYTE( "o17_11ii.7j", 0x040000, 0x20000, CRC(6beac378) SHA1(041ba98a89a4bac32575858db8a061bdf7804594) )
ROM_LOAD16_BYTE( "o17_12ii.7l", 0x040001, 0x20000, CRC(6adb6eb5) SHA1(9b6e63aa50d271c2bb0b4cf822fc6f3684f10230) )
@@ -2852,8 +2852,8 @@ ROM_END
ROM_START( fireshrkdh )
ROM_REGION( 0x080000, "maincpu", 0 ) /* Main 68K code */
- ROM_LOAD16_BYTE( "o17_09dyh.8j",0x000000, 0x10000, CRC(7b4c14dd) SHA1(d40dcf223f16c0f507aeb282d1524dbf1349c536) )
- ROM_LOAD16_BYTE( "o17_10dyh.8l",0x000001, 0x10000, CRC(a3f159f9) SHA1(afc9630ca38da730f7cf4954d1333954e8d75787) )
+ ROM_LOAD16_BYTE( "o17_09dyh.8j",0x000000, 0x10000, CRC(7b4c14dd) SHA1(d40dcf223f16c0f507aeb282d1524dbf1349c536) ) /* Identical halves */
+ ROM_LOAD16_BYTE( "o17_10dyh.8l",0x000001, 0x10000, CRC(a3f159f9) SHA1(afc9630ca38da730f7cf4954d1333954e8d75787) ) /* Identical halves */
ROM_LOAD16_BYTE( "o17_11ii.7j", 0x040000, 0x20000, CRC(6beac378) SHA1(041ba98a89a4bac32575858db8a061bdf7804594) )
ROM_LOAD16_BYTE( "o17_12ii.7l", 0x040001, 0x20000, CRC(6adb6eb5) SHA1(9b6e63aa50d271c2bb0b4cf822fc6f3684f10230) )