|
|
1.1 root 1: /*
2: Hatari - hatari-glue.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 HATARI_GLUE_H
9: #define HATARI_GLUE_H
10:
11: #include "sysdeps.h"
12: #include "options_cpu.h"
13: #include "cycles.h"
14:
15: extern int pendingInterrupts;
16:
17: extern void customreset(void);
18: extern int intlev (void);
1.1.1.5 ! root 19: extern void UAE_Set_Quit_Reset ( bool hard );
! 20: extern void UAE_Set_State_Save ( void );
! 21: extern void UAE_Set_State_Restore ( void );
1.1.1.3 root 22: extern int Init680x0(void);
23: extern void Exit680x0(void);
1.1 root 24:
1.1.1.4 root 25: extern uae_u32 REGPARAM3 OpCode_GemDos(uae_u32 opcode);
26: extern uae_u32 REGPARAM3 OpCode_SysInit(uae_u32 opcode);
27: extern uae_u32 REGPARAM3 OpCode_VDI(uae_u32 opcode);
28: extern uae_u32 REGPARAM3 OpCode_NatFeat_ID(uae_u32 opcode);
29: extern uae_u32 REGPARAM3 OpCode_NatFeat_Call(uae_u32 opcode);
1.1 root 30:
31: #endif /* HATARI_GLUE_H */
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.