mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[ALL] Add read/write support for MAME Listrom format
This commit is contained in:
@@ -143,6 +143,12 @@ namespace SabreTools.Library.Tools
|
||||
return DatFormat.RomCenter;
|
||||
}
|
||||
|
||||
// If we have a listroms DAT
|
||||
else if (first.StartsWith("roms required for driver"))
|
||||
{
|
||||
return DatFormat.Listroms;
|
||||
}
|
||||
|
||||
// If we have a CMP-based DAT
|
||||
else if (first.Contains("clrmamepro"))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user