commit | 0e04d8b0a813caee947a1a29174db949d0cc7a07 | [log] [tgz] |
---|---|---|
author | Robert 'Admiral' Coeyman <admiral@corner.net> | Sat Oct 23 19:01:10 1999 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Sat Oct 23 19:01:10 1999 +0000 |
tree | 2f722685aefe239bf5b86e1ceac55828cc67b299 | |
parent | 031f4faaff29ed28a5f4d68556dec1cdfce35d39 [diff] [blame] |
Report non-hercules video. Turned on int 2a.
diff --git a/include/miscemu.h b/include/miscemu.h index c91bb59..bc406c6 100644 --- a/include/miscemu.h +++ b/include/miscemu.h
@@ -167,6 +167,9 @@ /* msdos/int29.c */ extern void WINAPI INT_Int29Handler(CONTEXT86*); +/* msdos/int2a.c */ +extern void WINAPI INT_Int2aHandler(CONTEXT86*); + /* msdos/int2f.c */ extern void WINAPI INT_Int2fHandler(CONTEXT86*);