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

Comparing BasiliskII/src/rom_patches.cpp (file contents):
Revision 1.13 by cebix, 2000-04-10T18:52:26Z vs.
Revision 1.14 by cebix, 2000-07-22T16:00:33Z

# Line 693 | Line 693 | static const uint8 adbop_patch[] = {   //
693  
694   void InstallDrivers(uint32 pb)
695   {
696 <        D(bug("InstallDrivers\n"));
696 >        D(bug("InstallDrivers, pb %08x\n", pb));
697          M68kRegisters r;
698  
699          // Install Microseconds() replacement routine
# Line 1215 | Line 1215 | static bool patch_rom_32(void)
1215   #endif
1216  
1217   #if !ROM_IS_WRITE_PROTECTED
1218 < #if defined(AMIGA)
1218 > #if defined(AMIGA) || defined(__NetBSD__)
1219          // Set fake handle at 0x0000 to scratch memory area (so broken Mac programs won't write into Mac ROM)
1220          extern uint32 ScratchMem;
1221          wp = (uint16 *)(ROMBaseHost + 0xccaa);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines