Skip to content

Commit efaa99c

Browse files
committed
fix(ecwolf): added "BIOS" entries
1 parent a7eabdc commit efaa99c

1 file changed

Lines changed: 75 additions & 1 deletion

File tree

archive_later/ecwolf/component_manifest.json

Lines changed: 75 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,80 @@
88
"description": "ECWolf is a Wolfenstein 3D engine based of Wolf4SDL",
99
"component_type": "Engine",
1010
"system": "wolf",
11-
"system_friendly_name": "ECWolf"
11+
"system_friendly_name": "ECWolf",
12+
"bios": [
13+
{
14+
"filename": "AUDIOHED.WL6",
15+
"md5": "a41af25a2f193e7d4afbcc4301b3d1ce",
16+
"system": "wolf3d",
17+
"description": "Audio header file that indexes sound data",
18+
"required": "required",
19+
"paths": "$roms_path/wolf/*.wolf"
20+
},
21+
{
22+
"filename": "AUDIOT.WL6",
23+
"md5": "2385b488b18f8721633e5b2bdf054853",
24+
"system": "wolf3d",
25+
"description": "Contains digitized sound effects and AdLib audio data",
26+
"required": "required",
27+
"paths": "$roms_path/wolf/*.wolf"
28+
},
29+
{
30+
"filename": "CONFIG.WL6",
31+
"md5": "aa75133df873b660d2058425ca8539b3",
32+
"system": "wolf3d",
33+
"description": "Stores game configuration settings",
34+
"required": "required",
35+
"paths": "$roms_path/wolf/*.wolf"
36+
},
37+
{
38+
"filename": "GAMEMAPS.WL6",
39+
"md5": "a4e73706e100dc0cadfb02d23de46481",
40+
"system": "wolf3d",
41+
"description": "Contains all level map data",
42+
"required": "required",
43+
"paths": "$roms_path/wolf/*.wolf"
44+
},
45+
{
46+
"filename": "MAPHEAD.WL6",
47+
"md5": "b8d2a78bc7c50da7ec9ab1d94f7975e1",
48+
"system": "wolf3d",
49+
"description": "Map header information for level lookup",
50+
"required": "required",
51+
"paths": "$roms_path/wolf/*.wolf"
52+
},
53+
{
54+
"filename": "VGADICT.WL6",
55+
"md5": "dec8939cff5a4ec27ae7b43e8f52ec28",
56+
"system": "wolf3d",
57+
"description": "VGA graphics dictionary for decompression",
58+
"required": "required",
59+
"paths": "$roms_path/wolf/*.wolf"
60+
},
61+
{
62+
"filename": "VGAGRAPH.WL6",
63+
"md5": "8b40b5b785f898e229bf1c2f2e3ee003",
64+
"system": "wolf3d",
65+
"description": "Compressed graphics data (sprites, UI, textures)",
66+
"required": "required",
67+
"paths": "$roms_path/wolf/*.wolf"
68+
},
69+
{
70+
"filename": "VGAHEAD.WL6",
71+
"md5": "8e75e3ffb842ed3d08abe6ffea97b231",
72+
"system": "wolf3d",
73+
"description": "Header for VGA graphics data",
74+
"required": "required",
75+
"paths": "$roms_path/wolf/*.wolf"
76+
},
77+
{
78+
"filename": "VSAP.WL6",
79+
"md5": [ "b8ff4997461bafa5ef2a94c11f9de001", "a6d901dfb455dfac96db5e4705837cdb" ],
80+
"system": "wolf3d",
81+
"description": "Main asset container (sprites, walls, sounds)",
82+
"required": "required",
83+
"paths": "$roms_path/wolf/*.wolf"
84+
}
85+
]
1286
}
1387
}

0 commit comments

Comments
 (0)