2015-03-03 09:20:20 +00:00
|
|
|
/* ReC98
|
|
|
|
* -----
|
|
|
|
* Code segment #2 of TH02's OP.EXE
|
|
|
|
*/
|
|
|
|
|
|
|
|
#include "th02/th02.h"
|
|
|
|
|
2015-03-04 03:28:16 +00:00
|
|
|
#pragma option -3
|
2015-03-12 11:46:51 +00:00
|
|
|
#pragma option -k-
|
2015-03-04 03:28:16 +00:00
|
|
|
|
2015-03-04 01:39:36 +00:00
|
|
|
char snd_active = 0;
|
|
|
|
char snd_unused = 0;
|
|
|
|
|
2015-03-12 11:46:51 +00:00
|
|
|
extern char snd_interrupt_if_midi;
|
|
|
|
extern char snd_fm_possible;
|
2015-03-04 01:39:36 +00:00
|
|
|
extern char snd_midi_active;
|
|
|
|
|
|
|
|
#include "th02/snd/se_data.c"
|
|
|
|
|
2015-03-12 11:46:51 +00:00
|
|
|
#include "th02/snd/mmd_res.c"
|
|
|
|
#include "th02/snd/detmode.c"
|
|
|
|
#include "th02/snd/pmd_res.c"
|
|
|
|
#include "th02/snd/load.c"
|
2015-03-04 03:28:16 +00:00
|
|
|
#include "th02/formats/pi_put.c"
|
2015-03-04 01:39:36 +00:00
|
|
|
#include "th02/snd/kajafunc.c"
|
|
|
|
#include "th02/snd/delaymea.c"
|
|
|
|
#include "th02/snd/se.c"
|
2015-03-03 09:20:20 +00:00
|
|
|
#include "th02/hardware/frmdely1.c"
|