Debug: fix MB IRQ logging

This commit is contained in:
tomcw
2025-01-02 21:04:04 +00:00
parent 16b2cf329e
commit 80af06db77
+1 -3
View File
@@ -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