BizHawk/ExternalToolProjects/DATParser
YoshiRulz d31047ffc3 Use NuGet central package management 2024-02-14 16:24:31 +00:00
..
Properties DATTool: Fix some designer display issues and add a readme 2021-06-07 12:24:11 +01:00
CustomMainForm.cs ExternalTool: Break out DATTools into new external tool (DBMan ET will no longer load as an external tool because of CSharp-SQLite.dll funny business. AND, DBMan isn't really used anymore) 2021-06-07 11:56:24 +01:00
DATConverter.Designer.cs DATTool: Fix some designer display issues and add a readme 2021-06-07 12:24:11 +01:00
DATConverter.cs ExternalTool: Break out DATTools into new external tool (DBMan ET will no longer load as an external tool because of CSharp-SQLite.dll funny business. AND, DBMan isn't really used anymore) 2021-06-07 11:56:24 +01:00
DATConverter.resx DATTool: Fix some designer display issues and add a readme 2021-06-07 12:24:11 +01:00
DATParser.csproj Use NuGet central package management 2024-02-14 16:24:31 +00:00
DATParserBase.cs add jaguar db, change db parser to prefer the strongest hash available, fix potential edge case if a crc32: prefix is present (and simplify the code) 2022-10-04 22:05:38 -07:00
NOINTROParser.cs Re-enable MA0020 and fix noncompliance 2023-04-16 09:02:40 +10:00
README.MD DATTool: Fix some designer display issues and add a readme 2021-06-07 12:24:11 +01:00
TOSECParser.cs Re-enable MA0020 and fix noncompliance 2023-04-16 09:02:40 +10:00
build_debug.sh Fix broken symlinks in DATParser ext. tool 2021-06-21 11:07:24 +10:00
build_release.sh Fix broken symlinks in DATParser ext. tool 2021-06-21 11:07:24 +10:00
run_with_tool.sh Fix broken symlinks in DATParser ext. tool 2021-06-21 11:07:24 +10:00

README.MD

BizHawk DAT Tools

External DAT Parser

This is a quick external tool that will parse either NoIntro or TOSEC DAT files and output them to text files in a format compatible with the BizHawk text gamedb standard.

Useful for quickly getting new cores up and running with valid ROM hash information.

Usage

Like other BizHawk external tools, open the .csproj file in Visual Studio (in this case "DATParser.csproj") and rebuild it. This will place a DLL in your BizHawk > output > ExternalTools folder enabling you to access it through EmuHawk > Tools > External Tool > DATTool