# | Line 89 | Line 89 | void CheckLoad(uint32 type, int16 id, ui | |
---|---|---|
89 | if (base) { | |
90 | p16 = (uint16 *)(p + base); | |
91 | ||
92 | < | #if defined(AMIGA) |
92 | > | #if defined(AMIGA) || defined(__NetBSD__) |
93 | // Set 0x0000 to scratch memory area | |
94 | extern uint32 ScratchMem; | |
95 | *p16++ = htons(0x207c); // move.l #ScratchMem,a0 | |
# | Line 113 | Line 113 | void CheckLoad(uint32 type, int16 id, ui | |
113 | if (base) { | |
114 | p16 = (uint16 *)(p + base); | |
115 | ||
116 | < | #if defined(AMIGA) |
116 | > | #if defined(AMIGA) || defined(__NetBSD__) |
117 | // Set 0x0000 to scratch memory area | |
118 | extern uint32 ScratchMem; | |
119 | *p16++ = htons(0x207c); // move.l #ScratchMem,a0 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |