database: add extension .T64 for use with Commodore64 core

This commit is contained in:
saxxonpike 2012-12-06 06:11:12 +00:00
parent a346389c2f
commit 31dd33ae3a
1 changed files with 1 additions and 1 deletions

View File

@ -159,7 +159,7 @@ namespace BizHawk
case ".INT": Game.System = "INTV"; break; case ".INT": Game.System = "INTV"; break;
case ".PRG": case ".PRG":
case ".D64": case ".D64":
case ".SID": case ".T64":
case ".G64": case ".G64":
case ".CRT": case ".CRT":
Game.System = "C64"; Game.System = "C64";