mirror of
https://github.com/AppleWin/AppleWin.git
synced 2025-08-10 00:25:09 +00:00
DumpTraceWOZFlux(): add ASSERT
This commit is contained in:
@@ -1620,7 +1620,7 @@ void Disk2InterfaceCard::DataLatchReadWOZFlux(WORD pc, WORD addr, UINT ticks)
|
|||||||
if (dbgWOZ)
|
if (dbgWOZ)
|
||||||
{
|
{
|
||||||
dbgWOZ = 0;
|
dbgWOZ = 0;
|
||||||
DumpTrackWOZFlux(floppy); // Enable as necessary
|
DumpTrackWOZFlux(floppy); // Enable as necessary (TODO: Fix for using LSS)
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
@@ -2255,6 +2255,7 @@ void Disk2InterfaceCard::DumpTrackWOZFlux(FloppyDisk floppy) // pass a copy of m
|
|||||||
UpdateBitStreamOffsets(floppy);
|
UpdateBitStreamOffsets(floppy);
|
||||||
|
|
||||||
NextFluxData(floppy); // Post: m_bitCellCount >= 1
|
NextFluxData(floppy); // Post: m_bitCellCount >= 1
|
||||||
|
_ASSERT(floppy.m_bitCellCount); // TODO: Fix if using LSS
|
||||||
|
|
||||||
int nibbleStartBitOffset = -1;
|
int nibbleStartBitOffset = -1;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user