SayoriOS
0.3.3
cpu.h
1
#ifndef CPU_H
2
#define CPU_H
3
#include "portability.h"
4
#include "rom.h"
5
void
cpu_init(
void
);
6
int
cpu_cycle(
void
);
7
unsigned
int
cpu_get_cycles(
void
);
8
void
cpu_interrupt_begin(
void
);
9
void
cpu_interrupt(
unsigned
short
);
10
void
cpu_unhalt(
void
);
11
int
cpu_halted(
void
);
12
void
cpu_print_debug();
13
#endif
kernel
src
ports
gameboy
cpu.h
Документация по SayoriOS. Последние изменения: Вс 8 Дек 2024 11:15:22. Создано системой
1.9.1