initialize cga cursor to 0
This commit is contained in:
@ -32,7 +32,7 @@ public:
|
||||
CGA () : index_port (0x3d4), data_port (0x3d5) {
|
||||
CGA_START = (const char*)0xb8000;
|
||||
|
||||
// NOTE: Added this
|
||||
// NOTE: I added this
|
||||
this->setpos(0, 0);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user