summaryrefslogtreecommitdiff
path: root/src/makerom/rom_header.s
AgeCommit message (Collapse)Author
2025-01-26Error on invalid OOT_REGION (#2444)cadmic
2025-01-09[iQue] Set address of makerom instead of address of boot in spec (#2409)cadmic
2025-01-02[iQue] Match makerom (#2397)Tharo
2024-12-13Move build.c definitions to the makefile, introduce and use libultra version ↵Tharo
defines in libultra instead of PLATFORM defines (#2353) * Move build.c definitions to the makefile, introduce and use libultra version defines in libultra instead of PLATFORM defines * MAJOR+MINOR versions -> VERSION+PATCH, stringify build defines in makefile, let the libultra version determine the OPTFLAGS for libultra files * Clang format moment * Remove LIBULTRA_VERSION_ID, tweak OS_VERSION and libultra version definitions * Better fix for formatting problems
2024-09-08N64 ROM header (#2157)cadmic
2024-07-28Introduce OOT_VERSION and OOT_REGION defines for build info and ROM header ↵cadmic
(#2003) * Use version defines for build info and ROM header * Use existing REGION_ defines for OOT_REGION instead
2024-03-23Rework rom_header.s (#1932)Tharo
* Rework rom_header.s * Offset comments, spaces in libultra version * Adjust some comments, remove value arg from checksum macro
2022-06-03Rename and move handwritten asm files (#1254)Tharo
* Rename handwritten asm files and move them to src * Fix progress.py * Remove handling for asm dir from Makefile