apply Game Genie converted cheat to BUS not CARTROM, code still don't work although
This commit is contained in:
parent
0df9dbde13
commit
0b2ef2bbff
|
@ -311,7 +311,7 @@ namespace BizHawk.MultiClient
|
||||||
c.address = int.Parse(AddressBox.Text, NumberStyles.HexNumber);
|
c.address = int.Parse(AddressBox.Text, NumberStyles.HexNumber);
|
||||||
c.value = byte.Parse(ValueBox.Text, NumberStyles.HexNumber);
|
c.value = byte.Parse(ValueBox.Text, NumberStyles.HexNumber);
|
||||||
c.compare = null;
|
c.compare = null;
|
||||||
c.domain = Global.Emulator.MemoryDomains[1]; //System Bus only
|
c.domain = Global.Emulator.MemoryDomains[7]; //Bus
|
||||||
c.Enable();
|
c.Enable();
|
||||||
|
|
||||||
Global.MainForm.Cheats1.AddCheat(c);
|
Global.MainForm.Cheats1.AddCheat(c);
|
||||||
|
|
Loading…
Reference in New Issue