megadrive_test2

diff 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 diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/src/intr.h	Sat Jun 24 00:33:10 2017 +0300
     1.3 @@ -0,0 +1,7 @@
     1.4 +#ifndef INTR_H_
     1.5 +#define INTR_H_
     1.6 +
     1.7 +void enable_intr(void);
     1.8 +void disable_intr(void);
     1.9 +
    1.10 +#endif	/* INTR_H_ */