(ARM ASM) Add __MACH__ hack to get iOS port linking for now
This commit is contained in:
parent
5b59ef3acc
commit
8d7b204c2b
1 changed files with 5 additions and 0 deletions
|
@ -5,8 +5,13 @@
|
||||||
@ r3 = end
|
@ r3 = end
|
||||||
|
|
||||||
6:
|
6:
|
||||||
|
#ifdef __MACH__
|
||||||
|
.word _io_registers
|
||||||
|
.word _palette_ram_converted
|
||||||
|
#else
|
||||||
.word io_registers
|
.word io_registers
|
||||||
.word palette_ram_converted
|
.word palette_ram_converted
|
||||||
|
#endif
|
||||||
.word 0x04000200 @ combine test mask
|
.word 0x04000200 @ combine test mask
|
||||||
.word 0x07E0F81F @ clamp mask
|
.word 0x07E0F81F @ clamp mask
|
||||||
.word 0x000003FE @ palette index mask
|
.word 0x000003FE @ palette index mask
|
||||||
|
|
Loading…
Add table
Reference in a new issue