Skip to content

Commit

Permalink
Backtrack ROMPatch methods to other consoles
Browse files Browse the repository at this point in the history
- Backtrack ROMPatch methods to other consoles
  • Loading branch information
bbtufty committed Dec 19, 2024
1 parent 5a153a5 commit 530abe0
Show file tree
Hide file tree
Showing 6 changed files with 36 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ ROMParser
General
~~~~~~~

- Add ROMPatch method to (most) other consoles
- Updated regex
- Add more tests

Expand Down
7 changes: 7 additions & 0 deletions romsearch/configs/platforms/Nintendo - Game Boy Color.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,10 @@ unzip: false
# RetroAchievements
ra_id: 6
ra_hash_method: "md5"

# ROMPatcher
patch_method: "rompatcher.js"
file_exts:
- ".gbc"
patch_file_exts:
- ".bps"
7 changes: 7 additions & 0 deletions romsearch/configs/platforms/Nintendo - Game Boy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,10 @@ unzip: false
# RetroAchievements
ra_id: 4
ra_hash_method: "md5"

# ROMPatcher
patch_method: "rompatcher.js"
file_exts:
- ".gb"
patch_file_exts:
- ".bps"
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,10 @@ unzip: false
# RetroAchievements
ra_id: 7
ra_hash_method: "custom"

# ROMPatcher
patch_method: "rompatcher.js"
file_exts:
- ".nes"
patch_file_exts:
- ".ips"
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,10 @@ unzip: false
# RetroAchievements
ra_id: 3
ra_hash_method: "custom"

# ROMPatcher
patch_method: "rompatcher.js"
file_exts:
- ".sfc"
patch_file_exts:
- ".bps"
7 changes: 7 additions & 0 deletions romsearch/configs/platforms/Sony - PlayStation Portable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,10 @@ unzip: true
# RetroAchievements
ra_id: 41
ra_hash_method: "custom"

# ROMPatcher
patch_method: "xdelta"
file_exts:
- ".iso"
patch_file_exts:
- ".xdelta"

0 comments on commit 530abe0

Please sign in to comment.