CAD CAM EDM DRO - Yahoo Group Archive

RE: [CAD_CAM_EDM_DRO] Digest Number 2090

on 2002-02-21 06:15:34 UTC
Hi, David:

Thanks much. I'll test it, and assuming that it works, you've found the
answer to my problem.

-- Jerry

|-----Original Message-----
|From: David A. Forsyth [mailto:nospamdaf@...]
|Sent: Thursday, February 21, 2002 1:50 AM
|To: CAD_CAM_EDM_DRO@yahoogroups.com
|Subject: Re: [CAD_CAM_EDM_DRO] Digest Number 2090
|
|
|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
|
|
|--
|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 > - - - - - - -> / \
|
|Addresses:
|FAQ: http://www.ktmarketing.com/faq.html
|FILES: http://groups.yahoo.com/group/CAD_CAM_EDM_DRO/files/
|
|Post messages: CAD_CAM_EDM_DRO@yahoogroups.com
|Subscribe: CAD_CAM_EDM_DRO-subscribe@yahoogroups.com
|Unsubscribe: CAD_CAM_EDM_DRO-unsubscribe@yahoogroups.com
|List owner: CAD_CAM_EDM_DRO-owner@yahoogroups.com, wanliker@...
|Moderator: jmelson@... timg@... [Moderator]
|URL to this page: http://groups.yahoo.com/group/CAD_CAM_EDM_DRO
|bill,
|List Manager
|
|
|
|Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
|
|
|

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