|
| 1 | +# Software Information - Information about the core software itself |
| 2 | +display_name = "Arcade (DICE)" |
| 3 | +categories = "Emulator" |
| 4 | +authors = "DICE Team|Ken Mitton" |
| 5 | +corename = "DICE" |
| 6 | +# DMY are dummy launcher files for rom-less games. |
| 7 | +supported_extensions = "zip|dmy" |
| 8 | +license = "GPLv3" |
| 9 | +# permissions = "" |
| 10 | +display_version = "v0.1.0" |
| 11 | + |
| 12 | +# Hardware Information |
| 13 | +manufacturer = "Various" |
| 14 | +systemname = "Arcade (various)" |
| 15 | +systemid = "dice" |
| 16 | +firmware_count = 0 |
| 17 | +# Additional notes: |
| 18 | +# notes = "(!) hash|(!) game rom|(^) continue|[1] notes|[^] continue|[*] list" |
| 19 | + |
| 20 | +# Libretro Features |
| 21 | +savestate = "false" |
| 22 | +cheats = "false" |
| 23 | +# Does the core support libretro input descriptors |
| 24 | +# input_descriptors = "true" |
| 25 | +memory_descriptors = "false" |
| 26 | +# Does the core use the libretro save interface or does it do its own thing (like with shared memory cards)? |
| 27 | +# libretro_saves = "true" |
| 28 | +core_options = "true" |
| 29 | +core_options_version = "1.0" |
| 30 | +load_subsystem = "false" |
| 31 | +# Whether or not the core requires an external file to work: |
| 32 | +supports_no_game = "false" |
| 33 | +single_purpose = "false" |
| 34 | +# Name of the database that the core supports (optional): |
| 35 | +# database = "Arcade (DICE)" |
| 36 | +needs_fullpath = "true" |
| 37 | +disk_control = "false" |
| 38 | +# Is the core currently suitable for general use? That is, will regular users find it useful or is it for development/testing only (subject to change over time)? |
| 39 | +is_experimental = "true" |
| 40 | + |
| 41 | +# Descriptive text, useful for tooltips, etc. |
| 42 | +description = "DICE is a Discrete Integrated Circuit Emulator. It emulates computer systems that lack any type of CPU, consisting only of discrete logic components." |
0 commit comments