X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=altoslib%2FAltosDebug.java;h=a44eb12fc002fd93589ce4278b16c2ee26a5ce3f;hb=cc83d57454ed07e4828b4413e5af6ae2ecfe2e5a;hp=aa1b298fca9209233e4a935a704aeffb153ff7f1;hpb=1085ec5d57e0ed5d132f2bbdac1a0b6a32c0ab4a;p=fw%2Faltos diff --git a/altoslib/AltosDebug.java b/altoslib/AltosDebug.java index aa1b298f..a44eb12f 100644 --- a/altoslib/AltosDebug.java +++ b/altoslib/AltosDebug.java @@ -16,7 +16,7 @@ * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. */ -package org.altusmetrum.altoslib_11; +package org.altusmetrum.altoslib_12; import java.io.*; @@ -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) { }