Skip to content

Commit 4701eba

Browse files
author
Kiosk
committed
fix: merge kof99 neogeo BIOS into single zip, remove specialGames entry
1 parent 374b121 commit 4701eba

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

server.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,6 @@ const serverConfig = {
316316
// Special games that have their own directory with bios/parent rom requirements
317317
// Key format: "gameDirName" -> { bios path relative to game dir, parentRom path }
318318
const specialGames: Record<string, { biosFile?: string; parentRomFile?: string }> = {
319-
"kof99": { biosFile: "arcade.zip" },
320319
"kof99ae": { biosFile: "neogeo.zip", parentRomFile: "kof99.zip" },
321320
};
322321

0 commit comments

Comments
 (0)