Skip to content

Commit

Permalink
Use new CartRAM domain name in GBHawk's CDL impl. (fixes #3497)
Browse files Browse the repository at this point in the history
fixes 7e00b78
  • Loading branch information
YoshiRulz committed Dec 19, 2022
1 parent cee263e commit aa0e2d6
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -24,7 +24,7 @@ public void NewCDL(ICodeDataLog cdl)

cdl["WRAM"] = new byte[MemoryDomains["WRAM"]!.Size];

var found = MemoryDomains["Cart RAM"];
var found = MemoryDomains["CartRAM"];
if (found is not null) cdl["CartRAM"] = new byte[found.Size];

cdl.SubType = "GB";
Expand Down

0 comments on commit aa0e2d6

Please sign in to comment.