feat: complete emulator profiling, 81 engines (final batch)
mame2003_plus (16 BIOS ZIPs, MAME 0.78 naming), mame2010 (51 ZIPs),
mame2016 (37 ZIPs incl Lindbergh), hbmame (MAME 0.220, no custom BIOS),
tyrquake (no BIOS), cannonball (29 OutRun ROMs with CRC32),
uzem (open source, no BIOS), vecx (ROM embedded), emuscv (UPD7801G),
b2 (BBC Micro standalone, ROMs bundled)
81 total emulator profiles covering all libretro cores with firmware.
Cross-reference: 731 undeclared files, 186 already in repo.
2026-03-17 19:46:38 +01:00
|
|
|
emulator: TyrQuake
|
|
|
|
|
type: libretro
|
2026-03-25 12:23:32 +01:00
|
|
|
core_classification: game_engine
|
feat: complete emulator profiling, 81 engines (final batch)
mame2003_plus (16 BIOS ZIPs, MAME 0.78 naming), mame2010 (51 ZIPs),
mame2016 (37 ZIPs incl Lindbergh), hbmame (MAME 0.220, no custom BIOS),
tyrquake (no BIOS), cannonball (29 OutRun ROMs with CRC32),
uzem (open source, no BIOS), vecx (ROM embedded), emuscv (UPD7801G),
b2 (BBC Micro standalone, ROMs bundled)
81 total emulator profiles covering all libretro cores with firmware.
Cross-reference: 731 undeclared files, 186 already in repo.
2026-03-17 19:46:38 +01:00
|
|
|
source: "https://github.com/libretro/tyrquake"
|
2026-03-25 12:23:32 +01:00
|
|
|
upstream: "http://disenchant.net/tyrquake/"
|
|
|
|
|
profiled_date: "2026-03-25"
|
2026-03-18 05:19:57 +01:00
|
|
|
core_version: "v0.62"
|
|
|
|
|
display_name: "Quake (TyrQuake)"
|
feat: complete emulator profiling, 81 engines (final batch)
mame2003_plus (16 BIOS ZIPs, MAME 0.78 naming), mame2010 (51 ZIPs),
mame2016 (37 ZIPs incl Lindbergh), hbmame (MAME 0.220, no custom BIOS),
tyrquake (no BIOS), cannonball (29 OutRun ROMs with CRC32),
uzem (open source, no BIOS), vecx (ROM embedded), emuscv (UPD7801G),
b2 (BBC Micro standalone, ROMs bundled)
81 total emulator profiles covering all libretro cores with firmware.
Cross-reference: 731 undeclared files, 186 already in repo.
2026-03-17 19:46:38 +01:00
|
|
|
cores: [tyrquake]
|
|
|
|
|
systems: [quake]
|
|
|
|
|
notes: >
|
2026-03-25 12:23:32 +01:00
|
|
|
Quake engine source port by Kevin Shanahan (Tyrann). Plays Quake (id1), mission
|
|
|
|
|
packs Scourge of Armagon (hipnotic) and Dissolution of Eternity (rogue), Quoth
|
|
|
|
|
mod, and custom mods via -game parameter. Content is loaded directly from the
|
|
|
|
|
PAK file path — the directory containing the PAK becomes basedir
|
|
|
|
|
(libretro.c:988,1050). The engine auto-detects game variant by checking the
|
|
|
|
|
content path for id1, hipnotic, rogue, or quoth substrings
|
|
|
|
|
(libretro.c:1030-1070). All engine assets (gfx/palette.lmp, gfx/colormap.lmp,
|
|
|
|
|
gfx.wad, textures, models, sounds) are loaded from within PAK files via
|
|
|
|
|
COM_AddGameDirectory (common.c:1709), which tries pak0.pak through pak9.pak in
|
|
|
|
|
both lowercase and uppercase. The core never calls
|
|
|
|
|
RETRO_ENVIRONMENT_GET_SYSTEM_DIRECTORY. BGM as OGG tracks in music/ subfolder
|
|
|
|
|
of each game directory.
|
feat: complete emulator profiling, 81 engines (final batch)
mame2003_plus (16 BIOS ZIPs, MAME 0.78 naming), mame2010 (51 ZIPs),
mame2016 (37 ZIPs incl Lindbergh), hbmame (MAME 0.220, no custom BIOS),
tyrquake (no BIOS), cannonball (29 OutRun ROMs with CRC32),
uzem (open source, no BIOS), vecx (ROM embedded), emuscv (UPD7801G),
b2 (BBC Micro standalone, ROMs bundled)
81 total emulator profiles covering all libretro cores with firmware.
Cross-reference: 731 undeclared files, 186 already in repo.
2026-03-17 19:46:38 +01:00
|
|
|
|
|
|
|
|
files: []
|