Releases: rasky/g64drive
Releases · rasky/g64drive
v10test
v9test
Increase timeout again
v8test
Increase delay timeout even more
v7test
Increase delay time between transfers (when necessary)
v6test
Fix UNIX build
v0.3.2 - Add libdragon debug support and save type configuration
This release adds support for the new libdragon debugging library that allows homebrew developers to route logs to PC by simply using fprintf(stderr, ...)
. The implemented protocol is compatible with UNFLoader.
It also adds support for configuring save types, as supported by 64drive to fully implement save game emulation.
Changelog:
- Added
g64drive debug
to start a debugging channel with alibdragon
homebrew ROM. - Added
g64drive savetype
to manually configure the save type. - Correct savetype is automatically detected by default while uploading a ROM using either an embedded version of Mupen64's game database, or the special EverDrive64 ROM header modification for home-brew games (also supported by libdragon via ed64romconfig tool).
- Worked around a bug in 64drive firmware when uploading ROMs whose size is not multiple of 512 bytes.
- Fixed support for 64drive HW1 (RevA). Now it's fully working
- Fixed bug when uploading a ROM which is an exact multiple of the underlying chunk size (v0.3.1)
- Fixed crash when explicitly disabling byteswapping on the command line (v0.3.2)
v0.2 - Added firmware upgrade support
This version adds support for firmware upgrades, as distributed by Retroactive (.rpk
files). The following commands are available:
g64drive firmware info file.rpk
: show information on 64drive firmware fileg64drive firmware upgrade file.rpk
: run the firmware upgrade processg64drive firmware extract file.rpk
: extract the raw binary image of the firmware
Other small tweaks:
- In
g64drive upload
,--autocic
is now the default when uploading a ROM.
g64Drive v0.1 - First release
This is the first release of g64drive, a Linux/Mac open source tool to communicate with 64drive.
Features:
- Support 64drive HW1 and HW2
- Upload and download data from any available bank
- Transparent byteswapping (with autodetection from ROM header)
- Transparent CIC detection when uploading a ROM, or later at any time
- Can specify sizes and offsets in decimal, hex, or even kilobytes/megabytes
- CTRL+C clean shutdown during upload/download -- doesn't need to power-cycle 64drive after it
- Shipped as static binary, very easy to install on any Linux and macOS system