[go: up one dir, main page]

Menu

Code (SVN) Commit Log


Commit Date  
[r2862] by dbjh

- Made --gd3 write correct SRAM mapping values for Trials of Mana.
- Added support for 64 Mbit HiROM games to --gd3. It works at least for the
English fan translation of Fire Emblem 4: Genealogy of the Holy War ("Project
Naga", beta version 7).

2021-09-21 20:31:47 Tree
[r2861] by dbjh

- Fixed issue with -crc on large files (>2GB).

2021-09-20 19:41:52 Tree
[r2860] by dbjh

- Fixed issue when compiling with MinGW-w64 with -D_FILE_OFFSET_BITS=64.

2021-09-20 18:04:21 Tree
[r2859] by dbjh

- Handle sign bit extension that AFAIK would normally not occur with a proper
implementation of stat(). It does occur with for example MinGW and MinGW-w64
(without -D_FILE_OFFSET_BITS=64) of which stat() fills struct stat.st_size
with values up to 4GB-1. Since stat.st_size is signed, values over 2GB-1 are
"actually" negative. stat() of 32-bit GNU/Linux (without
-D_FILE_OFFSET_BITS=64) just fails for those files. However, for MinGW and
MinGW-w64 uCON64 uses _stati64().

2021-09-20 16:40:16 Tree
[r2858] by dbjh

- Just use a comma everywhere.

2021-09-17 11:40:18 Tree
[r2857] by dbjh

- Fixed oversight in fix to ioapi.h. It does not invalidate any of the
previously mentioned platform tests, because _FILE_OFFSET_BITS is defined
afterwards (to be 64) in either case.

2021-09-07 23:14:39 Tree
[r2856] by dbjh

- Changes to make unzip 1.1 work for all supported platforms. Tested with:
+ GNU/Linux x86_64 GCC 4.8.5
+ DJGPP GCC 5.3.0
+ MinGW GCC 6.3.0
+ MinGW-w64 GCC 10.3.0 (also checked with -fanalyzer)
+ MinGW-w64 Clang 12.0.1 (also checked with --analyze)
+ 32-bit Cygwin GCC 11.2.0
+ 64-bit Cygwin GCC 11.2.0 (also checked with -fanalyzer)
+ Visual C++ 2015 (also checked with /analyze)
+ Visual C++ 2019 (also checked with /analyze)
+ macOS M1 Clang 12.0.5
+ GNU/Linux ARMv7 GCC 8.3.0
- Added support for large file API of zlib and unzip.
- Fixed crash when running uCON64 on ZIP file that is password protected.

2021-09-06 16:02:00 Tree
[r2855] by dbjh

- Upgraded to unzip 1.1 (original files).

2021-09-06 15:52:09 Tree
[r2854] by dbjh

- Fixed signed/unsigned mismatch.

2021-08-27 07:08:17 Tree
[r2853] by dbjh

- Added support for uploading ROM images without a header to gd.c. --xgd3 and
--xgd6 still require files to have a header to avoid confusion.
- Removed some redundant code (gd3_send_bytes() and gd6_send_bytes() call
ucon64_gauge() themselves).

2021-08-26 19:16:18 Tree
Older >