Main Restorations Software Audio/Jukebox/MP3 Everything Else Buy/Sell/Trade
Project Announcements Monitor/Video GroovyMAME Merit/JVL Touchscreen Meet Up Retail Vendors
Driving & Racing Woodworking Software Support Forums Consoles Project Arcade Reviews
Automated Projects Artwork Frontend Support Forums Pinball Forum Discussion Old Boards
Raspberry Pi & Dev Board controls.dat Linux Miscellaneous Arcade Wiki Discussion Old Archives
Lightguns Arcade1Up Try the site in https mode Site News

Unread posts | New Replies | Recent posts | Rules | Chatroom | Wiki | File Repository | RSS | Submit news

  

Author Topic: How config Stella in MALA  (Read 2890 times)

0 Members and 1 Guest are viewing this topic.

empardopo

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 526
  • Last login:June 22, 2025, 10:00:52 am
    • My personal forum
How config Stella in MALA
« on: October 16, 2013, 01:35:43 pm »
Stella in MALA

First, we are going to download the Stellas emulator from here

I install Stella in C:\Emuladores\Stella



We have the 2.5.1 version.



Once ran Stella we can click on the Options



Clicking on the Video Settings, we get the below screenshot



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

No changes on the Audio Settings



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.






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.



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

Now, we can see the Config Files sections



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



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



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



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.





By empardopo

Sorry for my bad english.

You can download pdf here.




« Last Edit: October 17, 2013, 12:37:44 am by empardopo »

maximebeauvais

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 62
  • Last login:January 28, 2019, 10:55:35 am
  • I want to build my own arcade controls!
Re: How config Stella in MALA
« Reply #1 on: October 18, 2013, 09:03:19 am »
very good. thanks