oops, add Atari 7800 to the Open ROM file dialog in non-interim builds

This commit is contained in:
adelikat 2012-12-23 18:55:05 +00:00
parent 3d5b429789
commit cc05370809
2 changed files with 3 additions and 2 deletions

View File

@ -3489,7 +3489,7 @@ namespace BizHawk.MultiClient
else else
{ {
ofd.Filter = FormatFilter( ofd.Filter = FormatFilter(
"Rom Files", "*.nes;*.fds;*.sms;*.gg;*.sg;*.gb;*.gbc;*.pce;*.sgx;*.bin;*.smd;*.gen;*.md;*.smc;*.sfc;*.a26;*.col;*.rom;*.cue;%ARCH%", "Rom Files", "*.nes;*.fds;*.sms;*.gg;*.sg;*.gb;*.gbc;*.pce;*.sgx;*.bin;*.smd;*.gen;*.md;*.smc;*.sfc;*.a26;*.a78;*.col;*.rom;*.cue;%ARCH%",
"Disc Images", "*.cue", "Disc Images", "*.cue",
"NES", "*.nes;*.fds;%ARCH%", "NES", "*.nes;*.fds;%ARCH%",
"Super NES", "*.smc;*.sfc;%ARCH%", "Super NES", "*.smc;*.sfc;%ARCH%",
@ -3497,6 +3497,7 @@ namespace BizHawk.MultiClient
"Master System", "*.sms;*.gg;*.sg;%ARCH%", "Master System", "*.sms;*.gg;*.sg;%ARCH%",
"PC Engine", "*.pce;*.sgx;*.cue;%ARCH%", "PC Engine", "*.pce;*.sgx;*.cue;%ARCH%",
"Atari 2600", "*.a26;%ARCH%", "Atari 2600", "*.a26;%ARCH%",
"Atari 7800", "*.a78;%ARCH%",
"Colecovision", "*.col;%ARCH%", "Colecovision", "*.col;%ARCH%",
"TI-83", "*.rom;%ARCH%", "TI-83", "*.rom;%ARCH%",
"Archive Files", "%ARCH%", "Archive Files", "%ARCH%",

View File

@ -1,4 +1,4 @@
static class VersionInfo static class VersionInfo
{ {
public const string MAINVERSION = "1.3.0"; public const string MAINVERSION = "1.4.0";
} }