mirror of
https://github.com/italicsjenga/gba.git
synced 2024-12-23 02:41:31 +11:00
example release rom script
This commit is contained in:
parent
dec3a16f0f
commit
207e2510f0
7
release-roms.bat
Normal file
7
release-roms.bat
Normal file
|
@ -0,0 +1,7 @@
|
|||
cargo build --examples --release
|
||||
|
||||
arm-none-eabi-objcopy -O binary target/thumbv4t-none-eabi/release/examples/hello target/hello.gba
|
||||
gbafix -p -thello -cHELO -mRS target/hello.gba
|
||||
|
||||
arm-none-eabi-objcopy -O binary target/thumbv4t-none-eabi/release/examples/game target/game.gba
|
||||
gbafix -p -tgame -cGAME -mRS target/game.gba
|
Loading…
Reference in a new issue