some old DOS utilities had a graphical mouse cursor in text mode! i’ve investigated how they did it. https://mastodon.social/@tubetime/111123817309591559
Top-level
some old DOS utilities had a graphical mouse cursor in text mode! i’ve investigated how they did it. https://mastodon.social/@tubetime/111123817309591559 8 comments
most recently, i reverse engineered a rare Apple II sound card (a sampler) using some blurry photos AND ARTWORK ON A RECORD ALBUM COVER!! https://mastodon.social/@tubetime/111508413193886509 and we’re all caught up! i’ve got a bunch of projects planned for next year. thanks for coming along with me. best wishes to you all for a happy 2024! @tubetime It was done dynamically redefining the appearance of a group of characters. This was only possible on VGA (and some older EGA) video cards. Assuming the mouse pointer can move one pixel in any direction, and the mouse pointer occupies the room of only one character, you will need to redefine one, two, or four characters, depending on the pointer location. @tubetime oh! redefinable fonts! lovely feature of the EGA and VGA cards! @tubetime Oh, that was not that difficult. VGA could display two 256 char fonts at once. You selected thag by a single bit in the color attribute. All you need to do is to render the characters occupied by the mouse-cursor into font2 and put the mouse-cursor image on top of it. Then adjust character and attributes as needed. You could render quite a bit of bitmap graphics that way in text-mode. @tubetime have you seen Impulse Tracker? It does a lot of neat things with dynamic text mode fonts like a simple oscilloscope for the sounds |
in October, i spent a bunch of time reverse engineering the power board from the IBM Thinkpad 700. it was a good excuse to switch to KiCAD 7, which allows you to overlay your layout on top of an image–perfect for reverse engineering work! https://mastodon.social/@tubetime/111298635503517686