#include #include #include #include #include #ifndef OLD_HARDWARE_SETUP_H #define OLD_HARDWARE_SETUP_H extern struct GfxBase *GfxBase; extern far struct Custom custom; struct OldHardwareSetup { struct View *OldView; ULONG OldCopper; UWORD OldDMACON; UWORD OldINTENA; UWORD OldINTREQ; UWORD OldADKCON; }; void oldHardware_takeOver(struct OldHardwareSetup *oldHardwareSetup); void oldHardware_giveBack(struct OldHardwareSetup *oldHardwareSetup); #endif /* OLD_HARDWARE_SETUP_H */