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: Cruzes
|
|
|
|
|
type: libretro
|
2026-03-23 12:37:43 +01:00
|
|
|
core_classification: pure_libretro
|
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/libretro/libretro-samples/tree/master/tests/cruzes"
|
2026-03-23 12:37:43 +01:00
|
|
|
profiled_date: "2026-03-23"
|
|
|
|
|
core_version: "0.1"
|
2026-03-18 05:19:57 +01:00
|
|
|
display_name: "Cruzes"
|
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:
|
|
|
|
|
- cruzes
|
|
|
|
|
systems:
|
|
|
|
|
- game
|
|
|
|
|
|
|
|
|
|
notes: |
|
2026-03-23 12:37:43 +01:00
|
|
|
Unfinished Picross puzzle game, part of the libretro-samples repository.
|
|
|
|
|
No separate upstream -- written directly for the libretro API.
|
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
|
|
|
|
2026-03-23 12:37:43 +01:00
|
|
|
supports_no_game true (cruzes.c:772), valid_extensions "" (cruzes.c:749).
|
|
|
|
|
Puzzle grid hardcoded in retro_init (cruzes.c:706-717) via load_challenge.
|
|
|
|
|
retro_load_game (cruzes.c:728-732) sets pixel format and returns true.
|
|
|
|
|
No file I/O, no RETRO_ENVIRONMENT_GET_SYSTEM_DIRECTORY call.
|
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
|
|
|
|
2026-03-23 12:37:43 +01:00
|
|
|
Font data (Carlito-Regular.ttf) compiled in via ttf2c (font10.h, font16.h,
|
|
|
|
|
font24.h).
|
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: []
|
|
|
|
|
|
2026-03-23 12:37:43 +01:00
|
|
|
exclusion_note: >
|
|
|
|
|
Game core with no external file dependencies. All assets compiled in.
|
|
|
|
|
|
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
|
|
|
analysis:
|
|
|
|
|
file_loading: none
|
|
|
|
|
system_directory_used: false
|
|
|
|
|
supports_no_game: true
|
|
|
|
|
need_fullpath: false
|
|
|
|
|
is_experimental: true
|
|
|
|
|
license: 2-clause BSD
|
|
|
|
|
author: Higor Euripedes
|