summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/mac.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/mac.cpp')
-rw-r--r--src/mame/machine/mac.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/mac.cpp b/src/mame/machine/mac.cpp
index bcff8488343..ee0f8b1eb4d 100644
--- a/src/mame/machine/mac.cpp
+++ b/src/mame/machine/mac.cpp
@@ -820,7 +820,7 @@ uint8_t mac_state::mac_via_in_b()
}
else if (ADB_IS_CUDA)
{
- logerror("%s cuda treq %d\n", machine().time().to_string(), m_cuda->get_treq());
+ logerror("%s cuda treq %d\n", machine().time().to_string(), m_cuda->get_treq());
val |= m_cuda->get_treq()<<3;
}