diff options
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) {  		}  | 
