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

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.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: 
                     31: #endif

unix.superglobalmegacorp.com

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