Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
systems:daphne [2021/11/21 11:29] – template consistency atarisystems:daphne [2024/12/13 19:14] (current) – [Command line parameters] a note about optional command line parameters tovarichtch
Line 1: Line 1:
 <WRAP group> <WRAP group>
 <WRAP round box twothirds column> <WRAP round box twothirds column>
-{{ https://raw.githubusercontent.com/fabricecaruso/es-theme-carbon/master/art/logos/daphne.svg?nolink&h=300 }}+{{ https://raw.githubusercontent.com/fabricecaruso/es-theme-carbon/master/art/logos/daphne.svg?nolink&h=320 }}
  
 ====== DAPHNE LaserDisc ====== ====== DAPHNE LaserDisc ======
 +
 +[[http://www.daphne-emu.com|DAPHNE]] is the **F**irst **E**ver **M**ultiple **A**rcade **L**aserdisc **E**mulator!((As quoted on their website: http://www.daphne-emu.com)) For legacy reasons, the [[https://github.com/DirtBagXon/hypseus-singe|Hypseus fork]] of the emulator may be referred to as simply DAPHNE.
  
 A LaserDisc video game is an [[:arcade|arcade]] game that uses pre-recorded video (either live-action or animation) played from a LaserDisc. The first LaserDisc video game was Sega's Astron Belt released in 1983. The genre was popularized by Dragon's Lair released shortly after in the same year. The usage of LaserDiscs provided graphics close to an animated or live-action film which was vastly ahead of other arcade games at the time. However, with the drawback of limited interactivity compared to regular arcade games. A LaserDisc video game is an [[:arcade|arcade]] game that uses pre-recorded video (either live-action or animation) played from a LaserDisc. The first LaserDisc video game was Sega's Astron Belt released in 1983. The genre was popularized by Dragon's Lair released shortly after in the same year. The usage of LaserDiscs provided graphics close to an animated or live-action film which was vastly ahead of other arcade games at the time. However, with the drawback of limited interactivity compared to regular arcade games.
 +
 +Cool website about Laserdisc games: http://www.dragons-lair-project.com/games/
 +
 +Another useful resource is AmberElec's wiki entry on it: https://amberelec.org/System-Laserdisc.html
  
 This system scrapes metadata for the ''daphne, arcade'' group(s) and loads the ''daphne'' set from the currently selected theme, if available. This system scrapes metadata for the ''daphne, arcade'' group(s) and loads the ''daphne'' set from the currently selected theme, if available.
Line 19: Line 25:
 ==== Quick reference ==== ==== Quick reference ====
  
-  * **Emulator:** daphne/hypseus+  * **Emulator:** [[#daphne/hypseus|DAPHNE/Hypseus]]
   * **Folder:** ''/userdata/roms/daphne''   * **Folder:** ''/userdata/roms/daphne''
   * **Accepted ROM formats:** ''.daphne'' ''.squashfs''   * **Accepted ROM formats:** ''.daphne'' ''.squashfs''
 +
 +===== BIOS =====
 +
 +No Daphne emulator in Batocera needs a BIOS file to run.
  
 ===== ROMs ===== ===== ROMs =====
  
-Place your DAPHNE ROMs in ''/userdata/roms/daphne/''+Place your DAPHNE ROMs (**not to be confused with [[systems:singe|singe]]**) in ''/userdata/roms/daphne/''
  
-The file structure consists of a directory with the ending ''.daphne'' and a corresponding ''.zip'' file in the folder roms:+The file structure consists of a directory with the ending ''.daphne'' (containing video, audio and text files) and a corresponding ''.zip'' file in the folder roms. For example, ''Dragon's Lair Enhancement 2.1'':
  
 <code> <code>
Line 48: Line 58:
 </code> </code>
  
-<WRAP important>+<WRAP center round important>
 Without the additional ''.zip'' file in the ''roms'' folder the games will be recognized by Batocera but will not be playable! Without the additional ''.zip'' file in the ''roms'' folder the games will be recognized by Batocera but will not be playable!
 </WRAP> </WRAP>
Line 54: Line 64:
 ===== Emulators ===== ===== Emulators =====
  
-==== Daphne/Hypseus ==== +==== DAPHNE/Hypseus ==== 
  
 DAPHNE is the most famous emulator for LaserDisc arcade games. It supports more games than MAME. We use the [[https://github.com/DirtBagXon/hypseus-singe|Hypseus Singe]], a fork of the [[http://www.daphne-emu.com/|original DAPHNE emulator]]. DAPHNE is the most famous emulator for LaserDisc arcade games. It supports more games than MAME. We use the [[https://github.com/DirtBagXon/hypseus-singe|Hypseus Singe]], a fork of the [[http://www.daphne-emu.com/|original DAPHNE emulator]].
  
-=== daphne configuration ===+=== DAPHNE/Hypseus configuration ===
  
 Standardized features available to all cores of this emulator: ''daphne.videomode'', ''daphne.ratio'', ''daphne.padtokeyboard'' Standardized features available to all cores of this emulator: ''daphne.videomode'', ''daphne.ratio'', ''daphne.padtokeyboard''
  
-===== Command line parameters =====+^ ES setting name ''batocera.conf_key'' ^ Description => ES option ''key_value''
 +^ Settings that apply to all cores of this emulator || 
 +^ ES setting name ''batocera.conf_key'' ^ Description => ES option ''key_value''
 +^ Settings that apply to all cores of this emulator || 
 +| **GRAPHICS API ''daphne.gfxbackend''** | Choose which graphics API library to use. Vulkan may not work on all hardware.\\ => OpenGL ''OpenGL'', Vulkan ''Vulkan''. | 
 +| **ASPECT RATIO ''daphne.daphne_ratio''** | Not all games support stretching, depending on their video files.\\ => Original ''original'', Stretch ''stretch'', Force 4:3 ''force_ratio''. | 
 +| **SCREEN ROTATION ''daphne.daphne_rotate''** | \\ => 0 degrees ''0'', 90 degrees ''90'', 270 degrees ''270''. | 
 +| **SMOOTH GAMES (BILINEAR FILTERING) ''daphne.bilinear_filter''** | \\ => On ''0'', Off ''1''. | 
 +| **SCANLINES ''daphne.daphne_scanlines''** | Use with the stretch aspect ratio and adjust joystick sensitivity as required.\\ => Off ''0'', On ''1''. | 
 +| **BLEND SPRITES (SINGE) ''daphne.blend_sprites''** | Restore BLENDMODE outline on Singe sprites.\\ => Off ''0'', On ''1''. | 
 +| **OVERLAY SIZE (SINGE) ''daphne.overlay_size''** | \\ => Standard ''0'', HD Gun Games ''oversize'', Singe 2 Full ''full'', Singe 2 Half ''half''. | 
 +| **ABSOLUTE MOUSE INPUT ''daphne.abs_mouse_input''** | This option is required for some gun games when playing with a mouse.\\ => Off ''0'', On ''1''. | 
 +| **INVERT AXIS ''daphne.invert_axis''** | Invert the vertical joystick axis on flight games.\\ => Off ''0'', On ''1''. | 
 +| **JOYSTICK TO CURSOR SENSITIVITY ''daphne.singe_joystick_range''** | \\ => 5 ''5'', 10 ''10'', 15 ''15'', 20 ''20''. | 
 +| **HIDE LIGHT GUN CROSSHAIRS ''daphne.singe_crosshair''** | Hide crosshairs in supported games e.g. ActionMax.\\ => Off ''0'', On ''1''. | 
 +| **SDL TEXTURE ACCESS STREAMING ''daphne.daphne_texturestream''** | Can improve video performance. Do not use with ActionMax games or scanlines.\\ => Off ''0'', On ''1''. | 
 +| **CUSTOM CONTROLLER ''daphne.daphne_joy''** | Use controller settings manually defined in custom.ini.\\ => Off ''0'', On ''1''. |
  
-In ''roms/daphne/<game>.daphne/<game>.commands'', extra command line parameters can be define. For example, for Dragon's Lair in ''roms/daphne/lair.daphne/lair.commands'':+===== (Optional) Command line parameters ===== 
 + 
 +In ''roms/daphne/<game>.daphne/<game>.commands'', extra command line parameters can be define. This is not required. For example, for Dragon's Lair in ''roms/daphne/lair.daphne/lair.commands'':
  
 <file - lair.commands> <file - lair.commands>
Line 72: Line 100:
 ===== Controls ===== ===== Controls =====
  
-The default button mapping is as following:+Here are the default Daphne's controls shown on a [[:configure_a_controller|Batocera Retropad]]: 
 + 
 +{{ https://raw.githubusercontent.com/batocera-linux/batocera-controller-overlays/master/solid-4k/daphne.png }}
  
 ^ Gamepad ^ Arcade ^ ^ Gamepad ^ Arcade ^
Line 79: Line 109:
 | A | Action Button | | A | Action Button |
 | X | DAPHNE Overlay | | X | DAPHNE Overlay |
 +| D-pad | Stick |
  
-{{ https://raw.githubusercontent.com/batocera-linux/batocera-controller-overlays/master/solid-4k/daphne.png }}+===== Troubleshooting ===== 
 + 
 +==== Further troubleshooting ==== 
 + 
 +For further troubleshooting, refer to the [[:support|generic support pages]].
  
  • systems/daphne.1637494183.txt.gz
  • Last modified: 5 years ago
  • by atari