BizHawk/ExternalToolProjects/DATParser
YoshiRulz 479f151bbb
Fix code style warnings in satellite .NET projects
2024-07-07 12:54:11 +10:00
..
Properties DATTool: Fix some designer display issues and add a readme 2021-06-07 12:24:11 +01:00
CustomMainForm.cs Fix some external project analyzer warnings 2024-05-29 09:41:53 +02:00
DATConverter.Designer.cs DATTool: Fix some designer display issues and add a readme 2021-06-07 12:24:11 +01:00
DATConverter.cs Apply `<GenerateDocumentationFile/>` to satellite .NET projects 2024-05-30 09:22:17 +10:00
DATConverter.resx DATTool: Fix some designer display issues and add a readme 2021-06-07 12:24:11 +01:00
DATParser.csproj Actually fix indentation in project files 2024-05-10 18:38:26 +10:00
DATParserBase.cs Fix some external project analyzer warnings 2024-05-29 09:41:53 +02:00
NOINTROParser.cs Fix code style warnings in satellite .NET projects 2024-07-07 12:54:11 +10:00
README.MD DATTool: Fix some designer display issues and add a readme 2021-06-07 12:24:11 +01:00
TOSECParser.cs Fix code style warnings in satellite .NET projects 2024-07-07 12:54:11 +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