Mercurial > vba-clojure
diff clojure/com/aurellem/gb/vbm.clj @ 335:abd1ca8a25cc
fixed major bug with first-difference which was causing de-sync.
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Sat, 07 Apr 2012 05:42:26 -0500 |
parents | b7f682bb3090 |
children | 25b7bb7da3b1 |
line wrap: on
line diff
1.1 --- a/clojure/com/aurellem/gb/vbm.clj Fri Apr 06 14:54:39 2012 -0500 1.2 +++ b/clojure/com/aurellem/gb/vbm.clj Sat Apr 07 05:42:26 2012 -0500 1.3 @@ -125,3 +125,7 @@ 1.4 (.getCanonicalPath yellow-rom-image))) 1.5 nil) 1.6 1.7 +(defn test-moves [moves] 1.8 + (write-moves! moves "temp") 1.9 + (play-vbm (moves-filename "temp"))) 1.10 +