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

@@ -59,13 +59,13 @@ static DECLFR (readPad) {
return pad >= 8? 0: pad &7;
}
static void power() {
static void power () {
pad = 0;
Latch_power();
SetReadHandler(0x5000, 0x5FFF, readPad);
}
static void reset() {
static void reset () {
pad = ++pad %24;
Latch_clear();
}