X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2Flib%2F16_pm.c;h=0d1e2bf9a60694f9c2c145f3eb960d3a918c0194;hb=ea48ceb9434adf5d2316adf51964582579e773d5;hp=ff997f7dc597232e4962f086efc3448f7f703405;hpb=bd35bd7d97646cc726bd40cc54c9a158af008b4d;p=16.git diff --git a/src/lib/16_pm.c b/src/lib/16_pm.c index ff997f7d..0d1e2bf9 100755 --- a/src/lib/16_pm.c +++ b/src/lib/16_pm.c @@ -155,13 +155,13 @@ PML_StartupEMS(global_game_variables_t *gvar) __asm { mov dx,OFFSET emmname //fix by andrius4669 mov ax,0x3d00 - int EMS_INT // try to open EMMXXXX0 device + int EMM_INT // try to open EMMXXXX0 device jc error1 mov bx,ax mov ax,0x4400 - int EMS_INT // get device info + int EMM_INT // get device info jc error1 and dx,0x80 @@ -169,13 +169,13 @@ PML_StartupEMS(global_game_variables_t *gvar) mov ax,0x4407 - int EMS_INT // get status + int EMM_INT // get status jc error1 or al,al jz error1 mov ah,0x3e - int EMS_INT // close handle + int EMM_INT // close handle jc error1 mov ah,EMS_STATUS