|
|
1.1 root 1: /*
2: Hatari - ioMemTables.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: */
7:
8: #ifndef HATARI_IOMEMTABLES_H
9: #define HATARI_IOMEMTABLES_H
10:
11: /* Hardware address details */
12: typedef struct
13: {
14: Uint32 Address; /* ST hardware address */
15: int SpanInBytes; /* E.g. SIZE_BYTE, SIZE_WORD or SIZE_LONG */
1.1.1.2 ! root 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 root 23:
24: #endif
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.