mirror of
https://github.com/86Box/86Box.git
synced 2026-02-24 20:35:32 -07:00
Fix border rendering issues, add boolean type support, and improve variable/function naming
This commit is contained in:
@@ -38,7 +38,7 @@ typedef struct t1kvid_t {
|
||||
|
||||
uint8_t baseline_hsyncpos;
|
||||
uint8_t baseline_vsyncpos;
|
||||
int baseline_ready;
|
||||
bool baseline_ready;
|
||||
int hsync_offset;
|
||||
int vsync_offset;
|
||||
|
||||
|
||||
@@ -125,7 +125,6 @@ extern void cga_recalctimings(cga_t *cga);
|
||||
extern void cga_interpolate_init(void);
|
||||
extern void cga_blit_memtoscreen(int x, int y, int w, int h, int double_type);
|
||||
extern void cga_do_blit(int vid_xsize, int firstline, int lastline, int double_type);
|
||||
extern void cga_do_blit_tandy(int vid_xsize, int firstline, int lastline, int double_type, int hsync_offset, int vsync_offset);
|
||||
extern void cga_poll(void *priv);
|
||||
|
||||
//#ifdef EMU_DEVICE_H
|
||||
|
||||
Reference in New Issue
Block a user