Ove Kaaven
|
e5557b357a
|
Separated the MZ loader and core DOS VM into dlls/winedos.
|
2000-12-26 00:22:45 +00:00 |
Dimitrie O. Paun
|
529da54394
|
Require {DECLARE,DEFAULT}_DEBUG_CHANNEL statements to end in a ;
|
2000-11-27 23:54:25 +00:00 |
Alexandre Julliard
|
09ddb59142
|
Make USER and GDI separate dlls.
|
2000-08-03 22:22:42 +00:00 |
Ove Kaaven
|
e58bd1bae6
|
Make int16 read from the BIOS keyboard buffer, not directly from the
console driver.
|
2000-07-25 12:24:53 +00:00 |
Jeremy White
|
d3e22d9d55
|
Removed #include of wingdi.h and windef.h from winuser.h (and resolved
the resulting compilation failures).
|
2000-02-10 19:03:02 +00:00 |
Ove Kaaven
|
c956f67f46
|
Added INT_Int16ReadChar and made int09 handle special keys.
|
2000-02-03 00:47:01 +00:00 |
Alexandre Julliard
|
61fece0590
|
Converted to the new debug interface, using script written by Patrik
Stridvall.
|
1999-06-26 19:09:08 +00:00 |
Alexandre Julliard
|
617955db88
|
Changed CONTEXT into CONTEXT86 everywhere we really want an i386
context.
Added #ifdef __i386__ around accesses to 386 registers in the generic
CONTEXT structure.
|
1999-06-26 18:40:24 +00:00 |
Ove Kaaven
|
f7bd7adb91
|
Added INT_Int16AddChar.
|
1999-05-22 11:27:40 +00:00 |
Patrik Stridvall
|
b4b9fae671
|
New debug scheme with explicit debug channels declaration.
|
1999-04-19 14:56:29 +00:00 |
Andreas Mohr
|
14f18bfc0d
|
Implemented Get Shift Flags function.
|
1999-03-25 16:41:35 +00:00 |
Jess Haas
|
d20375921b
|
Fixed/implemented various interrupt functions.
|
1999-03-17 15:29:06 +00:00 |
Marcus Meissner
|
219cfd8387
|
Optimized away more includes, readded some #includes for necessary
prototypes.
|
1999-02-24 13:05:13 +00:00 |
Joseph Pranevich
|
1c1be3aa37
|
Call the new console driver for some routines. This is not completely
done yet and more for testing purposes.
|
1998-12-03 16:29:56 +00:00 |
Joseph Pranevich
|
7bcf341a64
|
Added int16 (Keyboard) support, mostly stubs.
|
1998-10-17 11:55:07 +00:00 |