Annotation of previous_trunk/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:     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 */
        !            18: } INTERCEPT_ACCESS_FUNC;
        !            19: 
        !            20: extern const INTERCEPT_ACCESS_FUNC IoMemTable_NEXT[];
        !            21: extern const INTERCEPT_ACCESS_FUNC IoMemTable_Turbo[];
        !            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.