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

Comparing SheepShaver/src/include/rom_patches.h (file contents):
Revision 1.1.1.1 by cebix, 2002-02-04T16:58:13Z vs.
Revision 1.6 by gbeauche, 2008-01-01T09:47:39Z

# Line 1 | Line 1
1   /*
2   *  rom_patches.h - ROM patches
3   *
4 < *  SheepShaver (C) 1997-2002 Christian Bauer and Marc Hellwig
4 > *  SheepShaver (C) 1997-2008 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 27 | Line 27 | enum {
27          ROMTYPE_ALCHEMY,
28          ROMTYPE_ZANZIBAR,
29          ROMTYPE_GAZELLE,
30 +        ROMTYPE_GOSSAMER,
31          ROMTYPE_NEWWORLD
32   };
33   extern int ROMType;
34  
35 + extern bool DecodeROM(uint8 *data, uint32 size);
36   extern bool PatchROM(void);
37   extern void InstallDrivers(void);
38  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines