Skip to content
shantigilbert edited this page Dec 7, 2020 · 3 revisions

To make Dosbox games work you need to place each game into a separate folder in /storage/roms/pc/ and create a bat file for each game.

Example for Doom 2:

  • Create a folder /storage/roms/pc/doom2 and copy the game files to the root of that folder.
  • Create a .bat file /storage/roms/pc/doom2.bat make sure the .bat file is in the /storage/roms/pc/ folder and NOT in the game folder.
  • In the .bat file add these lines
@echo off
cd doom2
doom2
exit

Save, restart Emulationstation and you should see your game listed.

Notes

This is a simple example, but other games may need other commands to work. Also because of the nature of Dosbox a Keyboard might be necessary in most cases.

Getting Started

Specific Emulators

Ports (and getting them to work)

Other

Other Languages / Otros Idiomas

Español

Emuladores:

Ports:

Comprobaciones:

Desarrollo:

Otros:


русский (Russian)


Chinese

Clone this wiki locally