Go to file
Volker Ruppert d02c729791 - removed variable 'scan_bits' and added new variable 'line_offset'. It specifies
the address offset between two lines on the screen in all VGA modes.
  It depends on the CRTC offset register value and the address mode (byte, word,
  dword)
- moved screen update code to the end of the write handler. If a register change
  should force a redraw of the screen, the variable 'needs_update' must be set
  to 1.
- changes to the attribute controller palette index register now force a redraw
  of the screen
- modeX: calculation of the tile numbers fixed
2003-04-28 18:15:31 +00:00
bochs - removed variable 'scan_bits' and added new variable 'line_offset'. It specifies 2003-04-28 18:15:31 +00:00
bochs-performance - add comments describing how blur-translate works 2002-04-17 22:51:58 +00:00
bochs-testing - add results and conclusion 2002-11-19 15:56:26 +00:00
CVSROOT - fixing { parameter 2002-03-21 07:15:06 +00:00
sfsite - add sb16 links proposed by James E. Flemer 2003-04-25 23:13:17 +00:00