megadrive_test2

view src/intr.h @ 11:302bcd73edc4

added 6button support
author John Tsiombikas <nuclear@member.fsf.org>
date Sat, 24 Jun 2017 03:47:37 +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_ */