1

disable extra stuff (allocator, scrollbackbuffer)

This commit is contained in:
2022-07-04 13:21:09 +02:00
parent 8e7a0df43c
commit c043ae9df1
4 changed files with 20 additions and 18 deletions

View File

@ -15,7 +15,8 @@
#ifndef __CGA_Stream_include__
#define __CGA_Stream_include__
#include "devices/BufferedCGA.h"
// #include "devices/BufferedCGA.h"
#include "devices/CGA.h"
#include "lib/OutStream.h"
// NOTE: I added this
@ -33,7 +34,7 @@ public:
};
// NOTE: I added this (changed this) to use BufferedCGA
class CGA_Stream : public OutStream, public BufferedCGA {
class CGA_Stream : public OutStream, public CGA {
private:
CGA_Stream(CGA_Stream& copy) = delete; // Verhindere Kopieren