(ARM ASM) Add __MACH__ hack to get iOS port linking for now

This commit is contained in:
twinaphex 2014-12-11 19:03:08 +01:00
parent 5b59ef3acc
commit 8d7b204c2b
1 changed files with 5 additions and 0 deletions

View File

@ -5,8 +5,13 @@
@ r3 = end
6:
#ifdef __MACH__
.word _io_registers
.word _palette_ram_converted
#else
.word io_registers
.word palette_ram_converted
#endif
.word 0x04000200 @ combine test mask
.word 0x07E0F81F @ clamp mask
.word 0x000003FE @ palette index mask