SMS-GCI-Loader/ldscript/GMSP01.ld
sup39 23e5c658ad Add script to build gecko code of GCI Loader
- GCI Loader: gecko-gosub + 06 bin + 04 bl to onReadOptionBlock
- place GCI Loader code at 817FE800 since [817FEEA0, 81800000) is used
  by system
- place buffer at 817F1800 (instead of 817F1000+4) since there seems to
  be some alignment issue
- Assume file size == 0x2000*6 since fileInfo->length seems to be 0
2023-02-11 19:36:44 +09:00

5 lines
111 B
Text

mount_ = 0x802aa824;
open_ = 0x802a9fe0;
CARDOpen = 0x803515ac;
CARDRead = 0x80351f40;
CARDClose = 0x80351724;