Add mapper 351. Applied the 'static' property to a static functoin in jyasic.c.

This commit is contained in:
NewRisingSun
2022-03-02 19:53:30 +01:00
parent 706183bcc9
commit 8230ae6ad8
4 changed files with 292 additions and 1 deletions

View File

@@ -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--)