ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/src/rsrc_patches.cpp
(Generate patch)

Comparing BasiliskII/src/rsrc_patches.cpp (file contents):
Revision 1.3 by cebix, 2000-04-10T18:52:28Z vs.
Revision 1.4 by cebix, 2000-07-22T16:00:33Z

# 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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines