i8257: Clarification (nw)

This commit is contained in:
AJR 2019-05-31 17:11:11 -04:00
parent 9b7a3d045a
commit 2ef227f8c6

View File

@ -60,7 +60,7 @@ public:
template <unsigned Ch> auto out_iow_cb() { return m_out_iow_cb[Ch].bind(); }
template <unsigned Ch> auto out_dack_cb() { return m_out_dack_cb[Ch].bind(); }
// HACK: the radio86 and alikes require this, is it a bug in the soviet clone or is there something else happening?
// This should be set for systems that map the DMAC registers into the memory space rather than as I/O ports (e.g. radio86)
void set_reverse_rw_mode(bool flag) { m_reverse_rw = flag; }
protected: