mirror of
https://github.com/AppleWin/AppleWin.git
synced 2024-12-28 17:30:02 +00:00
Fix comment
This commit is contained in:
parent
cf722ff0cc
commit
d61d348f94
@ -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)
|
||||
{
|
||||
// Now update the IRQ signal from all 6522s
|
||||
|
@ -109,6 +109,7 @@ void MockingboardCardManager::UpdateCycles(ULONG executedCycles)
|
||||
}
|
||||
}
|
||||
|
||||
// Called from class SY6522
|
||||
void MockingboardCardManager::UpdateIRQ(void)
|
||||
{
|
||||
bool irq = false;
|
||||
|
Loading…
Reference in New Issue
Block a user