Improved CGA composite filter. Filter by reengine, patch from Battler.
This commit is contained in:
parent
4ae8f2d260
commit
7818f459ee
7 changed files with 421 additions and 86 deletions
|
|
@ -27,6 +27,9 @@ typedef struct cga_t
|
|||
uint8_t *vram;
|
||||
|
||||
uint8_t charbuffer[256];
|
||||
|
||||
int revision;
|
||||
int composite;
|
||||
} cga_t;
|
||||
|
||||
void cga_init(cga_t *cga);
|
||||
|
|
|
|||
Loading…
Reference in a new issue