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.9 by cebix, 2001-06-29T12:51:20Z vs.
Revision 1.10 by cebix, 2001-07-01T12:42:01Z

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines