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:dos [2023/02/11 17:08] – [MIDI devices] alconclsystems:dos [2026/01/24 18:13] (current) – explains dosz suffix crcerror
Line 45: Line 45:
  
 <WRAP center round tip> <WRAP center round tip>
-If intending on using DOSBox_Pure, ''.zip'' files can be renamed to ''.dosz'' (FIXME for fun? Why can you do this? Is it needed in Batocera?) In addition, to mount a ZIP file as the virtual ''A:'' or ''D:'' drive the ''.zip'' file can be renamed to ''.d.zip''.+If intending on using DOSBox_Pure, ''.zip'' files can be renamed to ''.dosz'' (It is a relict from the libretro frontend that wants to load the content of ''.ZIP'' files instead of sending it to DOSBox Pure to load. This was especially useful for CD images in ZIP format which RetroArch refuses to append through its Disc Control menu. So for fun? ... FIXME - yes it is rather a joke because BATOCERA is an advanced launcher where each system is separated and a dependency to a file suffix does not exists).  
 + 
 +In addition, to mount a ZIP file as the virtual ''A:'' or ''D:'' drive the ''.zip'' file can be renamed to ''.d.zip''.
 </WRAP> </WRAP>
  
Line 222: Line 224:
 {{ https://raw.githubusercontent.com/batocera-linux/batocera-controller-overlays/master/solid-4k/dos.png }} {{ https://raw.githubusercontent.com/batocera-linux/batocera-controller-overlays/master/solid-4k/dos.png }}
  
-==== MIDI devices ====+===== MIDI devices =====
  
 DOSBox, DOSBox_Staging and libretro: DOSBox_Pure support MIDI devices natively. However, some extra scripting is needed. DOSBox, DOSBox_Staging and libretro: DOSBox_Pure support MIDI devices natively. However, some extra scripting is needed.
Line 233: Line 235:
 #!/bin/bash #!/bin/bash
 modprobe -a snd-seq snd-seq-device snd-seq-midi snd-seq-midi-event modprobe -a snd-seq snd-seq-device snd-seq-midi snd-seq-midi-event
- 
 </file> </file>
  
-Example setting for DOSBOX SVN  which is by default located in ''/userdata/system/configs/dosbox.conf''+Reboot, and then: 
 +  * **For DOSBox and DOSBox_Staging**, add ''%%midiconfig = 20:0%%'' or ''%%midiconfig = 24:0%%'' to your configuration file. 
 + 
 +Example settings for 'DOSBOX SVNby default located in ''/userdata/system/configs/dosbox.conf''
 <file dosbox.conf> <file dosbox.conf>
 [midi] [midi]
Line 244: Line 248:
 </file> </file>
  
-Reboot, and then: 
-  * **For DOSBox and DOSBox_Staging**, add ''%%midiconfig = 20:0%%'' or ''%%midiconfig = 24:0%%'' to your DOSBOX configuration file. 
   * **For libretro: DOSBox_Pure**, in-game navigate to **Settings** -> **Audio** -> **MIDI** and the MIDI device should appear.   * **For libretro: DOSBox_Pure**, in-game navigate to **Settings** -> **Audio** -> **MIDI** and the MIDI device should appear.
  
  • systems/dos.1676135292.txt.gz
  • Last modified: 3 years ago
  • by alconcl