feat: add 10 emulator profiles (119-series batch 4)
bennugd (game engine, no BIOS), cruzes (puzzle game, no BIOS),
dice (discrete arcade, no BIOS), ishiiruka (Dolphin fork, same BIOS),
mkxp_z (RPG Maker, 3 RTP dirs), onscripter (VN engine, no BIOS),
qemu (55 firmware files! SeaBIOS/VGA/iPXE/OpenBIOS/OpenSBI),
rustation (PS1 Rust, 22 BIOS by SHA-256), rvvm (RISC-V, OpenSBI),
reminiscence (Flashback engine, game data only)
135 total profiles.
2026-03-17 20:28:05 +01:00
|
|
|
emulator: DICE
|
|
|
|
|
type: libretro
|
2026-03-23 12:37:43 +01:00
|
|
|
core_classification: community_fork
|
feat: add 10 emulator profiles (119-series batch 4)
bennugd (game engine, no BIOS), cruzes (puzzle game, no BIOS),
dice (discrete arcade, no BIOS), ishiiruka (Dolphin fork, same BIOS),
mkxp_z (RPG Maker, 3 RTP dirs), onscripter (VN engine, no BIOS),
qemu (55 firmware files! SeaBIOS/VGA/iPXE/OpenBIOS/OpenSBI),
rustation (PS1 Rust, 22 BIOS by SHA-256), rvvm (RISC-V, OpenSBI),
reminiscence (Flashback engine, game data only)
135 total profiles.
2026-03-17 20:28:05 +01:00
|
|
|
source: "https://github.com/mittonk/dice-libretro"
|
2026-03-23 12:37:43 +01:00
|
|
|
upstream: "https://sourceforge.net/projects/dice/"
|
|
|
|
|
profiled_date: "2026-03-23"
|
2026-03-18 05:19:57 +01:00
|
|
|
core_version: "v0.4.2"
|
|
|
|
|
display_name: "Arcade (DICE)"
|
feat: add 10 emulator profiles (119-series batch 4)
bennugd (game engine, no BIOS), cruzes (puzzle game, no BIOS),
dice (discrete arcade, no BIOS), ishiiruka (Dolphin fork, same BIOS),
mkxp_z (RPG Maker, 3 RTP dirs), onscripter (VN engine, no BIOS),
qemu (55 firmware files! SeaBIOS/VGA/iPXE/OpenBIOS/OpenSBI),
rustation (PS1 Rust, 22 BIOS by SHA-256), rvvm (RISC-V, OpenSBI),
reminiscence (Flashback engine, game data only)
135 total profiles.
2026-03-17 20:28:05 +01:00
|
|
|
cores:
|
|
|
|
|
- dice
|
|
|
|
|
systems:
|
|
|
|
|
- discrete-arcade
|
|
|
|
|
|
|
|
|
|
notes: |
|
2026-03-23 12:37:43 +01:00
|
|
|
Discrete Integrated Circuit Emulator. Emulates early arcade hardware built
|
|
|
|
|
from discrete logic components with no CPU. Libretro port by Ken Mitton,
|
|
|
|
|
based on upstream DICE by Adam B.
|
|
|
|
|
|
|
|
|
|
Games load as MAME-style ZIP archives matched by CRC32 per ROM chip
|
|
|
|
|
(chips/rom.cpp:41-218). ROM-less games (Pong, Breakout, etc.) use .dmy
|
|
|
|
|
dummy launcher files. The system directory is retrieved but never used
|
|
|
|
|
for file loading (libretro.cpp:60-62).
|
feat: add 10 emulator profiles (119-series batch 4)
bennugd (game engine, no BIOS), cruzes (puzzle game, no BIOS),
dice (discrete arcade, no BIOS), ishiiruka (Dolphin fork, same BIOS),
mkxp_z (RPG Maker, 3 RTP dirs), onscripter (VN engine, no BIOS),
qemu (55 firmware files! SeaBIOS/VGA/iPXE/OpenBIOS/OpenSBI),
rustation (PS1 Rust, 22 BIOS by SHA-256), rvvm (RISC-V, OpenSBI),
reminiscence (Flashback engine, game data only)
135 total profiles.
2026-03-17 20:28:05 +01:00
|
|
|
|
|
|
|
|
files: []
|
|
|
|
|
|
|
|
|
|
analysis:
|
|
|
|
|
rom_loading:
|
|
|
|
|
method: "MAME-style ZIP, matched by CRC32 per RomDesc"
|
|
|
|
|
source_ref: "chips/rom.cpp:41-218"
|
|
|
|
|
zip_handling: "unzip library (unzip/), opened via libretro_zip_filename"
|
|
|
|
|
game_count: 21
|
|
|
|
|
rom_games: 10
|
|
|
|
|
romless_games: 11
|
|
|
|
|
filesystem_access: false
|
|
|
|
|
system_directory_used: false
|
|
|
|
|
bios_required: false
|