1

corrections

This commit is contained in:
churl
2022-04-17 16:56:48 +02:00
parent 786e8e27b6
commit 4d0fcb19e1
4 changed files with 5 additions and 2 deletions

View File

@ -31,6 +31,9 @@ public:
// Konstruktur mit Initialisierung der Ports
CGA () : index_port (0x3d4), data_port (0x3d5) {
CGA_START = (const char*)0xb8000;
// NOTE: Added this
this->setpos(0, 0);
}
// Konstanten fuer die moeglichen Farben im Attribut-Byte.