summaryrefslogtreecommitdiff
path: root/tools/extract_baserom.py
AgeCommit message (Collapse)Author
2024-09-05Cleanup: Pass all paths to tools rather than tools constructing them (#2017)Dragorn421
* Pass all paths to tools rather than tools constructing them * fix: make --baserom-segments required * sync with mm reviews * --version everywhere
2024-06-20Introduce version-specific YAML config (#1957)cadmic
2024-02-12Syms DMA Entries Extraction Support (#1708)Derek Hensley
* Archive compression support + small cleanups * UNSET spec and PR comment * UNSET -> SYMS * Syms comment * PR review * remove stderr * Format * format2 * Remove trailing ,s
2024-02-04Extract ROM segments from gc-eu-mq (take 2) (#1709)cadmic
* Extract ROM segments from gc-eu-mq (take 2) * Apply suggestions from code review Co-authored-by: Dragorn421 <Dragorn421@users.noreply.github.com> * Typo * dma_{start,names} -> dmadata_{start,names} * Restore dest * Don't assume rom location == vrom location --------- Co-authored-by: Dragorn421 <Dragorn421@users.noreply.github.com>