diff options
| author | Bdale Garbee <bdale@gag.com> | 2018-08-05 11:21:37 +0800 | 
|---|---|---|
| committer | Bdale Garbee <bdale@gag.com> | 2018-08-05 11:21:37 +0800 | 
| commit | d8627bb7b46fc991786835afa38cd720e9e75812 (patch) | |
| tree | e14ae029a4ead29a4a7ccccb39af556e32413d36 /altoslib/AltosDebug.java | |
| parent | 59e23c27c2a85d7d748223e444b24d19937afe47 (diff) | |
| parent | 8830fbc99565f753c0ae1f3d9f4b079860c2634a (diff) | |
Merge branch 'master' into branch-1.8
Diffstat (limited to 'altoslib/AltosDebug.java')
| -rw-r--r-- | altoslib/AltosDebug.java | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/altoslib/AltosDebug.java b/altoslib/AltosDebug.java index 24a25933..a44eb12f 100644 --- a/altoslib/AltosDebug.java +++ b/altoslib/AltosDebug.java @@ -264,8 +264,8 @@ public class AltosDebug {  	public AltosRomconfig romconfig() throws InterruptedException {  		try { -			byte[] bytes = read_memory(0xa0, 10); -			AltosHexfile hexfile = new AltosHexfile (bytes, 0xa0); +			byte[] bytes = read_memory(0x00, 0x200); +			AltosHexfile hexfile = new AltosHexfile (bytes, 0x00);  			return new AltosRomconfig(hexfile);  		} catch (IOException ie) {  		}  | 
