mirror of
https://github.com/holub/mame
synced 2025-10-04 16:34:53 +03:00
Compilation fixes for MSVC.
This commit is contained in:
parent
45f85e2677
commit
34642a5def
@ -44,6 +44,7 @@ struct _mario_state
|
|||||||
|
|
||||||
/* Save state relevant */
|
/* Save state relevant */
|
||||||
|
|
||||||
|
UINT8 dummy; /* structs need to have something */
|
||||||
};
|
};
|
||||||
|
|
||||||
/*----------- defined in video/mario.c -----------*/
|
/*----------- defined in video/mario.c -----------*/
|
||||||
|
@ -42,9 +42,9 @@ struct DSP1_Command {
|
|||||||
|
|
||||||
static const struct DSP1_Command mCommandTable[0x40];
|
static const struct DSP1_Command mCommandTable[0x40];
|
||||||
static const INT16 DSP1_MaxAZS_Exp[16];
|
static const INT16 DSP1_MaxAZS_Exp[16];
|
||||||
static const INT16 DSP1_SinTable[];
|
static const INT16 DSP1_SinTable[256];
|
||||||
static const INT16 DSP1_MulTable[];
|
static const INT16 DSP1_MulTable[256];
|
||||||
static UINT16 DSP1_DataRom[];
|
static UINT16 DSP1_DataRom[1024];
|
||||||
|
|
||||||
static struct SharedData { // some RAM variables shared between commands
|
static struct SharedData { // some RAM variables shared between commands
|
||||||
INT16 MatrixA[3][3]; // attitude matrix A
|
INT16 MatrixA[3][3]; // attitude matrix A
|
||||||
|
Loading…
Reference in New Issue
Block a user