Refactored sound code - slight speedup.

This commit is contained in:
TomW 2016-02-10 20:49:28 +00:00
commit 3a57341837
33 changed files with 706 additions and 535 deletions

View file

@ -1,3 +1,6 @@
#ifndef _TIMER_H_
#define _TIMER_H_
extern int timer_start;
#define timer_start_period(cycles) \
@ -49,3 +52,5 @@ extern int timer_one;
#define TIMER_SHIFT 6
extern int TIMER_USEC;
#endif /*_TIMER_H_*/