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:
parent
a43ecbf6aa
commit
fb7873a6a7
|
@ -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 };
|
||||
|
||||
|
|
Loading…
Reference in New Issue