Build Your Own Arcade Controls Forum

Front End Support => MaLa Frontend => Topic started by: empardopo on October 16, 2013, 01:35:43 pm

Title: How config Stella in MALA
Post by: empardopo on October 16, 2013, 01:35:43 pm
Stella in MALA

First, we are going to download the Stellas emulator from here (http://stella.sourceforge.net/stellanews.php)

I install Stella in C:\Emuladores\Stella

(http://arcadespain.info/images/empardopo/Tutoriales/Stella/Stella-01.png)

We have the 2.5.1 version.

(http://arcadespain.info/images/empardopo/Tutoriales/Stella/Stella-02.png)

Once ran Stella we can click on the Options

(http://arcadespain.info/images/empardopo/Tutoriales/Stella/Stella-03.png)

Clicking on the Video Settings, we get the below screenshot

(http://arcadespain.info/images/empardopo/Tutoriales/Stella/Stella-04.png)

where we can choose the Screen Resolution and the Fullscreen mode.

No changes on the Audio Settings

(http://arcadespain.info/images/empardopo/Tutoriales/Stella/Stella-05.png)

In the Input Settings we can map keys or buttons.
For example, we can see the key to Select or the key to exit from Stella closing the emulator.


(http://arcadespain.info/images/empardopo/Tutoriales/Stella/Stella-06.png)

(http://arcadespain.info/images/empardopo/Tutoriales/Stella/Stella-07.png)

Here, we map every keys or buttons to control the game.

I cannot map the exit button so I’m going to use AllInOneFYC.
We remap the 7 button of my joystick 1 (1joy7) to the CTRL+Q.

(http://arcadespain.info/images/empardopo/Tutoriales/Stella/Stella-08.png)

Now, If AllInOneFYC is running when I press the 1joy7 button Stella closes.

Now, we can see the Config Files sections

(http://arcadespain.info/images/empardopo/Tutoriales/Stella/Stella-09.png)

Once configured Rom path, we can click on the Audit Roms button. Then, we can see a screen similar to this:

(http://arcadespain.info/images/empardopo/Tutoriales/Stella/Stella-10.png)

We have six games or roms. Now, we can click on the Exit Menu and we’ll see the next screen with all of games we have in the rom path

(http://arcadespain.info/images/empardopo/Tutoriales/Stella/Stella-11.png)

In this moment, we can check to run the game from command line,

(http://arcadespain.info/images/empardopo/Tutoriales/Stella/Stella-12.png)

and the game works fine.
We are going to make a bat file called stella.bat

Code: [Select]
@echo off
C:
Cd c:\emuladores\stella
Start /min AllInOneFYC.exe
Stella.exe %1

Now, we open MALA and we make a new emulator called Stella.

(http://arcadespain.info/images/empardopo/Tutoriales/Stella/Stella-13.png)

(http://arcadespain.info/images/empardopo/Tutoriales/Stella/Stella-14.png)

By empardopo

Sorry for my bad english.

You can download pdf here (http://adf.ly/XgJuy).




Title: Re: How config Stella in MALA
Post by: maximebeauvais on October 18, 2013, 09:03:19 am
very good. thanks