diff options
Diffstat (limited to 'src/devices/bus/hp80_io/82937.cpp')
-rw-r--r-- | src/devices/bus/hp80_io/82937.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/hp80_io/82937.cpp b/src/devices/bus/hp80_io/82937.cpp index c0412610cb0..171d4a62204 100644 --- a/src/devices/bus/hp80_io/82937.cpp +++ b/src/devices/bus/hp80_io/82937.cpp @@ -186,7 +186,7 @@ WRITE_LINE_MEMBER(hp82937_io_card_device::ieee488_ctrl_w) } static INPUT_PORTS_START(hp82937_port) - MCFG_HP80_IO_SC(7) + PORT_HP80_IO_SC(7) PORT_START("sw1") PORT_DIPNAME(0x1f , 0x15 , "HPIB address") PORT_DIPLOCATION("S1:7,6,5,4,3") |