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: Booting directly into a MAME game  (Read 4682 times)

0 Members and 1 Guest are viewing this topic.

UFO

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 323
  • Last login:July 22, 2022, 06:37:12 pm
  • Im nearly out of unproductive things to do at work
Booting directly into a MAME game
« on: August 29, 2016, 03:53:07 pm »
Hi all,

Been doing some Google searching on this with mixed answers. Some say it is possible, but don't indicate how, and some say it's not.

Say I wanted to boot directly into a single game when the emulator boots up or is switched on. Is this possible with the Pi?

Thanks all...

Duhjoker

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 168
  • Last login:August 29, 2016, 08:03:00 pm
  • I want to build my own arcade controls!
Re: Booting directly into a MAME game
« Reply #1 on: August 29, 2016, 04:11:25 pm »
 Yea it's possible and not to hard but you will need to learn the language which is super easy to memorize and have some basic compiling skills.

Adafruit has a few good tutorials on all this just google raspberry Pi handheld game emulator and start reading. With the adafruit retro game thingy you can pretty much get it to any thing you want.

Slippyblade

  • Trade Count: (+2)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 3167
  • Last login:November 16, 2023, 11:39:51 am
  • And to the death god we say, "Not today!"
Re: Booting directly into a MAME game
« Reply #2 on: August 29, 2016, 04:37:06 pm »
https://www.raspberrypi.org/documentation/linux/usage/rc-local.md

That article will show you where to put the command. 

The command to use will depend on the exact setup you have.  Figure out what you need to type to run the game from the command line.  Then put that exact command into the rc.local file.

UFO

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 323
  • Last login:July 22, 2022, 06:37:12 pm
  • Im nearly out of unproductive things to do at work
Re: Booting directly into a MAME game
« Reply #3 on: August 30, 2016, 04:10:30 am »
Thanks chaps, that's fantastic.

philby95

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 11
  • Last login:January 07, 2020, 04:33:35 pm
  • I want to build my own arcade controls!
Re: Booting directly into a MAME game
« Reply #4 on: September 04, 2016, 04:37:56 pm »
This is what I used works a treat and is easy to setup

https://retropie.org.uk/forum/topic/2357/boot-directly-to-mame-rom

cheers

UFO

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 323
  • Last login:July 22, 2022, 06:37:12 pm
  • Im nearly out of unproductive things to do at work
Re: Booting directly into a MAME game
« Reply #5 on: September 05, 2016, 11:02:51 am »
This is what I used works a treat and is easy to setup

https://retropie.org.uk/forum/topic/2357/boot-directly-to-mame-rom

cheers

Nice one ... Thanks buddy ...

Slippyblade

  • Trade Count: (+2)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 3167
  • Last login:November 16, 2023, 11:39:51 am
  • And to the death god we say, "Not today!"
Re: Booting directly into a MAME game
« Reply #6 on: September 05, 2016, 01:22:42 pm »
That article confuses the hell out of me.  Why would you use EmulationStation if you were building a single game cab?  Seems like a LOT of wasted boot time and overhead that doesn't need to be there.

philby95

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 11
  • Last login:January 07, 2020, 04:33:35 pm
  • I want to build my own arcade controls!
Re: Booting directly into a MAME game
« Reply #7 on: September 05, 2016, 04:24:28 pm »
That article confuses the hell out of me.  Why would you use EmulationStation if you were building a single game cab?  Seems like a LOT of wasted boot time and overhead that doesn't need to be there.

My thoughts would be that emulationstation has a great gui to setup various parts of the system inc controller setup, most people would hate to do that via the command line.