UNIF: Updated some board mappings
This commit is contained in:
parent
66dae9189d
commit
6ce759298e
1 changed files with 5 additions and 2 deletions
|
@ -51,9 +51,9 @@ std::unordered_map<string, int> UnifLoader::_boardMappings = std::unordered_map<
|
|||
{ "GS-2013", UnifBoards::Gs2013 },
|
||||
{ "Ghostbusters63in1", UnifBoards::Ghostbusters63in1 },
|
||||
{ "H2288", 123 },
|
||||
{ "HKROM", UnifBoards::UnknownBoard },
|
||||
{ "HKROM", 4 },
|
||||
{ "KOF97", UnifBoards::Kof97 },
|
||||
{ "KONAMI-QTAI", UnifBoards::UnknownBoard },
|
||||
{ "KONAMI-QTAI", 190 },
|
||||
{ "KS7010", UnifBoards::UnknownBoard },
|
||||
{ "KS7012", UnifBoards::Ks7012 },
|
||||
{ "KS7013B", UnifBoards::Ks7013B },
|
||||
|
@ -156,4 +156,7 @@ std::unordered_map<string, int> UnifLoader::_boardMappings = std::unordered_map<
|
|||
{ "8-IN-1", UnifBoards::Bmc8in1 },
|
||||
{ "WS", UnifBoards::Super40in1Ws },
|
||||
{ "80013-B", UnifBoards::Bmc80013B },
|
||||
{ "WAIXING-FW01", 227 },
|
||||
{ "WAIXING-FS005", UnifBoards::UnknownBoard },
|
||||
{ "HPxx", UnifBoards::UnknownBoard },
|
||||
};
|
Loading…
Add table
Reference in a new issue