1
0
This commit is contained in:
Aiden
2026-05-25 13:47:13 +10:00
parent 46ccaf3e39
commit 5ad90ade49
12 changed files with 17974 additions and 883 deletions

View File

@@ -229,6 +229,14 @@ IO_BITFIELDS: dict[int, dict[int, str]] = {
1: "CH1",
0: "CH0",
},
0xFEEC: {
7: "OVF",
6: "WT/IT",
5: "TME",
2: "CKS2",
1: "CKS1",
0: "CKS0",
},
0xFEF0: _SCI_SMR_BITS,
0xFEF2: _SCI_SCR_BITS,
0xFEF4: _SCI_SSR_BITS,
@@ -261,6 +269,14 @@ IO_BITFIELDS: dict[int, dict[int, str]] = {
1: "MDS1",
0: "MDS0",
},
0xFF14: {
7: "WRST",
6: "RSTOE",
},
0xFF15: {
7: "WRST",
6: "RSTOE",
},
}