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

Comparing SheepShaver/src/name_registry.cpp (file contents):
Revision 1.21 by asvitkine, 2009-08-18T18:26:10Z vs.
Revision 1.22 by cebix, 2010-02-21T09:59:14Z

# Line 1 | Line 1
1   /*
2   *  name_registry.cpp - Name Registry handling
3   *
4 < *  SheepShaver (C) 1997-2008 Christian Bauer and Marc Hellwig
4 > *  SheepShaver (C) Christian Bauer and Marc Hellwig
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 103 | Line 103 | void DoPatchNameRegistry(void)
103  
104                  // Create "PowerPC,60x"
105                  SheepRegEntryID power_pc;
106 <                char *str;
106 >                const char *str;
107                  switch (PVR >> 16) {
108                          case 1:         // 601
109                                  str = "PowerPC,601";

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines