mirror of
https://github.com/holub/mame
synced 2025-05-29 09:03:08 +03:00
fix github issue #2598 (nw)
This commit is contained in:
parent
df489c109f
commit
72869d504c
@ -1359,8 +1359,8 @@ void diablo_hd_device::device_reset()
|
||||
m_cylinders = 2 * DIABLO_CYLINDERS;
|
||||
m_pages = 2 * DIABLO_PAGES;
|
||||
}
|
||||
LOG_DRIVE(0,"[DHD%u] m_handle : %p\n", m_unit, m_handle);
|
||||
LOG_DRIVE(0,"[DHD%u] m_disk : %p\n", m_unit, m_disk);
|
||||
LOG_DRIVE(0,"[DHD%u] m_handle : %p\n", m_unit, reinterpret_cast<void const *>(m_handle));
|
||||
LOG_DRIVE(0,"[DHD%u] m_disk : %p\n", m_unit, reinterpret_cast<void const *>(m_disk));
|
||||
LOG_DRIVE(0,"[DHD%u] rotation time : %.0fns\n", m_unit, m_rotation_time.as_double() * ATTOSECONDS_PER_NANOSECOND);
|
||||
LOG_DRIVE(0,"[DHD%u] sector time : %.0fns\n", m_unit, m_sector_time.as_double() * ATTOSECONDS_PER_NANOSECOND);
|
||||
LOG_DRIVE(0,"[DHD%u] sector mark 0 time : %.0fns\n", m_unit, m_sector_mark_0_time.as_double() * ATTOSECONDS_PER_NANOSECOND);
|
||||
|
Loading…
Reference in New Issue
Block a user