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

Comparing BasiliskII/src/AmigaOS/video_amiga.cpp (file contents):
Revision 1.4 by cebix, 2000-07-06T16:04:25Z vs.
Revision 1.5 by cebix, 2000-07-13T17:45:33Z

# Line 193 | Line 193 | static bool init_screen(ULONG mode_id)
193          ADBSetRelMouseMode(true);
194  
195          // Check whether the mode is a Picasso96 mode or a CyberGfx mode
196 <        if (CyberGfxBase && IsCyberModeID(mode_id))
197 <                is_cgfx = true;
198 <        else if (P96Base && p96GetModeIDAttr(mode_id, P96IDA_ISP96))
196 >        if (P96Base && p96GetModeIDAttr(mode_id, P96IDA_ISP96))
197                  is_p96 = true;
198 +        else if (CyberGfxBase && IsCyberModeID(mode_id))
199 +                is_cgfx = true;
200          else {
201                  ErrorAlert(GetString(STR_NO_P96_MODE_ERR));
202                  return false;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines