summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/softbox.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/softbox.cpp')
-rw-r--r--src/mame/drivers/softbox.cpp16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/mame/drivers/softbox.cpp b/src/mame/drivers/softbox.cpp
index 4e41e30b84a..06f7a9a4def 100644
--- a/src/mame/drivers/softbox.cpp
+++ b/src/mame/drivers/softbox.cpp
@@ -242,14 +242,14 @@ WRITE8_MEMBER( softbox_state::ppi1_pb_w )
*/
- m_ieee->atn_w(!BIT(data, 0));
- m_ieee->dav_w(!BIT(data, 1));
- m_ieee->ndac_w(!BIT(data, 2));
- m_ieee->nrfd_w(!BIT(data, 3));
- m_ieee->eoi_w(!BIT(data, 4));
- m_ieee->srq_w(!BIT(data, 5));
- m_ieee->ren_w(!BIT(data, 6));
- m_ieee->ifc_w(!BIT(data, 7));
+ m_ieee->host_atn_w(!BIT(data, 0));
+ m_ieee->host_dav_w(!BIT(data, 1));
+ m_ieee->host_ndac_w(!BIT(data, 2));
+ m_ieee->host_nrfd_w(!BIT(data, 3));
+ m_ieee->host_eoi_w(!BIT(data, 4));
+ m_ieee->host_srq_w(!BIT(data, 5));
+ m_ieee->host_ren_w(!BIT(data, 6));
+ m_ieee->host_ifc_w(!BIT(data, 7));
}
READ8_MEMBER( softbox_state::ppi1_pc_r )