Annotation of hatari/src/cpu/events.c, revision 1.1.1.2

1.1       root        1: /*
1.1.1.2 ! root        2:  * events.c
        !             3:  *
        !             4:  * Event stuff - currently just simplified to the bare minimum
        !             5:  * in Hatari, but we might want to extend this one day...
        !             6:  */
1.1       root        7: 
                      8: #include "main.h"
                      9: 
                     10: #include "sysconfig.h"
                     11: #include "sysdeps.h"
                     12: 
                     13: #include "options_cpu.h"
                     14: #include "events.h"
                     15: #include "newcpu.h"
                     16: 
                     17: void do_cycles_slow (unsigned long cycles_to_add)
                     18: {
                     19:        currcycle += cycles_to_add;
                     20: }

unix.superglobalmegacorp.com

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