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

Comparing BasiliskII/src/include/rom_patches.h (file contents):
Revision 1.2 by cebix, 1999-10-26T16:28:38Z vs.
Revision 1.3 by cebix, 1999-10-27T16:59:52Z

# Line 32 | Line 32 | enum {
32  
33   extern uint16 ROMVersion;
34  
35 < // ROM offset of breakpoint
35 > // ROM offset of breakpoint, used by PatchROM()
36   extern uint32 ROMBreakpoint;
37  
38   // ROM offset of UniversalInfo, set by PatchROM()
# Line 41 | Line 41 | extern uint32 UniversalInfo;
41   // Mac address of PutScrap() patch
42   extern uint32 PutScrapPatch;
43  
44 + // Flag: print ROM information in PatchROM()
45 + extern bool PrintROMInfo;
46 +
47   extern bool CheckROM(void);
48   extern bool PatchROM(void);
49   extern void InstallDrivers(uint32 pb);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines