Build Your Own Arcade Controls Forum

Main => Main Forum => Topic started by: JLR2000 on October 16, 2002, 01:07:19 am

Title: 2 Serial Mice in Dos?
Post by: JLR2000 on October 16, 2002, 01:07:19 am
I am currently building a DOS Mame cocktail cabinet.  I notice the PC has two Serial Ports.  I have two small trackball type Mice.  If I wanted to somehow put these on either control panel for games like Centipede (with cocktail flipping) is there a driver to get DOS to see both mice?  Will Mame see both for 2 player in flipping mode?  I've been looking around but the the dos drivers I've seen have been for 1 PS2 and 1 Serial mouse.  Anyone do this or have any info?  Thanks.
Title: Re:2 Serial Mice in Dos?
Post by: Darkstalker on October 16, 2002, 01:27:45 am
It's been a while, but most drivers you should be able to tell it which serial port to initialize when you call the driver.  You'll have to call it twice in your config.sys, and it's going to eat up some valuable 640k, but it should work.  I don't know of one driver that will talk to two serial mice though....
Title: Re:2 Serial Mice in Dos?
Post by: JLR2000 on October 16, 2002, 01:29:31 am
Wow, thanks for the quick reply....any chance of getting an example config.sys showing how to "call" each port?
Title: Re:2 Serial Mice in Dos?
Post by: Darkstalker on October 16, 2002, 01:39:52 am
(Just happen to be surfing when you posted..heh)

It depends on the driver as to what the config.sys lines should be.  The best advice I can give is RTM :)  If the driver doesn't support a switch to chose the com port (Something like /c 2, or /port com2...whatever), you'll have to find a driver that does.

Another tip, always load your drivers with DEVICEHIGH=, not DEVICE=, you'll save yourself some conventional memory that way.

<Reflects back on the old days of attempting to get Duke Nukem to run on a DOS 6.0 486dx2 66>
Title: Re:2 Serial Mice in Dos?
Post by: Tiger-Heli on October 16, 2002, 07:15:46 am
Wow, thanks for the quick reply....any chance of getting an example config.sys showing how to "call" each port?

The docs in the optimous.zip file from www.mame.net main downloads also cover this!
Title: Re:2 Serial Mice in Dos?
Post by: JLR2000 on October 16, 2002, 06:04:21 pm
Thanks TH!

You know, I *try* not to post stupid questions.....I looked around for about an hour and a half  looking for this type of info before posting. Did it dawn on me to check Mame.net? NO.  Well, thanks for pointing this out, I've looked at it and it's exactly what I was looking for.
Title: Re:2 Serial Mice in Dos?
Post by: Tiger-Heli on October 17, 2002, 09:38:17 am
Thanks TH!

You know, I *try* not to post stupid questions.....I looked around for about an hour and a half  looking for this type of info before posting. Did it dawn on me to check Mame.net? NO.  Well, thanks for pointing this out, I've looked at it and it's exactly what I was looking for.

No prob, I didn't consider it a stupid question.  The info is pretty well buried on mame.net.  It's basically the same files that came with EMU+ when it was around, but now mame supports dual mice.

Anyway, glad it helped.