The original GameBoy (DMG) had not the best LCD display that one could wish for. Most importantly it was a reflective only display, which required substantial amounts of external light to be visible. A friend sent me their DMG with the request to install an LED backlight mod. I thought: how hard can it be? Well, you be the judge of it…
Month: September 2025
Let’s Code MS DOS 0x31: ANSI C Data Types
The C programming language has only few builtin data types. But for a beginner those can be a bit confusing. So we will have a look at what data types are offered, and what kind of new datatypes you can build with C.
NEW Low Ripple 7805/7812 Drop In Regulator
Not even two years ago I published a video about the DR323 / DR78xx switching regulator by Mr Floppy, which is a replacement for the linear LM323 and 78xx series of positive voltage regulators. Their main advantage was their extremely low ripple, compared to other solutions such as the ezSBC. Now Mr Floppy has developed v0.2 of the regulator, which has some small improvements, and removed the surface mount coaxial port for probing. Instead he developed the Checker Board, which can be used to do accurate probing of TO3 voltage regulators.
Let’s Code MS DOS 0x30: VGA 3D Textmode
The EGA and VGA card can do a lot of magic tricks in textmode. This time we will investigate how you can draw a rotating 3D cube overlayed on normal text by utilising the EGA/VGA feature of a second character set.
Let’s Code MS DOS 0x2F: Mandelbrot Fractal
Everybody knows the Mandelbrot set. It is one of the most famous fractals. And it is easy to code! At least if you don’t care about speed… So let’s try to code it for ancient MS DOS PCs with VGA cards! And there will be color cycling!