VOGONS

Common searches


Search results

Display options

Re: What do you drive?

2000 Subaru Outback. Peak Subaru! This thing rocks. Low mileage for a 2000 and in great condition. If I take care of it I bet it will last me a long time. Even better, there are NO COMPUTERS in the dash! When I step on the gas, there is a physical link between the pedal and the throttle! Nice.

Re: Vintage amps: my experience so far

My newest setup is a Yamaha R-500 paired with my Polk TSi100s, a Pioneer turntable with AudioTechnica cartridge, and a Behringer DAC hooked up to my main PC -- plus a Sound Blaster 16 in my new Dell 486 that I'm playing around with. Sounds nice and crisp.

Re: Programming the VGA chip in C/C++ for 16 bit DOS - help writing my own routines

Status update: I think I figured out what was wrong with the library. I had old object files from a previous build attempt. After removing those, it rebuilds with no warnings. my test; (-ecc for c calling convection, ms for small model) "wcl -2 -ms -ecc test.c xlib06\XLIB06l.lib" CODE THIS works. …

Re: Programming the VGA chip in C/C++ for 16 bit DOS - help writing my own routines

I used the xlib lib file in your beep github, when I linked it, your doing far memory calls but its doing small memory model returns. stack is being screwed up. I debugged it and I can see the returns doing "ret" and not "retf" inside xlib06l.lib OK, so what I need to do is figure out why XLib is …

Re: Programming the VGA chip in C/C++ for 16 bit DOS - help writing my own routines

From your initial post I was under the impression that you wanted to write your own VGA graphics routines but from the latest few posts I get the impression that you don't mind using a library? Is that correct? The ultimate goal is still to write my own stuff, but if I can get XLib to work and do …

Re: The most RAM I have ever had in a computer

Try my old prime number sieve program. It can use that much RAM and more. It can also use more CPU cores than any computer has.. except for maybe some of the super computers. Even then, the current theoretical limit of threads is (2^32)-1.. and that is only because I used a 32-bit unsigned integer …

Page 28 of 113