bus/isa/hpblp.cpp: fixed validation

This commit is contained in:
Ivan Vangelista 2024-10-05 18:00:21 +02:00
parent d9e1c07b46
commit 69d02b7bcc
2 changed files with 5 additions and 5 deletions

View File

@ -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")

View File

@ -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 )