MCPcopy Create free account
hub / github.com/AppleWin/AppleWin / GetBootSectorFormat

Method GetBootSectorFormat

source/DiskImageHelper.h:215–215  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

213 BYTE GetOptimalBitTiming(void) { return (m_pInfo->v1.version >= 2) ? m_pInfo->optimalBitTiming : InfoChunkv2::optimalBitTiming5_25; }
214 UINT GetMaxNibblesPerTrack(void) { return (m_pInfo->v1.version >= 2) ? m_pInfo->largestTrack*CWOZHelper::BLOCK_SIZE : WOZ1_TRACK_SIZE; }
215 BYTE GetBootSectorFormat(void) { return (m_pInfo->v1.version >= 2) ? m_pInfo->bootSectorFormat : bootUnknown; }
216 void InvalidateInfo(void) { m_pInfo = NULL; }
217 BYTE* CreateEmptyDisk(uint32_t& size);
218#if _DEBUG

Callers 1

WOZUpdateInfoMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected