if((regs.eax & 0xffff) != 0x4f) {
return -1;
}
+
+ cur_pitch = vbe_getpitch();
return 0;
}
if((regs.eax & 0xffff) != 0x4f) {
return -1;
}
+
+ cur_pitch = vbe_getpitch();
return 0;
}
return -1;
}
+ cur_pitch = vbe_getpitch();
return regs.ecx;
}
SDISP_GET = 0x01,
SDISP_ALTSET = 0x02,
SDISP_SET_STEREO = 0x03,
- SDISP_GETSCHED = 0x04,
- SDISP_STEREO_ON = 0x05,
+ SDISP_GETSCHED = 0x04,
+ SDISP_STEREO_ON = 0x05,
SDISP_STEREO_OFF = 0x06,
SDISP_SET_VBLANK = 0x80,
SDISP_ALTSET_VBLANK = 0x82,