ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/Frodo4/Src/SID.cpp
(Generate patch)

Comparing Frodo4/Src/SID.cpp (file contents):
Revision 1.4 by cebix, 2003-07-09T17:01:12Z vs.
Revision 1.5 by cebix, 2004-01-10T18:11:07Z

# Line 1396 | Line 1396 | void MOS6581::open_close_renderer(int ol
1396          else if (new_type == SIDTYPE_SIDCARD)
1397                  the_renderer = new SIDCardRenderer();
1398   #endif
1399 + #ifdef __linux__
1400 +        else if (new_type == SIDTYPE_SIDCARD)
1401 +                the_renderer = new CatweaselRenderer();
1402 + #endif
1403          else
1404                  the_renderer = NULL;
1405  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines