change default image to superbowl2.bit
authoradam <adam@megacz.com>
Tue, 13 Feb 2007 14:44:06 +0000 (15:44 +0100)
committeradam <adam@megacz.com>
Tue, 13 Feb 2007 14:44:06 +0000 (15:44 +0100)
src/edu/berkeley/fleet/slipway/Slipway.java

index 7b4027c..c89b139 100644 (file)
@@ -18,7 +18,7 @@ public class Slipway extends Interpreter {
 
     private String bitfile;
 
-    public Slipway() { this("superbowl.bit"); }
+    public Slipway() { this("superbowl2.bit"); }
     public Slipway(String bitfile) {
         this.bitfile = bitfile;
         createShip("Debug",   "debug");