|
|
1.1 root 1: /*
2: Hatari - ioMemTables.h
3:
1.1.1.5 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_IOMEMTABLES_H
9: #define HATARI_IOMEMTABLES_H
10:
11: /* Hardware address details */
12: typedef struct
13: {
1.1.1.4 root 14: const Uint32 Address; /* ST hardware address */
15: const int SpanInBytes; /* E.g. SIZE_BYTE, SIZE_WORD or SIZE_LONG */
16: void (*ReadFunc)(void); /* Read function */
17: void (*WriteFunc)(void); /* Write function */
1.1 root 18: } INTERCEPT_ACCESS_FUNC;
19:
1.1.1.2 root 20: extern const INTERCEPT_ACCESS_FUNC IoMemTable_ST[];
21: extern const INTERCEPT_ACCESS_FUNC IoMemTable_STE[];
22: extern const INTERCEPT_ACCESS_FUNC IoMemTable_TT[];
1.1.1.3 root 23: extern const INTERCEPT_ACCESS_FUNC IoMemTable_Falcon[];
24:
25: extern void IoMemTabFalcon_DSPnone(void (**readtab)(void), void (**writetab)(void));
26: extern void IoMemTabFalcon_DSPdummy(void (**readtab)(void), void (**writetab)(void));
27: #if ENABLE_DSP_EMU
28: extern void IoMemTabFalcon_DSPemulation(void (**readtab)(void), void (**writetab)(void));
29: #endif
1.1 root 30:
1.1.1.6 ! root 31: extern void IoMemTabMegaSTE_CacheCpuCtrl_WriteByte(void);
1.1 root 32: #endif
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.