Commit 8a4f2ada authored by Michael Stefaniuc's avatar Michael Stefaniuc Committed by Alexandre Julliard

int33 21h is identical to int33 00h.

parent dc7c2e46
......@@ -50,6 +50,7 @@ void WINAPI DOSVM_Int33Handler( CONTEXT86 *context )
{
switch (LOWORD(context->Eax)) {
case 0x00:
case 0x21:
TRACE("Reset mouse driver and request status\n");
SET_AX( context, 0xFFFF ); /* installed */
SET_BX( context, 3 ); /* # of buttons */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment