VOGONS

Common searches


First post, by Harekiet

User metadata
Rank DOSBox Author
Rank
DOSBox Author

Anyone here that has an original VGA card? The ones with 256kb memory and not SVGA stuff.

I want to get the bios from one of those thingies and see if i can run it on dosbox and use it for reference in getting the bios support improved a bit. Or perhaps stiletto knows someone that has one.

Reply 1 of 30, by Stiletto

User metadata
Rank l33t++
Rank
l33t++

I'll try to work my magic. So far, all I've discovered is that the chipset is named "IBM VGA256C" 🙁

"I see a little silhouette-o of a man, Scaramouche, Scaramouche, will you
do the Fandango!" - Queen

Stiletto

Reply 2 of 30, by Stiletto

User metadata
Rank l33t++
Rank
l33t++

It might be IBM PN#1887743 or PN#1887744 - "IBM PS/2 Display Adapter". Use Google.

Edit: It definitely is.

"I see a little silhouette-o of a man, Scaramouche, Scaramouche, will you
do the Fandango!" - Queen

Stiletto

Reply 4 of 30, by Stiletto

User metadata
Rank l33t++
Rank
l33t++

Google Groups:
Looks like good places to ask "WTB" are:
comp.sys.ibm.ps2.hardware
comp.sys.ibm.pc.classic

Final shot from me (for today, at least):
This guy (http://www.compu-d.com) had some (http://209.196.190.156/1/ibmliquid.htm) at some point. I bet they're all gone now, but it never hurts to try...

BTW - The guy's a known spammer (http://www.studio42.com/kill-the-spam/1999/re … s/compu-d.shtml) so I'm not sure how far you could trust him. Lots of odd stuff comes up when you search for "Compu-D"...

"I see a little silhouette-o of a man, Scaramouche, Scaramouche, will you
do the Fandango!" - Queen

Stiletto

Reply 5 of 30, by Harekiet

User metadata
Rank DOSBox Author
Rank
DOSBox Author

Ah well just have to find someone that has a machine running with one and wants to run a little tool and send me the file it generates. You'd think someone would still have an old machine running with one 😀

I'll go check some usenet places too.

Reply 6 of 30, by Stiletto

User metadata
Rank l33t++
Rank
l33t++

[HALT Instruction]

Have you seen THIS? http://www.freesoftware.fsf.org/vgabios/

Edit:
Screenshots here: http://www.japj.org/projects/bochs_plex86/screenshots.html

"I see a little silhouette-o of a man, Scaramouche, Scaramouche, will you
do the Fandango!" - Queen

Stiletto

Reply 8 of 30, by Stiletto

User metadata
Rank l33t++
Rank
l33t++

Then when you figure out stuff, submit to them, kay? 😀

BTW - you can code a program to dump the BIOS w/o seeing or knowing the card? WTF?

"I see a little silhouette-o of a man, Scaramouche, Scaramouche, will you
do the Fandango!" - Queen

Stiletto

Reply 10 of 30, by Stiletto

User metadata
Rank l33t++
Rank
l33t++
Harekiet wrote:

Ah well just have to find someone that has a machine running with one and wants to run a little tool and send me the file it generates. You'd think someone would still have an old machine running with one 😀

I'll go check some usenet places too.

Here's a start for owners:
http://www.google.com/search?q=%28%22IBM+Pers … um=100&filter=0

http://groups.google.com/groups?q=%28%22IBM+P … ring=d&filter=0

"I see a little silhouette-o of a man, Scaramouche, Scaramouche, will you
do the Fandango!" - Queen

Stiletto

Reply 11 of 30, by Harekiet

User metadata
Rank DOSBox Author
Rank
DOSBox Author

Yeah you can just save the vga bios by writing a 32kb block of memory at a certain address in a file.Would be at 0xC000:0000, so you can easily get it dumped.

Reply 12 of 30, by DosFreak

User metadata
Rank l33t++
Rank
l33t++

Dumping the vid bios is simple. It's almost always at the same meory location on all vid cards.

How To Ask Questions The Smart Way
Make your games work offline

Reply 13 of 30, by Harekiet

User metadata
Rank DOSBox Author
Rank
DOSBox Author

(C)COPYRIGHT IBM Corp. 1984, 1986 10/27/8

Got one from some guy on usenet, now just have to get it up and running in dosbox. Really wonder if my vga emulation is good enough to run it 😀

Reply 14 of 30, by Snover

User metadata
Rank l33t++
Rank
l33t++

I can think of a place you could get more, probably...ever been to hospitals? Their technology is always at least 10 years behind the time (for example, the hospital my father works at still runs Compaq desktop (not minitower) Pentium 75MHz on Windows 95A, and they still have old green monochrome monitors for looking up patient stats).

Yes, it’s my fault.

Reply 15 of 30, by Harekiet

User metadata
Rank DOSBox Author
Rank
DOSBox Author

Well a pentium 75 still has a better vidcard than an original ibm vga card. Ah well bios image actually seems to start up already, some detection shit left to fix and i think it would run fine.

Reply 17 of 30, by Stiletto

User metadata
Rank l33t++
Rank
l33t++
Harekiet wrote:

Got one from some guy on usenet, now just have to get it up and running in dosbox. Really wonder if my vga emulation is good enough to run it 😀

So I see:
http://groups.google.com/groups?threadm=7pslk … t5m%25404ax.com

Good for you! Let me know how it works out.

BTW - Get some of the BIOS Roms for M.E.S.S. (http://www.mess.org). Among the BIOSes they have are (in the XTVGA driver) an ET4000 bios. 😀
http://www.geocities.com/messroms

Stiletto

"I see a little silhouette-o of a man, Scaramouche, Scaramouche, will you
do the Fandango!" - Queen

Stiletto

Reply 18 of 30, by Harekiet

User metadata
Rank DOSBox Author
Rank
DOSBox Author

hehe i'll give them a try too, bios imagine works fine now though, still some bugs left in my own bios i see, since some games seem to have correct colors now and text is being displayed.

Ah well let's look at some disassembly and see how the shit works 😀