Annotation of uae/include/custom.h, revision 1.1

1.1     ! root        1:  /* 
        !             2:   * UAE - The Un*x Amiga Emulator
        !             3:   * 
        !             4:   * custom chip support
        !             5:   *
        !             6:   * (c) 1995 Bernd Schmidt
        !             7:   */
        !             8: 
        !             9: extern void custom_init(void);
        !            10: extern void customreset(void);
        !            11: extern int intlev(void);
        !            12: extern bool dmaen(UWORD dmamask);
        !            13: extern void dumpcustom(void);
        !            14: 
        !            15: extern void do_disk(void);
        !            16: extern void do_blitter(void);
        !            17: 
        !            18: extern bool inhibit_frame;
        !            19: extern bool bogusframe;
        !            20: 
        !            21: extern unsigned long specialflags;
        !            22: 
        !            23: #define SPCFLAG_BLIT 1
        !            24: #define SPCFLAG_STOP 2
        !            25: #define SPCFLAG_DISK 4
        !            26: #define SPCFLAG_INT  8
        !            27: #define SPCFLAG_BRK  16
        !            28: #define SPCFLAG_EXTRA_CYCLES 32
        !            29: #define SPCFLAG_TRACE 64
        !            30: #define SPCFLAG_DOTRACE 128
        !            31: #define SPCFLAG_DOINT 256
        !            32: 
        !            33: extern int dskdmaen;

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.