|
|
1.1 root 1: /*
2: * UAE - The Un*x Amiga Emulator
3: *
4: * Autoconfig device support
5: *
6: * (c) 1996 Ed Hanway
7: */
8:
9: typedef ULONG (*TrapFunction)(void);
10:
11: extern ULONG addr(int);
12: extern void dw(UWORD);
13: extern void dl(ULONG);
14: extern ULONG ds(char *);
15: extern void calltrap(ULONG);
16: extern void org(ULONG);
17: extern ULONG here(void);
18: extern int deftrap(TrapFunction);
19: extern void align(int);
20: extern ULONG CallLib(CPTR base, WORD offset);
21:
22: #define RTS (0x4e75)
23:
24: extern ULONG explibname;
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.