mirror of
https://github.com/AppleWin/AppleWin.git
synced 2026-04-19 07:37:12 +00:00
Removed assert & added repro comment
This commit is contained in:
+1
-2
@@ -1023,8 +1023,7 @@ UINT Disk2InterfaceCard::GetBitCellDelta(const ULONG uExecutedCycles)
|
||||
|
||||
void Disk2InterfaceCard::UpdateBitStreamPosition(FloppyDisk& floppy, const ULONG bitCellDelta)
|
||||
{
|
||||
_ASSERT(floppy.m_bitCount); // Should never happen - ReadTrack() will handle this
|
||||
if (floppy.m_bitCount == 0)
|
||||
if (floppy.m_bitCount == 0) // Repro: Boot DOS3.3(WOZ), eject+reinsert disk, CALL-151, C0E9 N C0ED ; motor-on & LoadWriteProtect()
|
||||
return;
|
||||
|
||||
floppy.m_bitOffset += bitCellDelta;
|
||||
|
||||
Reference in New Issue
Block a user