| Next revision | Previous revision |
| systems:voxatron [2024/03/11 21:24] – created Voxatron page lbrpdx | systems:voxatron [2025/09/05 00:00] (current) – tiny update lbrpdx |
|---|
| ===== ROMs ===== | ===== ROMs ===== |
| |
| Place your Pico-8 ROMs in ''/userdata/roms/voxatron/''. Create an empty file with the name ''splore.vx'' (or use any PNG as ''splore.png'') to explore the Splore universe and download carts from there. | Place your Voxatron ROMs in ''/userdata/roms/voxatron/''. Create an empty file with the name ''splore.vx'' (or use any PNG as ''splore.png'') to explore the Splore universe and download carts from there. |
| |
| ==== "Cartridges" and games format ==== | ==== "Cartridges" and games format ==== |
| * **For PC/any x86_64 board:** The Linux (x86_64/64 bits) ZIP file. | * **For PC/any x86_64 board:** The Linux (x86_64/64 bits) ZIP file. |
| * Unfortunately, at this date, there's no support for ARM SBCs/ | * Unfortunately, at this date, there's no support for ARM SBCs/ |
| - Extract the files from the zip into the ''/userdata/bios/voxatron/'' directory on your Batocera machine. | - Extract the files from the zip into the ''/userdata/bios/voxatron/'' directory on your Batocera machine. You might need to create this directory first. |
| * The files in the archive are:<code> | * The files in the archive, for v0.3.6 as a reference, are:<code> |
| lexaloffle-vox.png | lexaloffle-vox.png |
| | libHoloPlayCore.so |
| license.txt | license.txt |
| vox (make sure this one is executable via "chmod +x", the filesystem itself must support the executable bit) | vox <--- make sure this file is executable, with `chmod +x ` |
| vox.dat | |
| vox_dyn | vox_dyn |
| vox.txt | vox.dat |
| | voxatron.txt |
| </code> | </code> |
| - Copy the following ES system addition into ''/userdata/system/configs/emulationstation/es_systems_voxatron.cfg'':<code xml> | - Copy the following ES system addition into ''/userdata/system/configs/emulationstation/es_systems_voxatron.cfg'':<code xml> |
| |
| <WRAP center round tip> | <WRAP center round tip> |
| If you create a file ''splore.vx'' or ''console.vx'' and launch it from Batocera-ES, you'll get access to Pico-8 splore universe with all the games to play and download from inside Pico-8 (a simple ''touch /userdata/roms/pico8/splore.vx'' is sufficient to get access to splore). You can also use a PNG image under the name ''splore.png''. | If you create a file ''splore.vx'' or ''console.vx'' and launch it from Batocera-ES, you'll get access to Voxatron splore universe with all the games to play and download from inside Voxatron (a simple ''touch /userdata/roms/voxatron/splore.vx'' is sufficient to get access to splore). You can also use a PNG image under the name ''splore.png''. |
| |
| Press ''[START]'' to open Voxatron's menu, which can be used to exit the emulator and return to Batocera. | Press ''[START]'' to open Voxatron's menu, which can be used to exit the emulator and return to Batocera. |