Re: Writing directly in the video memory....
- Posted by Aen Aen <Fist1000 at AOL.COM> Apr 05, 1999
- 482 views
I believe the calculation is: FLAT_ADDRESS = (SEGMENT * 16) + OFFSET So, for example, mode 19's video memory address becomes: #A000:#0000 = (#A000 * 16) + #0000 = #A0000 - aen