Mercurial > vba-linux
comparison commands.sh @ 33:44974c3e093b
found source of problem for video recording
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Mon, 05 Mar 2012 01:25:11 -0600 |
parents | 0dc331ec7f27 |
children |
comparison
equal
deleted
inserted
replaced
32:0dc331ec7f27 | 33:44974c3e093b |
---|---|
1 | |
1 # This buffer is for notes you don't want to save, and for Lisp evaluation. | 2 # This buffer is for notes you don't want to save, and for Lisp evaluation. |
2 # If you want to create a file, visit that file with C-x C-f, | 3 # If you want to create a file, visit that file with C-x C-f, |
3 # then enter the text in that file's own buffer. | 4 # then enter the text in that file's own buffer. |
4 | 5 |
5 | 6 |
6 ./VisualBoyAdvance ../../../pokemon-escape/roms/Pokemon\ Yellow\ \(U\)\ \[C\]\[\!\].gbc | 7 #./VisualBoyAdvance ../../../pokemon-escape/roms/Pokemon\ Yellow\ \(U\)\ \[C\]\[\!\].gbc |
7 | 8 |
8 | 9 |
9 ./VisualBoyAdvance --recordmovie=./rlm.vbm ../../../pokemon-escape/roms/Pokemon\ Yellow\ \(U\)\ \[C\]\[\!\].gbc | 10 #./VisualBoyAdvance --recordmovie=./rlm.vbm ../../../pokemon-escape/roms/Pokemon\ Yellow\ \(U\)\ \[C\]\[\!\].gbc |
10 | 11 |
12 rm -f /home/r/proj/vba-restore/build/movie.vba | |
11 | 13 |
12 ./VisualBoyAdvance --recordmovie=/home/r/proj/vba-restore/build/ /home/r/proj/pokemon-escape/roms/Pokemon\ Yellow\ \(U\)\ \[C\]\[\!\].gbc | 14 cd /home/r/proj/vba-restore/build |
15 make install | |
16 | |
17 /home/r/proj/vba-restore/build/artifacts/bin/VisualBoyAdvance --recordmovie=/home/r/proj/vba-restore/build/movie.vba /home/r/proj/pokemon-escape/roms/yellow.gbc | |
18 | |
19 #.//VisualBoyAdvance --playmovie=/home/r/proj/vba-restore/build/movie.vba /home/r/proj/pokemon-escape/roms/Pokemon\ Yellow\ \(U\)\ \[C\]\[\!\].gbc | |
20 | |
21 hexdump -C /home/r/proj/vba-restore/build/movie.vba |