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.1 by cebix, 1999-10-03T14:16:26Z vs.
Revision 1.3 by jlachmann, 2000-08-20T14:08:44Z

# Line 1 | Line 1
1   /*
2   *  video_defs.h - Definitions for MacOS video drivers
3   *
4 < *  Basilisk II (C) 1997-1999 Christian Bauer
4 > *  Basilisk II (C) 1997-2000 Christian Bauer
5   *
6   *  This program is free software; you can redistribute it and/or modify
7   *  it under the terms of the GNU General Public License as published by
# 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