Annotation of hatari/src/uae-cpu/options_cpu.h, revision 1.1.1.2

1.1       root        1: /*
                      2:   Hatari - options_cpu.h
                      3: 
1.1.1.2 ! root        4:   This file is distributed under the GNU General Public License, version 2
        !             5:   or at your option any later version. Read the file gpl.txt for details.
1.1       root        6: */
                      7: 
                      8: #ifndef OPTIONS_CPU_H
                      9: #define OPTIONS_CPU_H
                     10: 
                     11: struct uae_prefs {
                     12:     int cpu_level;
                     13:     int cpu_compatible;
                     14:     int address_space_24;
                     15: };
                     16: 
                     17: extern struct uae_prefs currprefs, changed_prefs;
                     18: 
                     19: 
                     20: extern void check_prefs_changed_cpu (void);
                     21: 
                     22: #endif /* OPTIONS_CPU_H */

unix.superglobalmegacorp.com

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