VOGONS

Common searches


Search results

Display options

New Win32 game: Meal Plan 1.2

As part of the Win32 Jam Autumn 2024 , which ended a few days ago, I wrote a small Dobble/Spot It-inspired Win32 game that should work on Win9x all the way to the latest Windows 11 (not sure if Win32s or HX would also work). The game is available for download for free here: https://thp.itch.io/meal- …

Re: Questions about coding HTML for old websites

My browser (NM28) is not redirected to HTTPS, despite it fully supports latest TLS 1.3 standards. I just checked and it seems like I unconditionally avoid a HTTP->HTTPS redirect for "Windows NT 5.1" (i.e. XP) in the user-agent string, independent of the rest of the browser identification. Also …

Re: Questions about coding HTML for old websites

About TLS: If you self-host/have control over the HTTP server config, you usually redirect HTTP to HTTPS for modern browsers there. I configured my web server to check the user-agent and if the user agent looks like one of the browsers on my retro machines I just skip the HTTPS redirect. In general, …

Re: Red Book audio not working on my CT2230

in Marvin \ Sound
You could also try booting a live Linux CD (that loads completely into RAM) or a live Linux USB and see if that can play CD-Audio (make sure it uses analog playback and not digital extraction, which would work without the audio cable). Then, also cross-check with a different CD-ROM drive to exclude …

Re: new dos games! (in development)

in Milliways
doscore wrote on 2021-01-01, 10:25: well its a bit of fun and no body has really made a full dos game release in over 20 years 🤣 There have been a few 😀 DOS Game Jam Demo Disc 2023

Re: SBEMU: Sound Blaster emulation on AC97

in Marvin \ Sound
Falcosoft wrote on 2024-10-14, 11:51: BTW, here is a proof of concept video about how SBEMU works without JEMMEX and QPIEMU.DLL. The config only uses HIMEMX and as you can see/hear DUKE3D works perfectly: https://youtu.be/s8rRUNDbuQQ Duke3D is a protected mode game. Jemmex/QPIEMU is only needed for …

Re: RoidRage | AMD K6-2 550MHz Project

You can modify a toggle switch to be a momentary switch. There‘s a small piece of metal in the switch that hooks the switch in place, and if you remove it, you turned your AT style switch (latching) into an ATX style switch (momentary). Might be worth a shot to avoid buying a small piece of …

Re: SBEMU: Sound Blaster emulation on AC97

in Marvin \ Sound
Hey all, so when SBEMU is loaded all games FREEZE. I am running FreeDOS 1.3 and the games I am trying are the games installed form either the FreeDOS 1.3 install CD or Bonus CD. I have tried BOOM, FREEDOOM, WING, and QTETRIS: none will start, starting freezes/hangs. Sometimes I can ctrl-alt-delete …

Re: SBEMU: Sound Blaster emulation on AC97

in Marvin \ Sound
Can't get audio at all under Windows 10 with the RV630 (Radeon HD2600XT) so can't even test SBemu but I did notice SBemu code has support for RV630 as {"ATI RV630", 0x1002, 0xaa08, AZX_DRIVER_ATIHDMI } but the actual card under Windows10 reports hardware IDs different - HDAUDIO\FUNC_01&VEN_1002&DEV …

Page 1 of 11