Improved CGA composite filter. Filter by reengine, patch from Battler.

This commit is contained in:
SarahW 2016-07-08 19:57:47 +01:00
commit 7818f459ee
7 changed files with 421 additions and 86 deletions

View file

@ -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);