Annotation of hatari/src/includes/ioMemTables.h, revision 1.1

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 */
        !            16:        void *ReadFunc;              /* Read function */
        !            17:        void *WriteFunc;             /* Write function */
        !            18: } INTERCEPT_ACCESS_FUNC;
        !            19: 
        !            20: extern INTERCEPT_ACCESS_FUNC IoMemTable_ST[];
        !            21: extern INTERCEPT_ACCESS_FUNC IoMemTable_STE[];
        !            22: 
        !            23: #endif

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.