BizHawk/ExternalToolProjects/DATParser
YoshiRulz 9143f8abcd
Fix broken symlinks in DATParser ext. tool
2021-06-21 11:07:24 +10: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 DATTool: Fix some designer display issues and add a readme 2021-06-07 12:24:11 +01:00
DATParserBase.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
NOINTROParser.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
README.MD DATTool: Fix some designer display issues and add a readme 2021-06-07 12:24:11 +01:00
TOSECParser.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
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