gbemu/include/timer.h

6 lines
72 B
C
Raw Normal View History

2025-01-30 14:30:19 -07:00
#pragma once
#include <common.h>
void timer_init();
void timer_tick();