Updated.
[wine/multimedia.git] / dlls / winedos / int12.c
blob76e98fdede8a2ea7d81f60cf69d6cb403397d1a7
1 /*
2 * BIOS interrupt 12h handler
3 */
5 #include "dosexe.h"
7 /**********************************************************************
8 * DOSVM_Int12Handler (WINEDOS16.118)
10 * Handler for int 12h (get memory size).
12 void WINAPI DOSVM_Int12Handler( CONTEXT86 *context )
14 SET_AX( context, 640 );