From fd42b487cb56e2feab2d5f4551316c15d3f911b5 Mon Sep 17 00:00:00 2001 From: taoenwen <67533945+taoenwen@users.noreply.github.com> Date: Sun, 6 Jul 2025 14:29:13 +0800 Subject: [PATCH] win32\neocdlist: Updated the recognition of Digger Man (Prototype) --- src/burner/win32/neocdlist.cpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/burner/win32/neocdlist.cpp b/src/burner/win32/neocdlist.cpp index ed0ed514b..4815168f8 100644 --- a/src/burner/win32/neocdlist.cpp +++ b/src/burner/win32/neocdlist.cpp @@ -360,6 +360,11 @@ static void NeoCDList_iso9660_CheckDirRecord(void (*pfEntryCallBack)(INT32, TCHA nID |= 0x1000; } + // Digger Man (Prototype) + if (nID == 0x0066 && nDate[0] == 125 && nDate[1] == 4 && nDate[2] == 10) { + nID |= 0x1200; // Justin Gibbons Hacks (kotm) + } + // Fatal Fury 3 Rev 1 if (nID == 0x069c && nDate[0]==95 && nDate[1]==4 && nDate[2]==29) { nID |= 0x1000;