-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
11d32c3
commit 8dc0fa2
Showing
6 changed files
with
19 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,18 @@ | ||
.DS_Store | ||
Swift plays pokemon.xcodeproj/xcuserdata | ||
|
||
# User settings | ||
Swift plays Pokemon.xcodeproj/**/xcuserdata | ||
|
||
# Build thingies | ||
/Build | ||
/.build | ||
|
||
# Roms are excluded because of legal stuff… | ||
ROMs/* | ||
|
||
# ROM test files | ||
/Tests/GameBoyKitROMTests/Bootrom/Dump | ||
ROMs/*.gb | ||
|
||
/Tests/GameBoyKitROMTests/Blargg/ROMs | ||
/Tests/GameBoyKitROMTests/Blargg/Dumps | ||
/Tests/GameBoyKitROMTests/Blargg/Dumps.zip | ||
# You can download 'Blargg' test ROMs at: | ||
# https://gbdev.gg8.se/wiki/articles/Test_ROMs | ||
ROMs/Tests - Blargg | ||
|
||
/Tests/GameBoyKitROMTests/Tetris/Dump | ||
/Tests/GameBoyKitROMTests/Tetris/Tetris.gb | ||
# We store dumps in zip files, we do not need them unzipped | ||
ROMs/**/Dump |
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
rm "./Tests - Blargg/Dumps.zip" | ||
zip -9 -r -q "./Tests - Blargg/Dump.zip" "./Tests - Blargg/Dump" | ||
|
||
rm "./Tests - Bootrom/Dump.zip" | ||
zip -9 -r -q "./Tests - Bootrom/Dump.zip" "./Tests - Bootrom/Dump" | ||
|
||
rm "./Tests - Tetris/Dump.zip" | ||
zip -9 -r -q "./Tests - Tetris/Dump.zip" "./Tests - Tetris/Dump" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters