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
8
src/dosbox/vid_cga_comp.h
Normal file
8
src/dosbox/vid_cga_comp.h
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
#define Bit8u uint8_t
|
||||
#define Bit32u uint32_t
|
||||
#define Bitu unsigned int
|
||||
#define bool uint8_t
|
||||
|
||||
void update_cga16_color(cga_t *cga);
|
||||
void cga_comp_init(cga_t *cga);
|
||||
Bit8u * Composite_Process(cga_t *cga, Bit8u border, Bit32u blocks/*, bool doublewidth*/, Bit8u *TempLine);
|
||||
Loading…
Reference in a new issue