1
0
Fork 0

Little hack for larry 6 mouse stuck at right side

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1877
This commit is contained in:
Peter Veenstra 2004-07-06 19:12:28 +00:00
parent 53fa77866a
commit 08b6d96b7b

View file

@ -16,7 +16,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/* $Id: mouse.cpp,v 1.38 2004-04-24 17:57:38 harekiet Exp $ */
/* $Id: mouse.cpp,v 1.39 2004-07-06 19:12:28 qbix79 Exp $ */
#include <string.h>
#include <math.h>
@ -705,6 +705,7 @@ static Bitu INT33_Handler(void) {
mouse.sub_mask=reg_cx;
mouse.sub_seg=SegValue(es);
mouse.sub_ofs=reg_dx;
mouse.max_x=CurMode->swidth;//Larry 6
break;
case 0x0f: /* Define mickey/pixel rate */
SetMickeyPixelRate(reg_cx,reg_dx);