megadrive_test2

view src/intr.h @ 9:6ecf2f3ff05a

- better pad input handling - switch between 28 and 30 vertical tiles by pressing C
author John Tsiombikas <nuclear@member.fsf.org>
date Sat, 24 Jun 2017 00:33:10 +0300
parents
children
line source
1 #ifndef INTR_H_
2 #define INTR_H_
4 void enable_intr(void);
5 void disable_intr(void);
7 #endif /* INTR_H_ */