diff java/src/com/aurellem/gb/Gb.java @ 58:431ee7ee12de

savestate buffer was too small
author Robert McIntyre <rlm@mit.edu>
date Wed, 07 Mar 2012 15:17:19 -0600
parents ba4fdfb722ed
children 3ce48d803e74
line wrap: on
line diff
     1.1 --- a/java/src/com/aurellem/gb/Gb.java	Wed Mar 07 14:20:57 2012 -0600
     1.2 +++ b/java/src/com/aurellem/gb/Gb.java	Wed Mar 07 15:17:19 2012 -0600
     1.3 @@ -35,7 +35,7 @@
     1.4  
     1.5      public static native void loadState(ByteBuffer buffer, int size);
     1.6  
     1.7 -    public static final int SAVE_SIZE = 9000;
     1.8 +    public static final int SAVE_SIZE = 90000;
     1.9  
    1.10      public static ByteBuffer saveState(){
    1.11  	ByteBuffer buf =