CAD CAM EDM DRO - Yahoo Group Archive

Re: Keyboard Typematic rate

on 2002-02-21 10:53:03 UTC
Hi David,

Nice find! My Phoenix book ('91) calls functions 6h - 0Fh "reserved".
Nice to know! There you go Jerry!

Alan KM6VV



"David A. Forsyth" wrote:
>
> On 20 Feb 02 at 19:55, CAD_CAM_EDM_DRO@yahoogroups.c is alleged to have
> scribbled:
>
> > Subject: Re: TypeMatic Rate
> >
> > 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.
>
> a quick google search turned up this snippet
>
> 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
>

Discussion Thread

Alan Marconett KM6VV 2002-02-21 10:53:03 UTC Re: Keyboard Typematic rate Carol & Jerry Jankura 2002-02-21 13:32:08 UTC RE: [CAD_CAM_EDM_DRO] Re: Keyboard Typematic rate Alan Marconett KM6VV 2002-02-21 14:06:17 UTC Re: Keyboard Typematic rate Carol & Jerry Jankura 2002-02-21 14:43:46 UTC RE: [CAD_CAM_EDM_DRO] Re: Keyboard Typematic rate Alan Marconett KM6VV 2002-02-21 16:11:40 UTC Re: Keyboard Typematic rate Carol & Jerry Jankura 2002-02-21 18:16:03 UTC RE: [CAD_CAM_EDM_DRO] Re: Keyboard Typematic rate David A. Forsyth 2002-02-22 06:07:34 UTC Re: Keyboard Typematic rate Alan Marconett KM6VV 2002-02-22 11:22:19 UTC Re: Keyboard Typematic rate Mike Snodgrass 2002-02-22 13:06:32 UTC Re: [CAD_CAM_EDM_DRO] Re: Keyboard Typematic rate