EGA: Correct register (non-)readability on the Compaq EGA and light pen registers.

This commit is contained in:
OBattler
2024-01-24 20:45:44 +01:00
parent 95bb3ae333
commit ac78275cb8
2 changed files with 22 additions and 13 deletions

View File

@@ -56,6 +56,8 @@ typedef struct ega_t {
uint8_t *vram;
uint16_t light_pen;
int vidclock;
int fast;
int extvram;