|
Revision 1, 253 bytes
(checked in by jmoiron, 2 years ago)
|
Initial commit. Some things are working quite nice
at this stage, in particular:
- datfile.py basically supports romcenter and clrmamepro
- ndsencrypt supports arm9 encryption for secure area crcs
- ndsheader supports *most* of the output of ndstool -i
In addition, rarfile.patch is included here. It contains
the changes made on the rarfile.py library (which is a
standalone file and is encluded in romutil, but unfortunately
is linux only.. looking into a replacement but not sure
if one is possible or exists)
|
| Line | |
|---|
| 1 |
All software herein is distributed under the GPL v2 |
|---|
| 2 |
unless specifically noted otherwise. Freedom to use |
|---|
| 3 |
and distribute the source code is explicitly allowed, |
|---|
| 4 |
please read the GPL v2 for more detailed information: |
|---|
| 5 |
|
|---|
| 6 |
http://www.gnu.org/licenses/gpl.txt |
|---|
| 7 |
|
|---|