mirror of https://github.com/nmlgc/ReC98.git
30 lines
622 B
C
30 lines
622 B
C
/* ReC98
|
|
* -----
|
|
* 2nd part of code segment #2 of TH02's OP.EXE
|
|
*/
|
|
|
|
#pragma codeseg SHARED
|
|
#pragma option -3
|
|
|
|
#include "libs/kaja/kaja.h"
|
|
#include "th02/th02.h"
|
|
#include "th02/mem.h"
|
|
#include "th02/core/initexit.h"
|
|
#include "th02/snd/snd.h"
|
|
#include "th02/hardware/frmdelay.h"
|
|
|
|
const char pf_fn[] = PF_FN;
|
|
#include "th02/snd/data.c"
|
|
#include "th02/snd/se_data.c"
|
|
|
|
#include "th02/hardware/input.c"
|
|
#include "th02/initop.c"
|
|
#include "th02/exit.c"
|
|
|
|
#pragma codestring "\x00"
|
|
|
|
#include "th02/snd/mmd_res.c"
|
|
#include "th02/snd/detmode.c"
|
|
#include "th02/snd/pmd_res.c"
|
|
#include "th02/snd/load.c"
|