summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/isa/hpblp.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/isa/hpblp.cpp')
-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")