|
|
1.1.1.6 ! root 1: /* ! 2: Hatari - hatari-glue.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: */ 1.1 root 7: 1.1.1.5 root 8: #ifndef HATARI_GLUE_H 9: #define HATARI_GLUE_H 10: 11: 12: #include "sysdeps.h" 13: 1.1 root 14: 15: extern int illegal_mem; 16: extern int address_space_24; 17: extern int cpu_level; 18: extern int cpu_compatible; 1.1.1.6 ! root 19: extern int requestedInterrupt; 1.1.1.5 root 20: extern long STmem_size; 21: extern long TTmem_size; 1.1 root 22: 23: int Init680x0(void); 24: void Exit680x0(void); 25: void Start680x0(void); 26: void customreset(void); 1.1.1.6 ! root 27: int intlev (void); 1.1.1.4 root 28: void check_prefs_changed_cpu(int new_level, int new_compatible); 1.1 root 29: 30: unsigned long OpCode_ConnectedDrive(uae_u32 opcode); 31: unsigned long OpCode_TimerD(uae_u32 opcode); 1.1.1.3 root 32: unsigned long OpCode_GemDos(uae_u32 opcode); 33: unsigned long OpCode_OldGemDos(uae_u32 opcode); 1.1.1.5 root 34: unsigned long OpCode_VDI(uae_u32 opcode); 35: 36: 37: #define write_log 1.1 root 38: 39: 1.1.1.5 root 40: #endif /* HATARI_GLUE_H */
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.