Path: utzoo!attcan!uunet!yale!spolsky-joel From: spolsky-joel@CS.Yale.EDU (Joel Spolsky) Newsgroups: comp.sys.ibm.pc Subject: Fast video routines... Message-ID: <45714@yale-celray.yale.UUCP> Date: 15 Dec 88 02:03:07 GMT Sender: root@yale.UUCP Reply-To: spolsky-joel@CS.Yale.EDU (Joel Spolsky) Organization: Yale University Computer Science Dept, New Haven CT 06520-2158 Lines: 22 To my chagrin I have discovered that the "fast-video" routines Turbo-C uses are not fast enough for my needs, so I'm writing my own. Here's what I think I have to do: - find out if the display is monochrome using BIOS Int. 11 - if so, display starts at B000:0000 - otherwise, display starts at B800:0000 Are there any hardware combinations where this _won't_ work? In other words - are there any common display adapters that have their video memory elsewhere? and is Int.11 reliable? Yes, I know about snow; I will give users the ability to switch on snow-protection. Thanks in advance, +----------------+----------------------------------------------------------+ | Joel Spolsky | bitnet: spolsky@yalecs.bitnet uucp: ...!yale!spolsky | | | internet: spolsky@cs.yale.edu voicenet: 203-436-1483 | +----------------+----------------------------------------------------------+ #include