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

Comparing BasiliskII/src/slot_rom.cpp (file contents):
Revision 1.7 by cebix, 2001-06-28T21:19:59Z vs.
Revision 1.8 by gbeauche, 2001-06-28T21:36:46Z

# Line 46 | Line 46 | static uint32 p;
46   // Check whether a mode with the specified depth exists
47   static bool has_depth(video_depth depth)
48   {
49 <        vector<video_mode>::const_iterator i = VideoModes.begin(), end = VideoModes.end();
49 >        std::vector<video_mode>::const_iterator i = VideoModes.begin(), end = VideoModes.end();
50          while (i != end) {
51                  if (i->depth == depth)
52                          return true;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines