lsnes/gameboy/cpu/timing/timing.hpp
2013-05-03 17:47:34 +03:00

13 lines
273 B
C++
Executable file

void add_clocks(unsigned clocks);
void timer_262144hz();
void timer_65536hz();
void timer_16384hz();
void timer_8192hz();
void timer_4096hz();
void hblank();
//opcode.cpp
void op_io();
uint8 op_read(uint16 addr);
void op_write(uint16 addr, uint8 data);
void cycle_edge();