diff --git a/dist/info/dosbox_core_libretro.info b/dist/info/dosbox_core_libretro.info new file mode 100644 index 00000000..6246fc18 --- /dev/null +++ b/dist/info/dosbox_core_libretro.info @@ -0,0 +1,48 @@ +# Software Information +display_name = "DOS (DOSBox-core)" +authors = "DOSBox Team|radius|Nikos Chantziaras" +supported_extensions = "exe|com|bat|conf|cue|iso" +corename = "DOSBox-core" +categories = "Emulator" +license = "GPLv2" +permissions = "" +display_version = "SVN" + +# Hardware Information +manufacturer = "Microsoft" +systemname = "DOS" +systemid = "dos" + +# BIOS / Firmware +firmware_count = 4 +firmware0_desc = "MT32_CONTROL.ROM (MT-32 Control ROM v1.07)" +firmware0_path = "MT32_CONTROL.ROM" +firmware0_opt = "true" +firmware1_desc = "MT32_PCM.ROM (MT-32 PCM ROM)" +firmware1_path = "MT32_PCM.ROM" +firmware1_opt = "true" +firmware2_desc = "CM32L_CONTROL.ROM (CM-32L/LAPC-I Control ROM v1.02)" +firmware2_path = "CM32L_CONTROL.ROM" +firmware2_opt = "true" +firmware3_desc = "CM32L_PCM.ROM (CM-32L/CM-64/LAPC-I PCM ROM)" +firmware3_path = "CM32L_PCM.ROM" +firmware3_opt = "true" +notes = "(!) This core requires libsdl1.2 and libsdl-net1.2.|(!) MT32_CONTROL.ROM (md5): 5626206284b22c2734f3e9efefcd2675|(!) MT32_PCM.ROM (md5): 89e42e386e82e0cacb4a2704a03706ca|(!) CM32L_CONTROL.ROM (md5): bfff32b6144c1d706109accb6e6b1113|(!) CM32L_PCM.ROM (md5): 08cdcfa0ed93e9cb16afa76e6ac5f0a4" + +# Libretro Features +database = "DOS" +supports_no_game = "true" +savestate = "false" +savestate_features = "null" +libretro_saves = "false" +cheats = "false" +input_descriptors = "true" +memory_descriptors = "false" +core_options = "true" +core_options_version = "1.0" +load_subsystem = "false" +hw_render = "false" +needs_fullpath = "true" +disk_control = "false" +is_experimental = "false" +needs_kbd_mouse_focus = "true"