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

@@ -33,7 +33,7 @@ static SFORMAT Latch_state[] = {
{ 0 }
};
DECLFW(Latch_write) {
DECLFW (Latch_write) {
uint16 newAddress = A &0xFFFF;
if (Latch_cbWrite) Latch_cbWrite(&newAddress, &V, CartBR(A));
Latch_address = newAddress;