From: "A. Sinan Unur" Newsgroups: comp.os.msdos.djgpp Subject: Allegro: Apology and clarification on a series of idiotic posts Date: Sat, 09 Nov 1996 13:52:46 -0500 Organization: Cornell University Lines: 40 Sender: asu1 AT cornell DOT edu (Verified) Message-ID: <3284D2FE.1F9F@cornell.edu> NNTP-Posting-Host: cu-dialup-0029.cit.cornell.edu Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp after a series of idiotic posts on my behalf, i feel sort of compelled to post this apology and clarification. although i do not expect many other people to do the same mistakes that i did by not looking at the sources before posting, it might still be useful. as has been posted many times, to _build_ liballeg without problems you need to change the following two lines in bank.S: line 227 : incl %ah ---> incb %ah line 244 : incl %ah ---> incb %ah which are in the MACH64 bank switching portionof the code. however, do not necessarily expect selecting the mach64 driver to work. as shawn points out in several places, the mach64 code is not finished. this is what i did not realize and therefore i sort of lashed out at eli and another person. i was totally focused on these two lines and somehow ignored what shawn had pointed out, i am sorry about that. i later on made a claim that autodetecting the mach64 card works. however, if i had cared to look at graphics.c, i would have realized that autodetection of mach64 is disabled. so, even though autodetect reports the name and parameters of the card correctly, it does _not_ use the mach64 driver. instead, it is probably using the vesa 1.2 bios installed on the mach64. so, i apologize to anyone whom i may have misled. if anyone out there is willing to work on the driver, i'll be happy to help in testing. i tried to see if i could fix a couple of things to make it work but my ignorance outweighed my enthusiasm. i just lack the technical knowledge to see exactly what is missing. sinan. -- ******************************************************************* A. Sinan Unur WWWWWW |--O+O mailto:asu1 AT cornell DOT edu C ^ mailto:sinan AT econ DOT cit DOT cornell DOT edu \ ~/ http://www.bqnet.com/sinan/ *******************************************************************