summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine
diff options
context:
space:
mode:
author Aaron Giles <aaron@aarongiles.com>2008-01-02 15:14:42 +0000
committer Aaron Giles <aaron@aarongiles.com>2008-01-02 15:14:42 +0000
commit34642a5def7d2e7014092c90c73317ce898736af (patch)
tree39e652bf601edf249c5b4d57c929e981d40db467 /src/mame/machine
parent45f85e26773b850821a134444bb8ec0447b91fea (diff)
Compilation fixes for MSVC.
Diffstat (limited to 'src/mame/machine')
-rw-r--r--src/mame/machine/snesdsp1.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/machine/snesdsp1.c b/src/mame/machine/snesdsp1.c
index d497f5af382..68d2bc7c40f 100644
--- a/src/mame/machine/snesdsp1.c
+++ b/src/mame/machine/snesdsp1.c
@@ -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