This commit is contained in:
Simon Fortier
2017-12-28 20:41:02 -05:00
committed by GitHub
parent 2fb7d2f73e
commit 729debb1a3

View File

@@ -44,7 +44,7 @@ public class CPU implements JSONSerialisable {
/**
* Offset of the code segment. The code starts to get
* executed at this address each tick. Defaults to 0x4000
* executed at this address each tick. Defaults to org_offset@config.properties
*/
private int codeSegmentOffset;