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.6 by cebix, 2004-01-12T15:13:20Z

# Line 1 | Line 1
1   /*
2   *  SID.cpp - 6581 emulation
3   *
4 < *  Frodo (C) 1994-1997,2002-2003 Christian Bauer
4 > *  Frodo (C) 1994-1997,2002-2004 Christian Bauer
5   *
6   *  This program is free software; you can redistribute it and/or modify
7   *  it under the terms of the GNU General Public License as published by
# 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