Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
| Beide Seiten der vorigen Revision Vorhergehende Überarbeitung Nächste Überarbeitung | Vorhergehende Überarbeitung | ||
|
how_to_setup_autostart [2020/05/10 18:42] admin |
how_to_setup_autostart [2020/05/10 18:51] (aktuell) admin |
||
|---|---|---|---|
| Zeile 3: | Zeile 3: | ||
| Find here some steps how to setup autostart. Grab your regamebox.conf either on SD Card or USB Stick. | Find here some steps how to setup autostart. Grab your regamebox.conf either on SD Card or USB Stick. | ||
| - | Step 1 : Turn Autostart on | + | **Step 1** : Turn Autostart on |
| - | AUTOSTART="1" | + | AUTOSTART=”1” |
| - | Step 2 : Specify game to be started. | + | **Step 2** : Specify game to be started. |
| * Create Folder "roms" on your SD Card boot folder. | * Create Folder "roms" on your SD Card boot folder. | ||
| * Create subfolder according your wanted core, like "arcade" for mame2003plus or "snes" for snes. Refer to folder naming convention in this wiki. | * Create subfolder according your wanted core, like "arcade" for mame2003plus or "snes" for snes. Refer to folder naming convention in this wiki. | ||
| * copy rom in the subfolder for the core. Ie qix.zip in folder /boot/roms/arcade | * copy rom in the subfolder for the core. Ie qix.zip in folder /boot/roms/arcade | ||
| - | * Finally a file looks like this ''/boot/roms/arcade/qix.zip'' | + | * Finally a file looks like this ''/boot/roms/arcade/qix.zip'' should exist on your card. |
| * Insert Path in variable | * Insert Path in variable | ||
| - | ''AUTOSTART_ROM="/boot/roms/arcade/qix.zip"'' | + | ''AUTOSTART_ROM=”/boot/roms/arcade/qix.zip”'' |
| - | Step 3 | + | A rom on the usb stick if any can be used, too. Path looks then like /mnt/sda/rpi2jamma/roms/arcade/qix.zip |
| - | Select if exit from autostarted game should be possible or not | + | **Step 3** : Select if exit from autostarted game should be possible or not |
| - | ''AUTOSTART_NO_QUIT="0"'' | + | ''AUTOSTART_NO_QUIT=”0”'' |
| - | Step 4 | + | **Step 4** : Select id you want to have boot splash |
| - | Select id you want to have boot splash | + | ''SHOW_SPLASH=”0”'' |
| - | + | ||
| - | ''SHOW_SPLASH="0"'' | + | |