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.5 by cebix, 1999-10-19T17:41:18Z vs.
Revision 1.6 by cebix, 1999-10-21T22:39:54Z

# Line 648 | Line 648 | void PatchAfterStartup(void)
648          r.d[0] = 0xa05c;
649          Execute68kTrap(0xa247, &r);             // SetOSTrapAddress()
650  
651 + #if SUPPORTS_EXTFS
652          // Install external file system
653          InstallExtFS();
654 + #endif
655   }
656  
657  
# Line 666 | Line 668 | bool CheckROM(void)
668          // Real addressing mode requires a 32-bit clean ROM
669          return ROMVersion == ROM_VERSION_32;
670   #else
671 <        // Virtual addressing mode works with 32-bit clean Mac II ROMs and Classic ROMs (experimental)
671 >        // Virtual addressing mode works with 32-bit clean Mac II ROMs and Classic ROMs
672          return (ROMVersion == ROM_VERSION_CLASSIC) || (ROMVersion == ROM_VERSION_32);
673   #endif
674   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines