Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!utgpu!water!watmath!watdaisy!datanguay From: datanguay@watdaisy.UUCP Newsgroups: comp.sys.ibm.pc Subject: EGA: How do I find the values of the colour registers? Message-ID: <8314@watdaisy.UUCP> Date: Wed, 13-May-87 18:07:26 EDT Article-I.D.: watdaisy.8314 Posted: Wed May 13 18:07:26 1987 Date-Received: Fri, 15-May-87 07:21:41 EDT Distribution: comp Organization: U of Waterloo, Ontario Lines: 9 Keywords: EGA palette In EGA Bios ram there is a pointer at 0040:00a8 which points to a table of pointers. The second of these pointers points to a buffer into which the values for the palette registers will be saved. How do I get bios to do the save? I have tried setting up my own pointer table (by changing the pointer at 04:00a8 to another set of pointers with my own values) and then setting a register. I also tried int 10h ah=12h bl=10 (both hex and decimal), which is a call to return ega info. David Tanguay