Fix comment

This commit is contained in:
tomcw 2023-01-29 13:37:07 +00:00
parent cf722ff0cc
commit d61d348f94
2 changed files with 2 additions and 1 deletions

View File

@ -287,7 +287,7 @@ void MockingboardCard::UpdateIFRandIRQ(MB_SUBUNIT* pMB, BYTE clr_mask, BYTE set_
//--------------------------------------------------------------------------- //---------------------------------------------------------------------------
// Called from class SY6522 // Called from MockingboardCardMgr
bool MockingboardCard::Is6522IRQ(void) bool MockingboardCard::Is6522IRQ(void)
{ {
// Now update the IRQ signal from all 6522s // Now update the IRQ signal from all 6522s

View File

@ -109,6 +109,7 @@ void MockingboardCardManager::UpdateCycles(ULONG executedCycles)
} }
} }
// Called from class SY6522
void MockingboardCardManager::UpdateIRQ(void) void MockingboardCardManager::UpdateIRQ(void)
{ {
bool irq = false; bool irq = false;