summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/z80dma.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/z80dma.h')
-rw-r--r--src/devices/machine/z80dma.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/machine/z80dma.h b/src/devices/machine/z80dma.h
index 0fc175a43ac..3d80d0f3af4 100644
--- a/src/devices/machine/z80dma.h
+++ b/src/devices/machine/z80dma.h
@@ -129,11 +129,11 @@ protected:
virtual TIMER_CALLBACK_MEMBER(clock_w);
- emu_timer *m_timer;
-
u16 &REG(unsigned m, unsigned s) noexcept { return m_regs[REGNUM(m, s)]; }
static constexpr unsigned REGNUM(unsigned m, unsigned s) { return (m << 3) + s; }
+ emu_timer *m_timer;
+
u16 m_addressA;
u16 m_addressB;
u16 m_count;