summaryrefslogtreecommitdiffstatshomepage
path: root/src
diff options
context:
space:
mode:
author Sandro Ronco <sronco@users.noreply.github.com>2013-02-20 19:52:07 +0000
committer Sandro Ronco <sronco@users.noreply.github.com>2013-02-20 19:52:07 +0000
commitd78d5233a471bb461f0579876d8761911ef24352 (patch)
tree0fea504d39c32fe9cad450232ae220fea67be5d5 /src
parent9135db5400785f5594384d25f8840dc8f4d5c906 (diff)
fix compile. (nw)
Diffstat (limited to 'src')
-rw-r--r--src/emu/machine/cdp1871.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/emu/machine/cdp1871.c b/src/emu/machine/cdp1871.c
index 181f9facf33..24f27336ca1 100644
--- a/src/emu/machine/cdp1871.c
+++ b/src/emu/machine/cdp1871.c
@@ -97,10 +97,10 @@ cdp1871_device::cdp1871_device(const machine_config &mconfig, const char *tag, d
m_inhibit(false),
m_sense(0),
m_drive(0),
- m_next_da(CLEAR_LINE),
- m_next_rpt(CLEAR_LINE),
m_da(0),
- m_rpt(0)
+ m_next_da(CLEAR_LINE),
+ m_rpt(0),
+ m_next_rpt(CLEAR_LINE)
{
}