fix hw issue

This commit is contained in:
Eggert Jung
2025-05-13 16:05:28 +02:00
parent ae3980cfa2
commit b0f129141a

View File

@@ -9,7 +9,7 @@ namespace CGA {
void writeCGAReg(int reg, int data){
index_port.outb(reg);
data_port.outw(data);
data_port.outb(data);
}
uint16_t readCGAReg(int reg){