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

@@ -52,7 +52,7 @@ int getCHRBank_VRC2 (uint8 bank) {
return VRC24_getCHRBank(bank) | reg <<(~bank &4? 5: ~bank &2? 3: 1) &0x100;
}
static DECLFW(writeReg) {
static DECLFW (writeReg) {
uint8 previousReg = reg;
reg = V;
if ((previousReg ^V) &2)