Atari 7800 - controller config tag highlighting logic, add bios_info.txt to MakeRelease batch file

This commit is contained in:
adelikat 2012-12-15 14:10:52 +00:00
parent 054f0df3e4
commit 6dbb8f5f9f
2 changed files with 4 additions and 1 deletions

View File

@ -175,6 +175,9 @@ namespace BizHawk.MultiClient
case "A26":
PlatformTabControl.SelectTab(tabPageAtari2600);
break;
case "A78":
PlatformTabControl.SelectTab(tabPageAtari7800);
break;
case "C64":
PlatformTabControl.SelectTab(tabPageC64);
break;

View File

@ -9,4 +9,4 @@ rem explicitly list the OK ones here as individual copies. until then....
copy *.dll dll
zip -X -9 -r BizHawk.zip BizHawk.MultiClient.exe DiscoHawk.exe dll gamedb NES\Palettes Lua Gameboy\Palettes Coleco\BIOS_Info.txt "PC Engine\BIOS_Info.txt" GBA\BIOS_Info.txt C64\Firmwares\BIOS_Info.txt SNES\Firmwares\BIOS_Info.txt NES\FDS_BIOS_Info.txt
zip -X -9 -r BizHawk.zip BizHawk.MultiClient.exe DiscoHawk.exe dll gamedb NES\Palettes Lua Gameboy\Palettes Coleco\BIOS_Info.txt "PC Engine\BIOS_Info.txt" GBA\BIOS_Info.txt C64\Firmwares\BIOS_Info.txt SNES\Firmwares\BIOS_Info.txt NES\FDS_BIOS_Info.txt "Atari 7800\Firmwares\BIOS_Info.txt"