mirror of
https://github.com/AppleWin/AppleWin.git
synced 2026-04-20 15:17:50 +00:00
Debug: fix MB IRQ logging
This commit is contained in:
@@ -141,7 +141,7 @@ void MockingboardCard::Get6522IrqDescription(std::string& desc)
|
||||
//
|
||||
|
||||
desc += "Slot-";
|
||||
desc += m_slot;
|
||||
desc += (char)('0' + m_slot);
|
||||
desc += ": ";
|
||||
|
||||
for (UINT i = 0; i < NUM_SUBUNITS_PER_MB; i++)
|
||||
@@ -170,8 +170,6 @@ void MockingboardCard::Get6522IrqDescription(std::string& desc)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
desc += "\n";
|
||||
}
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user