Difference between revisions of "Emulator:Reicast"

From Wah!ki
Jump to navigation Jump to search
Line 41: Line 41:
  
 
=== Video Mode ===
 
=== Video Mode ===
configure emu.cfg [x11] section
+
Configure emu.cfg [x11] section
  
 
Example Only:
 
Example Only:

Revision as of 13:37, 11 May 2016

**** THIS PAGE IS A WORK IN PROGRESS ****

About

reicast is an incredibly fast and compatible native Linux/Android emulator for the SEGA Dreamcast.

Configuration

Platform Version Device Exec Type commandline_format
Linux GIT ISO <compiled_from_source>/reicast.elf D "[rompath]/[name].[romext]"

Configuration Location

Configuration file is ascii/text located in $HOME/.config/reicast/emu.cfg

BIOS Files

BIOS files should be placed in $HOME/.local/share/reicast/data

Files should be named

dc_boot.bin
dc_flash.bin

VMU Files

VMU files are located in $HOME/.local/share/reicast/

Enable Controller

Configure controllers via emu.cfg

if your system supports evdev up to 4 controller are supported otherwise reicast supports a single joystick controller, enable this in emu.cfg by setting device_id to the device id of your controller(s).

Video Mode

Configure emu.cfg [x11] section

Example Only:

fullscreen = 1
height = 1920
width = 1080

Remapping Keys

It is not currently evident how to remap keys

Known Keys

Start: Enter
B: C
A: V
UDLR (Analog): Arrows
(NOTE:check reicast site or source??)

Exit on ESC

Enable enable_x11_keyboard = 1 in emu.cfg. When enabled, the ESC key exits the emulator.

External Links