libretro-super/dist/info/emux_chip8_libretro.info

34 lines
1.3 KiB
Plaintext
Raw Normal View History

2020-01-02 15:38:41 -06:00
# Software Information
2017-12-20 18:25:49 -05:00
display_name = "CHIP-8 (Emux CHIP-8)"
2014-12-22 08:56:19 +01:00
authors = "Sebastien Ronsse"
2015-01-25 12:16:27 +01:00
supported_extensions = "ch8|bin|rom"
2014-12-22 08:56:19 +01:00
corename = "Emux CHIP-8"
2020-01-02 15:38:41 -06:00
license = "GPLv2"
permissions = ""
display_version = "0.1"
2014-12-22 08:56:19 +01:00
categories = "Emulator"
2020-01-02 15:38:41 -06:00
# Hardware Information
manufacturer = "Joseph Weisbecker"
2014-12-22 08:56:19 +01:00
systemname = "CHIP-8"
2018-08-21 09:40:30 -05:00
systemid = "chip_8"
2020-01-02 15:38:41 -06:00
# Libretro Features
2014-12-22 08:56:19 +01:00
supports_no_game = "false"
2020-01-02 15:38:41 -06:00
savestate = "false"
savestate_features = "null"
libretro_saves = "false"
cheats = "false"
input_descriptors = "false"
memory_descriptors = "false"
core_options = "false"
core_options_version = "null"
load_subsystem = "false"
hw_render = "false"
needs_fullpath = "true"
disk_control = "false"
needs_kbd_mouse_focus = "false"
is_experimental = "true"
2021-03-02 13:48:48 -06:00
description = "Emux is a cross-platform emulator project with a goal of emulating multiple kinds of machines related to gaming, such as consoles or arcades. Its philosophy is very much inspired by the Linux kernel (hence the name), which brilliantly manages to support multiple machines while keeping drivers entirely platform-independent. Emux is designed in the same way, keeping a code base of CPUs and controllers separate from machines. This emulator was never fully developed and remains here for historical purposes or in case someone wishes to contribute to its development."