--- BasiliskII/src/include/video_defs.h 1999/10/03 14:16:26 1.1 +++ BasiliskII/src/include/video_defs.h 2000/08/20 14:08:44 1.3 @@ -1,7 +1,7 @@ /* * video_defs.h - Definitions for MacOS video drivers * - * Basilisk II (C) 1997-1999 Christian Bauer + * Basilisk II (C) 1997-2000 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -108,4 +108,12 @@ enum { // VDTimingInfo struct csTimingFlags = 16 }; +enum { // VDPageInfo struct + csPageMode = 0, + csPageData = 2, + csPagePage = 6, + csPageBaseAddr = 8 + +}; + #endif