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

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;
1.1.1.3 ! root       15:     int cpu_cycle_exact;
1.1       root       16: };
                     17: 
                     18: extern struct uae_prefs currprefs, changed_prefs;
                     19: 
                     20: 
                     21: extern void check_prefs_changed_cpu (void);
                     22: 
                     23: #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.