|
|
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: #define MAX_CUSTOM_MEMORY_ADDRS 2 ! 12: ! 13: struct uae_prefs { ! 14: int cpu_model; ! 15: int cpu_level; ! 16: int mmu_model; ! 17: int fpu_model; ! 18: int fpu_revision; ! 19: bool fpu_strict; ! 20: bool cpu_compatible; ! 21: int cachesize; ! 22: bool compfpu; ! 23: int cpu_idle; ! 24: int cpu060_revision; ! 25: }; ! 26: ! 27: extern struct uae_prefs currprefs, changed_prefs; ! 28: ! 29: void check_prefs_changed_cpu (void); ! 30: ! 31: #endif /* OPTIONS_CPU_H */
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.