summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/phi.cpp
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2017-01-06 16:01:23 -0500
committer AJR <ajrhacker@users.noreply.github.com>2017-01-06 16:01:23 -0500
commitdd4e42ccd7c898c2241b63550173097a7977b1e0 (patch)
treee6e77d3577ab0fb331dddbdb3279a7e629edcab8 /src/devices/machine/phi.cpp
parent3fa0a77b14d1fc141dbd8cea5497507175d406e3 (diff)
phi.cpp: Fix build (nw)
dynax.cpp: Correction regarding absence of MSM5205 in mjfriday (nw)
Diffstat (limited to 'src/devices/machine/phi.cpp')
-rw-r--r--src/devices/machine/phi.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/phi.cpp b/src/devices/machine/phi.cpp
index 34fa8d6117c..f5b91929d9a 100644
--- a/src/devices/machine/phi.cpp
+++ b/src/devices/machine/phi.cpp
@@ -1037,7 +1037,7 @@ void phi_device::update_fsm(void)
m_int_write_func(m_int_line);
}
- // TODO: update DMARQ
+ (void)m_dmarq_line; // TODO: update DMARQ
m_no_recursion = false;
}