Atari 7800 - better use of the Cart object, not a very useful commit though since it is still hardcoding the mapper

This commit is contained in:
adelikat 2012-12-12 01:59:10 +00:00
parent a43ecbf6aa
commit fb7873a6a7
1 changed files with 1 additions and 1 deletions

View File

@ -151,7 +151,7 @@ namespace BizHawk
Util.BytesToHexString(System.Security.Cryptography.MD5.Create().ComputeHash(rom)),
"TODO");
cart = new Cart7848(rom); //TODO: mapper selection system
cart = Cart.Create(rom, CartType.A7848); //TODO: mapper selection system
int[] bob = new int[] { 0, 0, 0 };