Compilation fixes for MSVC.

This commit is contained in:
Aaron Giles 2008-01-02 15:14:42 +00:00
parent 45f85e2677
commit 34642a5def
2 changed files with 4 additions and 3 deletions

View File

@ -44,6 +44,7 @@ struct _mario_state
/* Save state relevant */
UINT8 dummy; /* structs need to have something */
};
/*----------- defined in video/mario.c -----------*/

View File

@ -42,9 +42,9 @@ struct DSP1_Command {
static const struct DSP1_Command mCommandTable[0x40];
static const INT16 DSP1_MaxAZS_Exp[16];
static const INT16 DSP1_SinTable[];
static const INT16 DSP1_MulTable[];
static UINT16 DSP1_DataRom[];
static const INT16 DSP1_SinTable[256];
static const INT16 DSP1_MulTable[256];
static UINT16 DSP1_DataRom[1024];
static struct SharedData { // some RAM variables shared between commands
INT16 MatrixA[3][3]; // attitude matrix A