summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/isa
diff options
context:
space:
mode:
author Ivan Vangelista <mesgnet@yahoo.it>2024-10-05 18:00:21 +0200
committer Ivan Vangelista <mesgnet@yahoo.it>2024-10-05 18:00:21 +0200
commit69d02b7bcce97c99e0dc90a0c0738c431b3511f2 (patch)
tree53897cd80d65726f1f30302b3c47bfff9a8f2063 /src/devices/bus/isa
parentd9e1c07b469a57f1b2ed974b69e70bbb6ad7d1f5 (diff)
bus/isa/hpblp.cpp: fixed validation
Diffstat (limited to 'src/devices/bus/isa')
-rw-r--r--src/devices/bus/isa/hpblp.cpp4
1 files changed, 2 insertions, 2 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")