database: add extension .T64 for use with Commodore64 core
This commit is contained in:
parent
a346389c2f
commit
31dd33ae3a
|
@ -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";
|
||||||
|
|
Loading…
Reference in New Issue