|
|
1.1 root 1: /*
2: * UAE - The Un*x Amiga Emulator
3: *
4: * OS emulation prototypes
5: *
6: * Copyright 1996 Bernd Schmidt
7: */
8:
1.1.1.5 ! root 9: STATIC_INLINE char *raddr(uaecptr p)
1.1.1.2 root 10: {
11: return p == 0 ? NULL : (char *)get_real_address(p);
12: }
13:
14: extern void gfxlib_install(void);
15:
1.1 root 16: /* graphics.library */
1.1.1.2 root 17:
1.1.1.3 root 18: extern int GFX_WritePixel(uaecptr rp, int x, int y);
1.1 root 19:
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.