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

Comparing BasiliskII/src/macos_util.cpp (file contents):
Revision 1.4 by cebix, 2000-04-10T18:52:24Z vs.
Revision 1.5 by cebix, 2000-07-14T21:42:05Z

# Line 86 | Line 86 | void MountVolume(void *fh)
86  
87  
88   /*
89 *  Test if basic MacOS initializations (of the ROM) are done
90 */
91
92 bool HasMacStarted(void)
93 {
94        return ReadMacInt32(0xcfc) == 'WLSC';   // Mac warm start flag
95 }
96
97
98 /*
89   *  Calculate disk image file layout given file size and first 256 data bytes
90   */
91  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines