VGA Hardware: Difference between revisions

Jump to navigation Jump to search
[unchecked revision][unchecked revision]
Content deleted Content added
Line 283: Line 283:
write (plane2, offset); // write to the other plane
write (plane2, offset); // write to the other plane


This matches the NVidia card this, However my ATI card (and somewhat older, my V2x00 board) behaves slightly different (its pretty close though):
This matches the NVidia card, however my ATI card (and somewhat older, my V2x00 board) behaves slightly different (its pretty close though):


offset = addr & 0xfff'''f'''; // generate the offset
offset = addr & 0xfff'''f'''; // generate the offset