First post, by jefframble
I'm trying to run some software based on Flight Simulator Toolkit. It would seem that the program wants to set Video Mode 4B, which I can not find information on. It was one of the modes for the SPEA V7 Mirage Video Card. Possibly it was 800x600 or higher. When run on DOSBox 0.74 Debugger with the SPEA V7 Mirage driver loaded the error message is:
Int 10: Set Video Mode 4B
Int 10: VGA: Trying to set illegal mode 4B
XGA: Wrote to port 4ae8 with 3, len 2
I presume I'll have to patch the video code in some way. Int10_modes or the S3 code (The V7 is based on the S3 Chip). Any pointers where to start? Or a quick fix.