summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Phil Bennett <philipjbennett@users.noreply.github.com>2009-09-22 16:23:01 +0000
committer Phil Bennett <philipjbennett@users.noreply.github.com>2009-09-22 16:23:01 +0000
commit47fbe6897d8732cdf879a1eb38f61dedce891b4c (patch)
tree00d2ee73695c521786a264d2cf75f8ced9923e7d
parentcde7f49a9b9b407a296764a06d4321ccf2ad678f (diff)
Fix compilation warnings
-rw-r--r--src/mame/audio/skyraid.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/audio/skyraid.c b/src/mame/audio/skyraid.c
index 0f22ec8011a..d444191973a 100644
--- a/src/mame/audio/skyraid.c
+++ b/src/mame/audio/skyraid.c
@@ -149,7 +149,7 @@ static const discrete_mixer_desc skyraid_mixer =
#define SKYRAID_4066_R_ON 270
-static struct skyraid_explosion_custom_charge_context
+struct skyraid_explosion_custom_charge_context
{
double v_cap;
double v_charge_1_2;
@@ -258,7 +258,7 @@ static const discrete_custom_info skyraid_explosion_custom_charge =
#define SKYRAID_MISSLE_CUSTOM_R3 DISCRETE_INPUT(3)
#define SKYRAID_MISSLE_CUSTOM_C DISCRETE_INPUT(4)
-static struct skyraid_missle_custom_charge_context
+struct skyraid_missle_custom_charge_context
{
double v_charge[2];
double v_cap;