move up to new valentine.bit
authoradam <adam@megacz.com>
Fri, 16 Feb 2007 17:57:09 +0000 (18:57 +0100)
committeradam <adam@megacz.com>
Fri, 16 Feb 2007 17:57:09 +0000 (18:57 +0100)
src/edu/berkeley/fleet/slipway/Slipway.java

index 6c8d40b..a0a7f2b 100644 (file)
@@ -18,7 +18,7 @@ public class Slipway extends Interpreter {
 
     private String bitfile;
 
-    public Slipway() { this("superbowl3.bit"); }
+    public Slipway() { this("valentine.bit"); }
     public Slipway(String bitfile) {
         this.bitfile = bitfile;
         createShip("Debug",   "debug");