Amazingly, your post was in my feed directly under this one.
05.10.2025 03:19 โ ๐ 1 ๐ 0 ๐ฌ 1 ๐ 0@robertsundling.bsky.social
Solo game dev and retro enthusiast, making indie games since the DOS days. Currently working on RASDAN, a DOS/VGA game I started in 1996 and never finished. It's still for DOS! Why not? Madison, Wisconsin, USA, Earth, Sol System, Milky Way, The Universe.
Amazingly, your post was in my feed directly under this one.
05.10.2025 03:19 โ ๐ 1 ๐ 0 ๐ฌ 1 ๐ 0And yes, the lazy dog is "calming" simply to demonstrate Monaspace's texture healing, which loves the word "calming." ๐
30.09.2025 00:08 โ ๐ 1 ๐ 0 ๐ฌ 0 ๐ 0RASDAN Remote TTY settings window showing the Fonts tab. The font family is set to Monaspace Neon, with adjustable sliders for font weight, bold weight, italic slant, and width. Options for texture healing and several ligatures (equals, greater/less or equal, arrows, markup, F# operators) are visible, with most enabled. On the right is a live preview panel displaying sample text, numbers, and ligature symbols. The entire screen is amber-on-black, styled like a retro DOS MDA terminal.
I am increasingly a fan of the Monaspace font family (monaspace.githubnext.com).
I've added support for Monaspace features to the GUI TTY interface for my DOS game engine (which takes the place of an external MDA monitor). It's fantastic to be able to customize its look and feel so thoroughly.
Darn. So you'll have to handle Windows tech support, too, telling users to do this...
Perhaps instead you could work around it by having your game play a continuous, very loud 22 kHz sine wave, inaudible to most humans, to keep the audio system active. Absolutely no way that could go wrong. ๐
It seems that what happened was Walgreens removed the โHealthcare Solutionsโ section of their site as part of a restructuring, which included the Walgreens Respiratory Index page. But that actually just displayed this external Power BI content in a frame.
27.08.2025 01:11 โ ๐ 1 ๐ 0 ๐ฌ 1 ๐ 0Itโs still there, if you visit the PowerBI page directly. Not sure for how long or if the data will keep being updated, but it says itโs updated yesterday: app.powerbi.com/view?r=eyJrI...
27.08.2025 01:05 โ ๐ 1 ๐ 0 ๐ฌ 2 ๐ 0C++ function that parses an IPv4 address string into a 32-bit integer, validating each octet and returning an error type if the format is invalid. Uses std::expected for error handling and processes characters one by one.
It's crazy the kind of stuff you end up writing when you're building a network stack for DOS from scratch in C++26.
08.08.2025 23:53 โ ๐ 8 ๐ 1 ๐ฌ 0 ๐ 0Well, this is quite unfortunate news. ๐ข
08.08.2025 17:05 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0Congratulations to the GNU Compiler Collection team for their successful launch of GCC 15.2! Great work, everyone! ๐ฅณ
08.08.2025 15:52 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0Screenshot of a simple test of a game engine, showing 13,745 frames per second.
I'm testing GCC 15.2 today.
I just used it to build the various test programs for my game engine for all available platforms, including DOS and Windows.
Success! But it's always hilarious to me to see a test that runs at 60 fps in DOS on a 486 with a VGA run at 13,000+ fps on a modern machine.
Screenshot snipped from a DOS application, showing: Build target: DOS (DOS32, VGA) 32-bit C++ compiler: GCC 15.1.1 20250801 (C++26/C23) Assembler: NASM 2.16.03
GCC 15.2 drops tomorrow. Got a head start today and built a cross-compiler for my 32-bit DOS apps from the 15.2 RC.
It's working well so far!
(It reports as 15.1.1, but that's fine. I didn't touch gcc/BASE-VER or gcc/DATESTAMP, where I could have bumped it up to "15.2.0 20250808" had I wanted.)
Back in the DOS days, when youโd send a graphical mouse cursor to the mouse driver youโd give coordinates for its โhot spotโ too. For a normal cursor itโd be (1,1), not (0,0), due to the one-pixel border around the cursor. Hereโs a pointing finger example from the official Microsoft mouse book. ๐
07.08.2025 00:52 โ ๐ 0 ๐ 0 ๐ฌ 1 ๐ 0I always end up so many levels away from what I'm actually working on.
I was thinking it'd be great to remotely control my various vintage PCs from my main workstation, with them all in little windows. Now I'm investigating custom SVGA + PS/2 keyboard/mouse + power control KVM-over-IP solutions...
Aha, I found it! The SVGA that doesn't work properly with its 320x240x256 color VBE linear mode is integrated into the motherboard of an old Compaq desktop PC. I'll probably try that one first with a VGA to HDMI adapter so that I don't accidentally destroy a CRT as I fuzz the CRTC registers. ๐
06.08.2025 22:02 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0Sadly, I also can no longer remember which of my SVGA cards didn't properly support that 320x240 linear mode via VBE. It's been more than a year. I know I had at least one card that didn't, and that's where I really want to concentrate my testing.
I should have taken better notes!
Although this worked on an emulated SVGA, the first attempt on real hardware was a bust: the CRT monitor lost sync and showed nothing.
I am thinking I should next build an interactive tool that lets me tweak all of these register values while watching what happens, to tighten the feedback loop.
Making decent progress on my 640x480 to 320x240 linear mode SVGA project.
I first wrote a CRTC register dumper, then examined values on a card with a 320x240 linear mode. It's pretty clear how this card does it.
Next step will be to take an SVGA card without the mode and apply these same changes.
My challenge this week is to take SVGA cards with linear VBE 640x480x256 color modes and tweak CRTC registers to turn those into linear 320x240x256 color modes. Some cards expose such a mode already, but not all. The performance gain over Mode X is worthwhile. Iโll open source what I find.
06.08.2025 02:27 โ ๐ 1 ๐ 0 ๐ฌ 0 ๐ 1"The deal is the latest development in a saga involving some of the video game industryโs lowest-paid workers. It comes after Microsoft purchased Activision Blizzard, Raven Softwareโs parent company, leaving the roughly two dozen testers to negotiate with one of the worldโs largest tech companies."
05.08.2025 17:17 โ ๐ 9 ๐ 5 ๐ฌ 0 ๐ 0Ullrich von Bassewitz's BGI drivers are excellent SVGA reference code.
The comments are in German. As English alternatives exist, human translation may not be worth the effort, but I used GitHub Copilot to translate the comments to English for my own use.
Someone else may find this useful as well.
Pattern data for the first pattern of a particular MOD, displayed as a large text-based table.
Looks like I'm successfully parsing MOD pattern data. If you'd like a challenge, see if you can spot this song by the first pattern. ๐
03.08.2025 21:09 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0I'm working on a special-purpose MOD library today and testing it with MOD files by Dr. Awesome (Bjรธrn Lynne) while listening to his new album Point of Significance. Perfect blend of old and new.
@bjornlynne.bsky.social
We Did It. Commodore Is Home.
With the final payment locking in the deal CEO Peri Fractic signed the final contracts in The Netherlands, officially acquiring all 47 original Commodore trademarks. After decades adrift, the brand is finally where it belongs - with fans.
#WeAreCommodore
commodore.net
I use a script I wrote that I run after I commit old files. It checks the file dates of everything thatโs been committed so far, reverts the commits that added them, then creates new individual commits for each file with the GIT_AUTHOR_DATE and GIT_COMMITTER_DATE environment variables set correctly.
01.08.2025 00:19 โ ๐ 1 ๐ 0 ๐ฌ 0 ๐ 0Those are surprisingly tricky to do. ๐
31.07.2025 20:33 โ ๐ 0 ๐ 0 ๐ฌ 1 ๐ 0Back in 1991, I wrote a fully functional text adventure development system for DOS. I never ended up making any actual games with it, and it's now been untouched for almost 35 years.
Just for fun and historical interest, I've decided to make it and its source code freely available on GitHub. Enjoy!
For reference, the prompt here was: โThis was a bitmapped font I created by hand in the 1980โs. However, I only made it for these specific letters. I would love to see it for all letters. Please create an image showing a full font sheet, as if I had made all of the letters, digits, and punctuation.โ
26.07.2025 17:09 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0One thought is it may be possible to rearrange the letters I have into a word missing one letter and use an infill-capable model to generate just that one letter. That may give me better results than GPT 4o generating the whole character set. I may try that at some point as well; another experiment.
26.07.2025 17:09 โ ๐ 0 ๐ 0 ๐ฌ 1 ๐ 0If I remember, I will try this same experiment again in three to six months to see how things have improved. (Iโm not planning to bother testing other models today, since I have a feeling that all todayโs models would be worse than this.)
26.07.2025 17:09 โ ๐ 0 ๐ 0 ๐ฌ 1 ๐ 0As expected, these arenโt even close to โgood.โ Perhaps were I finishing the rest of the font, I could use a few of these characters as a starting point for the overall shapes to save time, but in general itโs pretty awful. Even the letters that Iโd created lost most of their unique characteristics.
26.07.2025 17:09 โ ๐ 0 ๐ 0 ๐ฌ 1 ๐ 0