summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/pofo/hpc104.h
diff options
context:
space:
mode:
author Curt Coder <curtcoder@mail.com>2016-11-11 15:54:47 +0200
committer Curt Coder <curtcoder@mail.com>2016-11-11 15:54:47 +0200
commit29f7411f494d67cdf674d71e3f00054bc77b6ed8 (patch)
tree3bea6e64e7e9cdbc3e11a983448bfb0c1492085b /src/devices/bus/pofo/hpc104.h
parentf3b21bd04e0b57a5fa412aaf777a9884d1208bb1 (diff)
pofo: IINT is an output, not an input. (nw)
Diffstat (limited to 'src/devices/bus/pofo/hpc104.h')
-rw-r--r--src/devices/bus/pofo/hpc104.h2
1 files changed, 2 insertions, 0 deletions
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<portfolio_memory_card_slot_t> m_ccm;
required_device<portfolio_expansion_slot_t> m_exp;