Add mapper 351. Applied the 'static' property to a static functoin in jyasic.c.
This commit is contained in:
@@ -240,7 +240,7 @@ static void ppuScanline(void)
|
||||
}
|
||||
}
|
||||
|
||||
void FP_FASTAPASS(1) cpuCycle(int a)
|
||||
static void FP_FASTAPASS(1) cpuCycle(int a)
|
||||
{
|
||||
if ((irqControl &0x03) ==0x00)
|
||||
while (a--)
|
||||
|
||||
Reference in New Issue
Block a user