Christian Costa
|
53268a54d1
|
Added DMA and SoundBlaster emulation.
|
2002-05-16 18:34:48 +00:00 |
Jukka Heinonen
|
887ed6228a
|
Terminating DOS program in real mode now calls ExitThread which is
exactly what terminating in protected mode does.
|
2002-05-05 20:22:39 +00:00 |
Jukka Heinonen
|
7e94af47aa
|
Redirect DOS writes to stdout/console to DOSVM_PutChar.
|
2002-04-03 02:34:45 +00:00 |
Jukka Heinonen
|
a65ef56101
|
Console mode DOS programs now receive mouse events.
Replaced GetMessage with PeekMessage, since MsgWaitForMultipleObjects
is allowed to return spontaneously.
|
2002-03-19 02:05:57 +00:00 |
Alexandre Julliard
|
0799c1a780
|
Added LGPL standard comment, and copyright notices where necessary.
Global replacement of debugtools.h by wine/debug.h.
|
2002-03-09 23:29:33 +00:00 |
Jukka Heinonen
|
fd33517a41
|
Added support for DOS EMS memory.
|
2002-01-29 17:55:21 +00:00 |
Alexandre Julliard
|
8cd55d0eba
|
Moved most of the real-mode stuff to dlls/winedos.
|
2001-12-04 19:54:44 +00:00 |