Add NES platform
svn-id: r17454
This commit is contained in:
parent
b8385b0af1
commit
249134ede3
4 changed files with 8 additions and 4 deletions
|
@ -168,6 +168,7 @@ const PlatformDescription g_platforms[] = {
|
|||
{"fmtowns", "towns", "FM-TOWNS", kPlatformFMTowns},
|
||||
|
||||
{"macintosh", "mac", "Macintosh", kPlatformMacintosh},
|
||||
{"nes", "nes", "NES", kPlatformNES},
|
||||
{"pc", "dos", "DOS", kPlatformPC},
|
||||
{"windows", "windows", "Windows", kPlatformWindows},
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue