2020-02-03 00:51:26 -05:00
|
|
|
.macro gsymbol sym addr
|
|
|
|
.global \sym
|
|
|
|
.set \sym, \addr
|
2021-07-12 23:17:54 -04:00
|
|
|
#ifndef VERSION_JP
|
2020-02-03 00:51:26 -05:00
|
|
|
nop
|
|
|
|
nop
|
2021-07-12 23:17:54 -04:00
|
|
|
#endif
|
2020-02-03 00:51:26 -05:00
|
|
|
.endm
|
|
|
|
|
|
|
|
.text
|
|
|
|
gsymbol osTvType 0x80000300
|
|
|
|
gsymbol osRomType 0x80000304
|
|
|
|
gsymbol osRomBase 0x80000308
|
|
|
|
gsymbol osResetType 0x8000030C
|
|
|
|
gsymbol osCiCId 0x80000310
|
|
|
|
gsymbol osVersion 0x80000314
|
|
|
|
gsymbol osMemSize 0x80000318
|
|
|
|
gsymbol osAppNmiBuffer 0x8000031C
|
2021-07-12 23:17:54 -04:00
|
|
|
#ifdef VERSION_SH
|
2020-12-03 14:26:38 -05:00
|
|
|
nop
|
|
|
|
nop
|
|
|
|
nop
|
|
|
|
nop
|
|
|
|
nop
|
|
|
|
nop
|
|
|
|
nop
|
|
|
|
nop
|
2021-07-12 23:17:54 -04:00
|
|
|
#endif
|