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

Comparing BasiliskII/src/include/video_defs.h (file contents):
Revision 1.2 by cebix, 2000-04-10T18:53:41Z vs.
Revision 1.3 by jlachmann, 2000-08-20T14:08:44Z

# Line 108 | Line 108 | enum { // VDTimingInfo struct
108          csTimingFlags = 16
109   };
110  
111 + enum {  // VDPageInfo struct
112 +        csPageMode = 0,
113 +        csPageData = 2,
114 +        csPagePage = 6,
115 +        csPageBaseAddr = 8
116 +
117 + };
118 +
119   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines