(no title)
etfb
|
11 years ago
I learned Turbo Pascal in an MS-DOS emulator running on old green-screen Burroughs smart terminals, circa 1987. I knew the terminals had some sort of graphics capacity because their font changed when they left VMS mode and started emulating MS-DOS, so I wrote a program to rummage around in memory until I found where the font designs were stored. Then I wrote a font editor that changed the standard font whenever I logged in, to a design based on my own handwriting. After that, I took a leaf out of the Microbee computer's books and emulated hi-res graphics: I wrote a program that printed all the ASCII characters from 33 to 255 in a rectangle, set their font definitions to all zeroes, and then selectively set individual pixels back on according to a pattern that assumed the exact layout of characters. Implemented line, circle, flood fill and a few other graphics primitives. Fun!
elliottcarlson|11 years ago
btbuildem|11 years ago
thom|11 years ago
etfb|11 years ago
mzs|11 years ago
https://www.youtube.com/watch?v=F2rscrAGCaM
tripzilch|11 years ago
ah so THAT is how you could make graphics on those machines? wish I had known that back when I was 10 :-P
ah well, good times :)
Fr0styMatt|11 years ago
etfb|11 years ago