Build Your Own Arcade Controls Forum

Main => Software Forum => Topic started by: bsoder52 on December 02, 2009, 10:35:37 pm

Title: Looking for Command Line Emulators
Post by: bsoder52 on December 02, 2009, 10:35:37 pm
Looking for website recomendations for Command Line emulators.  Most of what I've found are all Windows based, and I'm running Hyperspin, which I believe requires Command Line Emulators.

Thanks a bunch!
 :afro:
Title: Re: Looking for Command Line Emulators
Post by: headkaze on December 02, 2009, 11:10:02 pm
Most Windows emulators support command line parameters aswell ;)
Title: Re: Looking for Command Line Emulators
Post by: Cakemeister on December 03, 2009, 10:12:50 am
I'm going to go out on a limb here and recommend MAME.  ;D

http://mamedev.org/release.html (http://mamedev.org/release.html)

Title: Re: Looking for Command Line Emulators
Post by: bsoder52 on December 04, 2009, 12:15:41 pm
Most Windows emulators support command line parameters aswell ;)

Interesting, do you need to go into the emulator setting so it can run that way, or what do you need to do?
Title: Re: Looking for Command Line Emulators
Post by: u_rebelscum on December 04, 2009, 01:45:28 pm
Interesting, do you need to go into the emulator setting so it can run that way, or what do you need to do?

Might not be the best example, but MameUI can be run from the commandline just like mame (even though the whole perpose of mameUI is the GUI "front end" it tagged on).

So "mameUI32 arkanoid" works the same as "mame arkanoid".  And all the mame CL options work the same for mameUI: "mameui32 arkanoid -mouse -nojoystick -norotate" will force the mouse to work, disable the joystick and prevent the game from rotating, overridding how arkanoid was set up in mameUI's game specific settings.


In short, most emus will start with the form "emuname gamename".  The exact form may differ though, and the the exact option are different between emus.

Heck, you can load a word file from the commandline: winword fullfilename (assuming you're in the folder, or word in the the path, and the filename includes the extention of ".doc" or whatever it is now).