|
|
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: #include "sysdeps.h"
1.1.1.10! root 12: #include "options_cpu.h"
! 13: #include "../includes/cycles.h"
1.1.1.5 root 14:
1.1.1.8 root 15: extern int pendingInterrupts;
1.1 root 16:
17: int Init680x0(void);
18: void Exit680x0(void);
19: void customreset(void);
1.1.1.6 root 20: int intlev (void);
1.1 root 21:
1.1.1.3 root 22: unsigned long OpCode_GemDos(uae_u32 opcode);
1.1.1.7 root 23: unsigned long OpCode_SysInit(uae_u32 opcode);
1.1.1.5 root 24: unsigned long OpCode_VDI(uae_u32 opcode);
25:
26:
1.1.1.8 root 27: #define write_log printf
1.1 root 28:
29:
1.1.1.5 root 30: #endif /* HATARI_GLUE_H */
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.