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