From 69d02b7bcce97c99e0dc90a0c0738c431b3511f2 Mon Sep 17 00:00:00 2001 From: Ivan Vangelista Date: Sat, 5 Oct 2024 18:00:21 +0200 Subject: bus/isa/hpblp.cpp: fixed validation --- src/devices/bus/isa/hpblp.cpp | 4 ++-- src/mame/funworld/snookr10.cpp | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/devices/bus/isa/hpblp.cpp b/src/devices/bus/isa/hpblp.cpp index 40c98d77a44..e8bbd9b3e12 100644 --- a/src/devices/bus/isa/hpblp.cpp +++ b/src/devices/bus/isa/hpblp.cpp @@ -19,14 +19,14 @@ DEFINE_DEVICE_TYPE(HPBLP, isa8_hpblp_device, "hpblp", "HP Basic Language Coproce static INPUT_PORTS_START(hpblp) PORT_START("BLPPORT") - PORT_DIPNAME(3, 0, "IO Address") PORT_DIPLOCATION("SW2:0,1") + PORT_DIPNAME(3, 0, "IO Address") PORT_DIPLOCATION("SW2:1,2") PORT_DIPSETTING(0, "250h-257h") PORT_DIPSETTING(1, "280h-287h") PORT_DIPSETTING(2, "330h-337h") PORT_DIPSETTING(3, "390h-397h") PORT_START("BLPIRQ") - PORT_DIPNAME(7, 3, "Interrupt") PORT_DIPLOCATION("SW3:0,1,2") + PORT_DIPNAME(7, 3, "Interrupt") PORT_DIPLOCATION("SW3:1,2,3") PORT_DIPSETTING(0x0, "IRQ 3") PORT_DIPSETTING(0x1, "IRQ 4") PORT_DIPSETTING(0x2, "IRQ 5") diff --git a/src/mame/funworld/snookr10.cpp b/src/mame/funworld/snookr10.cpp index 1cd5cebe272..ef67c73c607 100644 --- a/src/mame/funworld/snookr10.cpp +++ b/src/mame/funworld/snookr10.cpp @@ -1217,6 +1217,6 @@ ROM_END // YEAR NAME PARENT MACHINE INPUT CLASS INIT ROT COMPANY FULLNAME FLAGS LAYOUT GAMEL( 1998, snookr10, 0, snookr10, snookr10, snookr10_state, empty_init, ROT0, "Sandii'", "Snooker 10 (Ver 1.11)", 0, layout_snookr10 ) GAMEL( 1998, apple10, 0, apple10, apple10, snookr10_state, empty_init, ROT0, "Sandii'", "Apple 10 (Ver 1.21)", 0, layout_snookr10 ) -GAMEL( 1997, tenballs, snookr10, tenballs, tenballs, snookr10_state, empty_init, ROT0, "JCD srl", "Ten Balls (Ver 1.05)", 0, layout_snookr10 ) -GAMEL( 1998, crystalc, 0, crystalc, crystalc, snookr10_state, empty_init, ROT0, "JCD srl", "Crystals Colours (Ver 1.02)", 0, layout_snookr10 ) -GAMEL( 1998, crystalca, crystalc, crystalc, crystalca, snookr10_state, empty_init, ROT0, "JCD srl", "Crystals Colours (Ver 1.01)", 0, layout_snookr10 ) +GAMEL( 1997, tenballs, snookr10, tenballs, tenballs, snookr10_state, empty_init, ROT0, "JCD", "Ten Balls (Ver 1.05)", 0, layout_snookr10 ) +GAMEL( 1998, crystalc, 0, crystalc, crystalc, snookr10_state, empty_init, ROT0, "JCD", "Crystals Colours (Ver 1.02)", 0, layout_snookr10 ) +GAMEL( 1998, crystalca, crystalc, crystalc, crystalca, snookr10_state, empty_init, ROT0, "JCD", "Crystals Colours (Ver 1.01)", 0, layout_snookr10 ) -- cgit v1.2.3