From: adam Date: Tue, 13 Feb 2007 14:44:06 +0000 (+0100) Subject: change default image to superbowl2.bit X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=af0cdd41555076cd932b2f5f710c7f5c915ffd23;p=fleet.git change default image to superbowl2.bit --- diff --git a/src/edu/berkeley/fleet/slipway/Slipway.java b/src/edu/berkeley/fleet/slipway/Slipway.java index 7b4027c..c89b139 100644 --- a/src/edu/berkeley/fleet/slipway/Slipway.java +++ b/src/edu/berkeley/fleet/slipway/Slipway.java @@ -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");