diff src/psf2/peops/registers.c @ 2954:f1482af6384c

Warning clean.
author William Pitcock <nenolod@atheme.org>
date Wed, 15 Oct 2008 14:31:23 -0500
parents 62cc6d667119
children
line wrap: on
line diff
--- a/src/psf2/peops/registers.c	Wed Oct 15 14:20:45 2008 -0500
+++ b/src/psf2/peops/registers.c	Wed Oct 15 14:31:23 2008 -0500
@@ -46,6 +46,13 @@
 #include "../peops/registers.h"
 #include "../peops/regs.h"
 
+static void SoundOn(int start,int end,u16 val);
+static void SoundOff(int start,int end,u16 val);
+static void FModOn(int start,int end,u16 val);
+static void NoiseOn(int start,int end,u16 val);
+static void SetVolumeLR(int right, u8 ch,s16 vol);
+static void SetPitch(int ch,u16 val);
+
 ////////////////////////////////////////////////////////////////////////
 // WRITE REGISTERS: called by main emu
 ////////////////////////////////////////////////////////////////////////