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

1.1     ! root        1: /*
        !             2:   Hatari - options_cpu.h
        !             3: 
        !             4:   This file is distributed under the GNU Public License, version 2 or at
        !             5:   your option any later version. Read the file gpl.txt for details.
        !             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.