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: Mala Using N64 and Amiga Emulator  (Read 3059 times)

0 Members and 1 Guest are viewing this topic.

jmiller5

  • Trade Count: (0)
  • Jr. Member
  • **
  • Offline Offline
  • Posts: 5
  • Last login:April 06, 2020, 04:25:19 pm
  • I want to build my own arcade controls!
Mala Using N64 and Amiga Emulator
« on: January 14, 2016, 02:08:00 am »
Hi Folks,

Looking for some advice.
I recently setup an arcade cabinet using an old PC running MAME on MALA.
I had difficulty setting up MALA to run the MAME Roms but got some great help on here which helped me get it done.

Now I have this running well I'd also like to get an Amiga and N64 emulator to run through Mala too.
I have downloaded what I think is right Emulators.
I tried adding the N64 one to MALA but when I click on a game I get an error message which requires the mouse to click "ok/cancel", I can't remember what the message is exactly to be honest.

Does anyone have easy to follow guides for getting these two emulators to run via MALA front page?

Thanks

bmanbdaman

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 71
  • Last login:May 09, 2018, 10:03:23 pm
  • I want to build my own arcade controls!
Re: Mala Using N64 and Amiga Emulator
« Reply #1 on: January 27, 2016, 10:24:42 pm »
Search the forum or use WinUAELoader.

I use Project64 for N64 and they load fine calling them directly.

No tutorial or special settings required to set up calling these as "Other Emu Config".

bmanbdaman

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 71
  • Last login:May 09, 2018, 10:03:23 pm
  • I want to build my own arcade controls!
Re: Mala Using N64 and Amiga Emulator
« Reply #2 on: March 13, 2016, 11:18:10 pm »
So I did a bit more research because I wanted to run the WHDload library.

I edited system:S/user-startup in my Amiga profile running WB4 HDD and added

Code: [Select]
if exists HDD3:S/GAMELOADER
  execute HDD3:S/GAMELOADER
endif

Then I wrote a batch script that gets called by MaLa (with path and rom.ext) to insert the WHDload file

Code: [Select]
REM Load WHD files for frontend
set GAMEDIR=%~1%
set GAMERUN=%2%
set GAMEFIX=%GAMEDIR:*hdd3\=%
set GAMEFIX=%GAMEFIX:\=/%
REM Create Amiga Boot script
echo cd HDD3:%GAMEFIX%> GAMELOAD
echo whdload %GAMERUN%>> GAMELOAD
REM Amiga no likey DOS files :(
.\dos2unix -n GAMELOAD GAMELOADER
REM start WinUAE
cd E:\_retro\amiga\game\emus
winuae.exe -f Amiga1200WB4PAL.uae -s use_gui=0

Mind you, HDD3 is a defined hard drive in my template so you can rename it or use it

Code: [Select]
filesystem2=rw,DH3:HDD3:E:\_retro\amiga\game\emus\Hard Drives\HDD3,0
uaehf2=dir,rw,DH3:HDD3:E:\_retro\amiga\game\emus\Hard Drives\HDD3,0


Now, if I could only shut it down. F10 brings me back to the emulator WB screen.