-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathMKDIAG.C
More file actions
36 lines (27 loc) · 1.06 KB
/
MKDIAG.C
File metadata and controls
36 lines (27 loc) · 1.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
/******************************************************************************
File: mkdiag.c
Date: March 1995
(C) Williams Entertainment
Mortal Kombat III Various Diag????.asm Routines
******************************************************************************/
/* INCLUDES */
#include "system.h"
#ifdef SONY_PSX
#include "mksony.h"
#endif
#include "mkbkgd.h"
#include "mkobj.h"
#include "mkos.h"
#include "mkgame.h"
#include "mkutil.h"
#include "mkani.h"
#include "mkdiag.h"
/******************************************************************************
DIAGCOIN ROUTINES
******************************************************************************/
/******************************************************************************
DIAGCMOS ROUTINES
******************************************************************************/
/******************************************************************************
DIAGDTST ROUTINES (MEMORY CARD)
******************************************************************************/