mirror of
https://github.com/holub/mame
synced 2025-06-30 07:58:56 +03:00
i8257: Clarification (nw)
This commit is contained in:
parent
9b7a3d045a
commit
2ef227f8c6
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user