mirror of
https://github.com/zeldaret/af.git
synced 2026-09-27 05:55:46 -04:00
ce93cd0262
* git subrepo pull --force tools/asm-processor
subrepo:
subdir: "tools/asm-processor"
merged: "6dd4d3a"
upstream:
origin: "git@github.com:simonlindholm/asm-processor.git"
branch: "main"
commit: "6dd4d3a"
git-subrepo:
version: "0.4.3"
origin: "https://github.com/ingydotnet/git-subrepo.git"
commit: "2f68596"
* git subrepo pull lib/ultralib --force
subrepo:
subdir: "lib/ultralib"
merged: "0417857"
upstream:
origin: "git@github.com:decompals/ultralib.git"
branch: "main"
commit: "0417857"
git-subrepo:
version: "0.4.3"
origin: "https://github.com/ingydotnet/git-subrepo.git"
commit: "2f68596"
* git subrepo pull tools/asm-differ --force
subrepo:
subdir: "tools/asm-differ"
merged: "6d3e4c4"
upstream:
origin: "git@github.com:simonlindholm/asm-differ.git"
branch: "main"
commit: "6d3e4c4"
git-subrepo:
version: "0.4.3"
origin: "https://github.com/ingydotnet/git-subrepo.git"
commit: "2f68596"
* git subrepo pull tools/splat --force
subrepo:
subdir: "tools/splat"
merged: "406b646"
upstream:
origin: "git@github.com:ethteck/splat.git"
branch: "master"
commit: "406b646"
git-subrepo:
version: "0.4.3"
origin: "https://github.com/ingydotnet/git-subrepo.git"
commit: "2f68596"
* Revert "git subrepo pull lib/ultralib --force"
This reverts commit da9fca47be.
* git subrepo pull tools/splat
subrepo:
subdir: "tools/splat"
merged: "7869ef2"
upstream:
origin: "git@github.com:ethteck/splat.git"
branch: "master"
commit: "7869ef2"
git-subrepo:
version: "0.4.3"
origin: "https://github.com/ingydotnet/git-subrepo.git"
commit: "2f68596"
* Disable asm size directive
17 lines
610 B
ArmAsm
17 lines
610 B
ArmAsm
.section .data
|
|
|
|
.word 0x80371240 /* PI BSB Domain 1 register */
|
|
.word 0x0000000F /* Clockrate setting */
|
|
.word bootproc /* Entrypoint address */
|
|
.word 0x00001444 /* Revision */
|
|
.word 0x00000000 /* Checksum 1 */
|
|
.word 0x00000000 /* Checksum 2 */
|
|
.word 0x00000000 /* Unknown 1 */
|
|
.word 0x00000000 /* Unknown 2 */
|
|
.ascii "SPLAT TEST ROM " /* Internal name */
|
|
.word 0x00000000 /* Unknown 3 */
|
|
.word 0x0000004E /* Cartridge */
|
|
.ascii "SP" /* Cartridge ID */
|
|
.ascii "E" /* Country code */
|
|
.byte 0x00 /* Version */
|