Fixed the 8514/A to VGA soft reset and made the vga_on variable a global one to make sure it's used by the soft reset.

Updated copyright holder that was accidentally reverted while committing the IBM 8514/A source files.
This commit is contained in:
TC1995
2022-05-19 20:07:06 +02:00
parent 721ce001e7
commit 1ac46d792f
4 changed files with 12 additions and 8 deletions

View File

@@ -165,8 +165,6 @@ typedef struct svga_t
int force_old_addr;
int vga_on;
int remap_required;
uint32_t (*remap_func)(struct svga_t *svga, uint32_t in_addr);
@@ -174,6 +172,7 @@ typedef struct svga_t
} svga_t;
extern svga_t *svga_8514;
extern int vga_on;
extern void ibm8514_poll(ibm8514_t *dev, svga_t *svga);
extern void ibm8514_recalctimings(svga_t *svga);