1 |
|
/* |
2 |
|
* rom_patches.h - ROM patches |
3 |
|
* |
4 |
< |
* SheepShaver (C) 1997-2002 Christian Bauer and Marc Hellwig |
4 |
> |
* SheepShaver (C) 1997-2005 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 |
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 |
|
|