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

@@ -51,7 +51,7 @@ void N118_syncCHR (int AND, int OR) {
for (bank = 0; bank < 8; bank++) setchr1(bank <<10, N118_cbGetCHRBank(bank) &AND |OR);
}
DECLFW(N118_writeReg) {
DECLFW (N118_writeReg) {
if (A &1) {
N118_reg[N118_index &7] = V;
N118_cbSync();