mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-05-09 20:01:19 +08:00
SVN r4461
Implement mouse driver function 0x26, fixes Alive - Behind the Moon.
This commit is contained in:
parent
eacb92f549
commit
7183c06152
@ -1449,6 +1449,10 @@ static Bitu INT33_Handler(void) {
|
||||
}
|
||||
DrawCursor();
|
||||
break;
|
||||
case 0x27: /* Get Screen/Cursor Masks and Mickey Counts */
|
||||
reg_ax = mouse.textAndMask;
|
||||
reg_bx = mouse.textXorMask;
|
||||
/* FALLTHROUGH */
|
||||
case 0x0b: /* Read Motion Data */
|
||||
{
|
||||
const auto locked = MOUSE_IsLocked();
|
||||
|
Loading…
x
Reference in New Issue
Block a user