|
|
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: {
1.1.1.3 ! root 19: //fprintf ( stderr , " do_cycles_slow add=%d curr=%d -> new=%d\n" , cycles_to_add , currcycle , currcycle+cycles_to_add );
1.1 root 20: currcycle += cycles_to_add;
21: }
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.