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

1.1     ! root        1: /*
        !             2:   Hatari - cycles.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_CYCLES_H
        !             9: #define HATARI_CYCLES_H
        !            10: 
        !            11: enum
        !            12: {
        !            13:        CYCLES_COUNTER_SOUND,
        !            14:        CYCLES_COUNTER_VIDEO,
        !            15: 
        !            16:        CYCLES_COUNTER_MAX
        !            17: };
        !            18: 
        !            19: 
        !            20: extern int nCyclesMainCounter;
        !            21: 
        !            22: 
        !            23: extern void Cycles_SetCounter(int nId, int nValue);
        !            24: extern int Cycles_GetCounter(int nId);
        !            25: extern int Cycles_GetCounterOnReadAccess(int nId);
        !            26: extern int Cycles_GetCounterOnWriteAccess(int nId);
        !            27: 
        !            28: #endif  /* HATARI_CYCLES_H */

unix.superglobalmegacorp.com

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