|
|
1.1.1.6 root 1: /*
2: Hatari - hatari-glue.h
3:
1.1.1.13! 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.1.6 root 6: */
1.1 root 7:
1.1.1.5 root 8: #ifndef HATARI_GLUE_H
9: #define HATARI_GLUE_H
10:
11: #include "sysdeps.h"
1.1.1.10 root 12: #include "options_cpu.h"
1.1.1.12 root 13: #include "cycles.h"
1.1.1.5 root 14:
1.1.1.8 root 15: extern int pendingInterrupts;
1.1 root 16:
1.1.1.11 root 17: extern int Init680x0(void);
18: extern void Exit680x0(void);
19: extern void customreset(void);
20: extern int intlev (void);
1.1.1.5 root 21:
1.1.1.11 root 22: extern unsigned long OpCode_GemDos(uae_u32 opcode);
23: extern unsigned long OpCode_SysInit(uae_u32 opcode);
24: extern unsigned long OpCode_VDI(uae_u32 opcode);
1.1.1.13! root 25: extern unsigned long OpCode_NatFeat_ID(uae_u32 opcode);
! 26: extern unsigned long OpCode_NatFeat_Call(uae_u32 opcode);
1.1.1.5 root 27:
1.1.1.8 root 28: #define write_log printf
1.1 root 29:
30:
1.1.1.5 root 31: #endif /* HATARI_GLUE_H */
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.