Annotation of uae/src/include/identify.h, revision 1.1.1.1

1.1       root        1:  /*
                      2:   * UAE - The Un*x Amiga Emulator
                      3:   *
                      4:   * Tables for labelling amiga internals. 
                      5:   *
                      6:   */
                      7:                
                      8: struct mem_labels
                      9: {
                     10:     const char *name;
                     11:     uae_u32 adr;
                     12: };
                     13: 
                     14: struct customData
                     15: {
                     16:     const char *name;
                     17:     uae_u32 adr;
                     18: };
                     19: 
                     20: 
                     21: extern struct mem_labels mem_labels[];
                     22: extern struct mem_labels int_labels[];
                     23: extern struct mem_labels trap_labels[];
                     24: extern struct customData custd[];
                     25: 

unix.superglobalmegacorp.com

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