mirror of
https://github.com/AppleWin/AppleWin.git
synced 2025-01-16 09:30:00 +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)
|
bool MockingboardCard::Is6522IRQ(void)
|
||||||
{
|
{
|
||||||
// Now update the IRQ signal from all 6522s
|
// 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)
|
void MockingboardCardManager::UpdateIRQ(void)
|
||||||
{
|
{
|
||||||
bool irq = false;
|
bool irq = false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user