From 29f7411f494d67cdf674d71e3f00054bc77b6ed8 Mon Sep 17 00:00:00 2001 From: Curt Coder Date: Fri, 11 Nov 2016 15:54:47 +0200 Subject: pofo: IINT is an output, not an input. (nw) --- src/devices/bus/pofo/hpc104.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/devices/bus/pofo/hpc104.h') diff --git a/src/devices/bus/pofo/hpc104.h b/src/devices/bus/pofo/hpc104.h index 9dda5f9778b..3d771653c35 100644 --- a/src/devices/bus/pofo/hpc104.h +++ b/src/devices/bus/pofo/hpc104.h @@ -53,6 +53,8 @@ protected: virtual uint8_t nrdi_r(address_space &space, offs_t offset, uint8_t data, bool iom, bool bcom, bool ncc1) override; virtual void nwri_w(address_space &space, offs_t offset, uint8_t data, bool iom, bool bcom, bool ncc1) override; + virtual WRITE_LINE_MEMBER( iint_w ) override { m_exp->iint_w(state); } + private: required_device m_ccm; required_device m_exp; -- cgit v1.2.3-70-g09d2