Skip to content

Commit c0e681d

Browse files
authored
Merge pull request #1876 from mittonk/dice_info
Discrete Integrated Circuit Emulator (DICE) packaged as a libretro core.
2 parents fc436b1 + fe5b454 commit c0e681d

File tree

1 file changed

+42
-0
lines changed

1 file changed

+42
-0
lines changed

dist/info/dice_libretro.info

+42
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
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

Comments
 (0)