How did code handle 24-bit formats with video cards with bank-switched memory?
Early video cards with bank-switched memory required programmers to manually switch memory banks to access different parts of the video buffer. This was necessary because the cards had more memory than could be addressed at once through the available address space. Developers had to write code that explicitly managed these bank switches to handle 24-bit color formats and other graphics operations.