mirror of
https://github.com/86Box/86Box.git
synced 2026-02-23 18:08:20 -07:00
8514/A: Correct interlaced refresh rates
And when the accel command is bitblt (6), the patterns and'ed to 3 are from the destination x register.
This commit is contained in:
@@ -65,6 +65,7 @@ typedef union {
|
||||
|
||||
typedef struct ibm8514_t {
|
||||
rom_t bios_rom;
|
||||
rom_t bios_rom2;
|
||||
uint8_t *rom1;
|
||||
uint8_t *rom2;
|
||||
hwcursor8514_t hwcursor;
|
||||
@@ -187,6 +188,7 @@ typedef struct ibm8514_t {
|
||||
uint32_t dst_ge_offset;
|
||||
uint16_t src_pitch;
|
||||
uint16_t dst_pitch;
|
||||
uint16_t read_pixel;
|
||||
int64_t cur_x_24bpp;
|
||||
int64_t cur_y_24bpp;
|
||||
int64_t dest_x_24bpp;
|
||||
|
||||
Reference in New Issue
Block a user