mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-22 14:15:38 +00:00
Added TheGamesDB support for the oric and ti99 platforms.
This commit is contained in:
parent
b982ec627a
commit
4eae72621a
|
@ -94,6 +94,7 @@ namespace
|
||||||
{NINTENDO_SWITCH, "4971"},
|
{NINTENDO_SWITCH, "4971"},
|
||||||
{BANDAI_SUFAMI_TURBO, "6"},
|
{BANDAI_SUFAMI_TURBO, "6"},
|
||||||
{DOS, "1"},
|
{DOS, "1"},
|
||||||
|
{TANGERINE_ORIC, "4986"},
|
||||||
{GAMEENGINE_SCUMMVM, "1"},
|
{GAMEENGINE_SCUMMVM, "1"},
|
||||||
{PC, "1"},
|
{PC, "1"},
|
||||||
{PC_WINDOWS, "1"},
|
{PC_WINDOWS, "1"},
|
||||||
|
@ -131,7 +132,8 @@ namespace
|
||||||
{VIDEOPAC_ODYSSEY2, "4927"},
|
{VIDEOPAC_ODYSSEY2, "4927"},
|
||||||
{VECTREX, "4939"},
|
{VECTREX, "4939"},
|
||||||
{TANDY_COLOR_COMPUTER, "4941"},
|
{TANDY_COLOR_COMPUTER, "4941"},
|
||||||
{TANDY_TRS80, "4941"}};
|
{TANDY_TRS80, "4941"},
|
||||||
|
{TEXAS_INSTRUMENTS_TI99, "4953"}};
|
||||||
|
|
||||||
} // namespace
|
} // namespace
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue