BizHawk/ExternalToolProjects/DATParser
YoshiRulz ba12785fe2
Add trailing commas to object initialisers and `with` expressions
2025-03-29 07:18:53 +10:00
..
Properties DATTool: Fix some designer display issues and add a readme 2021-06-07 12:24:11 +01:00
CustomMainForm.cs Add trailing commas to object initialisers and `with` expressions 2025-03-29 07:18:53 +10:00
DATConverter.Designer.cs DATTool: Fix some designer display issues and add a readme 2021-06-07 12:24:11 +01:00
DATConverter.cs Fix code style warnings in ext. tools 2025-02-24 10:35:05 +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 Add trailing commas to collection initialisers 2025-03-29 07:18:52 +10:00
README.MD DATTool: Fix some designer display issues and add a readme 2021-06-07 12:24:11 +01:00
TOSECParser.cs Add trailing commas to collection initialisers 2025-03-29 07:18:52 +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