Couple of changes in the video side.

1. Second attempt to fix the banking in the Cirrus (sigh, why doesn't banking get nulled automatically...)
2. Introduce a new timer to the 8514/A side so it won't slow the VGA clock down it was shared before.
This commit is contained in:
TC1995
2024-02-07 01:53:16 +01:00
parent f3d585a1e1
commit 7198b78069
7 changed files with 234 additions and 167 deletions

View File

@@ -64,6 +64,9 @@ typedef struct ibm8514_t {
int hwcursor_on;
int modechange;
uint64_t dispontime;
uint64_t dispofftime;
struct {
uint16_t subsys_cntl;
uint16_t setup_md;