mirror of
https://github.com/86Box/86Box.git
synced 2026-02-23 09:58:19 -07:00
10 lines
352 B
C
10 lines
352 B
C
static uint8_t rop_to_index[256];
|
|
|
|
#define le32_to_cpu(x) (x)
|
|
#define le16_to_cpu(x) (x)
|
|
|
|
void cirrus_bitblt_cputovideo_next(clgd_t *clgd, svga_t *svga);
|
|
void cirrus_bitblt_reset(clgd_t *clgd, svga_t *svga);
|
|
void cirrus_bitblt_start(clgd_t *clgd, svga_t *svga);
|
|
void cirrus_write_bitblt(clgd_t *clgd, svga_t *svga, uint8_t reg_value);
|
|
void init_rops(); |