On Sun, Jun 17, 2001 at 11:14:15PM +0200, Ove Kaaven wrote:
On Sun, 17 Jun 2001, Marcus Meissner wrote:
However, Monkey Island does not appear to get <return> presses. I see in 60 returning scancode 0x1c (and 0x9c on release), but it never triggers any reaction :(
Yes, the relevant code in msdos/int09.c is stiff #if 0-ed out in the Wine CVS. I think I have some stuff fixing it lying around in my old Wine tree, but it was rejected in its first form, so it might need a rewrite. But the vm86 restructure is probably more important...
Hmm.
Not really, I do see int9 delivered to monkey1.exe and monkey1.exe in turn doing inb(0x60) and the +io debugging giving back the correct scancode (0x1c on press and 0x9c on release).
It however does not react on it :/
Ciao, Marcus