|
|
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:
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.5 root 25:
1.1.1.8 root 26: #define write_log printf
1.1 root 27:
28:
1.1.1.5 root 29: #endif /* HATARI_GLUE_H */
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.