Re: [CAD_CAM_EDM_DRO] Digest Number 2090
Posted by
David A. Forsyth
on 2002-02-20 23:50:47 UTC
On 20 Feb 02 at 19:55, CAD_CAM_EDM_DRO@yahoogroups.c is alleged to have
scribbled:
mov ah, 9
int $16 {get keyboard functionalities}
and al, 1000b {get typematic delay/rate available?}
jz @no_get_rate
mov ax, $306 {if so, get it!}
int $16
mov keyb, bx {and store it}
@no_get_rate:
mov ax, $305 {set the new rate/delay for the game}
xor bx, bx
int $16
I havn't used it or tested it.... it came from a game source code site
--
Keeper of the listserver for South African Railways fans /"\
Part time gricer, kiter, photographer, metalworker etc. \ /
http://terrapin.ru.ac.za/satrain/ X
ASCII Ribbon campaign against HTML E-Mail > - - - - - - -> / \
scribbled:
> Subject: Re: TypeMatic Ratea quick google search turned up this snippet
>
> Hi Jerry,
>
> I didn't see any "get" typematic rate command in Phoenix's BIOS book.
> It might be at a defined location in the BIOS RAM (40:), but I didn't
> see it called out.
mov ah, 9
int $16 {get keyboard functionalities}
and al, 1000b {get typematic delay/rate available?}
jz @no_get_rate
mov ax, $306 {if so, get it!}
int $16
mov keyb, bx {and store it}
@no_get_rate:
mov ax, $305 {set the new rate/delay for the game}
xor bx, bx
int $16
I havn't used it or tested it.... it came from a game source code site
--
Keeper of the listserver for South African Railways fans /"\
Part time gricer, kiter, photographer, metalworker etc. \ /
http://terrapin.ru.ac.za/satrain/ X
ASCII Ribbon campaign against HTML E-Mail > - - - - - - -> / \
Discussion Thread
David A. Forsyth
2002-02-20 23:50:47 UTC
Re: [CAD_CAM_EDM_DRO] Digest Number 2090
David A. Forsyth
2002-02-21 00:05:19 UTC
Re: [CAD_CAM_EDM_DRO] Digest Number 2090
Carol & Jerry Jankura
2002-02-21 06:15:34 UTC
RE: [CAD_CAM_EDM_DRO] Digest Number 2090