2 个稳定版本
1.0.2 | 2023年6月21日 |
---|---|
1.0.0 | 2023年6月19日 |
0.1.1 |
|
0.1.0-alpha |
|
在 游戏 中排名 286
12KB
235 代码行
n64romconvert
n64romconvert 是一个包含两个二进制文件的工具,帮助您检查和转换任天堂64的ROM格式,包括字节顺序交换的大端(v64)、小端(n64)和大端(z64),在命令行界面中。
安装
您可以通过发出类似这样的 cargo install 命令: cargo install n64romconvert
,或者发出 make
。
使用方法
n64romconvert 包括两个子工具,n64romconvert
本身,以及另一个名为 n64romtype
的二进制文件,该文件使用此存储库的 determine_format
函数来确定给定 ROM 的格式。
n64romconvert
Small tool to help you convert between Nintendo 64 ROM formats, on the CLI.
Usage: n64romconvert [OPTIONS] <ROM>
Arguments:
<ROM>
Options:
-T, --output-type <OUTPUT_TYPE> specify the output ROM type. selects z64 by default.
-o, --outfile <OUTFILE> specify the output file.
-h, --help Print help
-V, --version Print version
n64romtype
Small tool to help you convert between Nintendo 64 ROM formats, on the CLI.
Usage: n64romtype <FILE_PATH>
Arguments:
<FILE_PATH>
Options:
-h, --help Print help
-V, --version Print version
依赖项
~1–11MB
~90K SLoC