apply Game Genie converted cheat to BUS not CARTROM, code still don't work although

This commit is contained in:
masterofpuppets152001 2013-04-23 22:00:16 +00:00
parent 0df9dbde13
commit 0b2ef2bbff
1 changed files with 1 additions and 1 deletions

View File

@ -311,7 +311,7 @@ namespace BizHawk.MultiClient
c.address = int.Parse(AddressBox.Text, NumberStyles.HexNumber);
c.value = byte.Parse(ValueBox.Text, NumberStyles.HexNumber);
c.compare = null;
c.domain = Global.Emulator.MemoryDomains[1]; //System Bus only
c.domain = Global.Emulator.MemoryDomains[7]; //Bus
c.Enable();
Global.MainForm.Cheats1.AddCheat(c);