summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/cbus/pc9801_cbus.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/cbus/pc9801_cbus.h')
-rw-r--r--src/devices/bus/cbus/pc9801_cbus.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/devices/bus/cbus/pc9801_cbus.h b/src/devices/bus/cbus/pc9801_cbus.h
index 728aca3e692..ab7085dfa86 100644
--- a/src/devices/bus/cbus/pc9801_cbus.h
+++ b/src/devices/bus/cbus/pc9801_cbus.h
@@ -113,6 +113,8 @@ public:
template<int I> void int_w(bool state) { m_int_callback[I](state); }
template<typename R, typename W> void install_io(offs_t start, offs_t end, R rhandler, W whandler);
+ void flush_install_io(const char *client_tag, u16 old_io, u16 new_io, u16 size, read8sm_delegate rhandler, write8sm_delegate whandler);
+
protected:
// device-level overrides
virtual void device_start() override;