diff options
Diffstat (limited to 'src/mame/machine/model1.cpp')
-rw-r--r-- | src/mame/machine/model1.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/model1.cpp b/src/mame/machine/model1.cpp index 92197746908..fc8af68c93e 100644 --- a/src/mame/machine/model1.cpp +++ b/src/mame/machine/model1.cpp @@ -1689,7 +1689,7 @@ void model1_state::copro_hle_vf() next: u32 f = m_copro_fifo_in->peek(0) >> 23; // Extracts the exponent of the ieee float - // logerror("function %02x size %d/%d\n", f, int(m_copro_fifo_in->size() - 1), ftab_vf[f].count); + // logerror("function %02x size %d/%d\n", f, int(m_copro_fifo_in->size() - 1), ftab_vf[f].count); if(f < ARRAY_LENGTH(ftab_vf) && ftab_vf[f].cb != nullptr) { unsigned np = ftab_vf[f].count; |