VOGONS

Common searches


Search results

Display options

Re: Dos Sound Driver

The code looks like a sloppy combination of ideal and masm syntax. WASM doesn't support the "smart" directive or multiple passes so you will have to make some changes. It's also more strict and throws errors for things TASM lets you get away with, like omitting the proc name from ends/endp. But I …

Re: What is the longest peripheral card in your possession?

in Milliways
Interesting. I wonder if there are ISA cards longer than AWE32, or modern PCIe cards longer than 6800 Ultra Mac. Anyway.... https://i.imgur.com/pkGb21W.gif You're not going to find a mass-produced ISA card with a PCB longer than 13.3", because that's "full length". Anything longer will not fit in a …

Re: Dos Sound Driver

Good to read that I'm not alone in this. I've been wanting to extend VSB (Virtual Sound Blaster) to support newer AC'97 and Intel HD Audio chipsets, but first, I need to port the existing assembly code from TASM to an open source assembler. This has proven to be much easier said than done. I've …

Re: Retro Hardware Prices... are NUTS!

in Milliways
Prices have been increasing for over a decade on the PC front. Luckily I got most of my stuff before then. In the late 90s/early 2000s people were giving it away. It wasn't "retro" then, just old junk. A computer store in my town used to sell used ISA cards and motherboards for $1 each. 15 years ago …

Re: Pure DOS rig people, want to test this thing I wrote?

in Milliways
Updatey updatey, I tested the above executable in 86Box with a 386SX/33 CPU, and lo and behold it works! Not a perfect indicator of whether it would work in the real world though. Interestingly, I had to disable HIMEM in CONFIG.SYS for it to work; otherwise it returned a page fault. Not sure why …

Page 19 of 22