Overall cleanup.

This commit is contained in:
NewRisingSun
2025-09-12 21:59:27 +02:00
parent 19e357c040
commit db279aa338
86 changed files with 476 additions and 476 deletions

View File

@@ -48,7 +48,7 @@ void VRC3_syncCHR (int AND, int OR) {
setchr8(OR);
}
DECLFW(VRC3_write) {
DECLFW (VRC3_write) {
int shift;
switch (A >>12 &7) {
case 0: case 1: case 2: case 3:
@@ -81,7 +81,7 @@ void FP_FASTAPASS(1) VRC3_cpuCycle (int a) {
}
}
static void VRC3_clear () {
void VRC3_clear () {
VRC3_prg = VRC3_irq = VRC3_count = VRC3_reload = 0;
X6502_IRQEnd(FCEU_IQEXT);
VRC3_cbSync();