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: Run fuse games through script  (Read 2409 times)

0 Members and 1 Guest are viewing this topic.

space invader

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 15
  • Last login:January 04, 2022, 05:27:36 am
  • I want to build my own arcade controls!
Run fuse games through script
« on: May 21, 2015, 12:50:26 pm »
Hi.

I need to run my ZXSpectrum games with fuse through a .sh script because I need to run a keyboard mapper before and restore the normal one after.

My script is like this:

#!/bin/bash
sudo loadkeys rom.kmap
/opt/retropie/emulators/fuse/bin/fuse /home/pi/RetroPie/roms/zxspectrum/rom.tzx
sudo loadkeys normal.kmap

But it does not work because of runcommand.sh

How can I run it along with runcommand.sh?

Thanks in advance!