1
0
Fork 0

add vret irq (ega only; fixes Gauntlet hanging)

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3001
This commit is contained in:
Sebastian Strohhäcker 2007-09-28 21:06:18 +00:00
parent b0855c4d63
commit c9eb0378a5
3 changed files with 12 additions and 3 deletions

View file

@ -142,6 +142,7 @@ typedef struct {
Bit8u count,delay;
Bit8u enabled;
} cursor;
bool vret_triggered;
} VGA_Draw;
typedef struct {