comparison 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
comparison
equal deleted inserted replaced
334:57f4c57d2897 335:abd1ca8a25cc
123 (sh (.getCanonicalPath vba-linux) 123 (sh (.getCanonicalPath vba-linux)
124 (str "--playmovie=" (.getCanonicalPath vbm)) 124 (str "--playmovie=" (.getCanonicalPath vbm))
125 (.getCanonicalPath yellow-rom-image))) 125 (.getCanonicalPath yellow-rom-image)))
126 nil) 126 nil)
127 127
128 (defn test-moves [moves]
129 (write-moves! moves "temp")
130 (play-vbm (moves-filename "temp")))
131