summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound/okim6376.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/sound/okim6376.h')
-rw-r--r--src/emu/sound/okim6376.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/emu/sound/okim6376.h b/src/emu/sound/okim6376.h
index c9d40fb2f77..91fd971771b 100644
--- a/src/emu/sound/okim6376.h
+++ b/src/emu/sound/okim6376.h
@@ -36,7 +36,7 @@ public:
void set_frequency(int frequency);
-
+
protected:
// device-level overrides
virtual void device_config_complete();
@@ -66,7 +66,7 @@ private:
UINT8 m_st_pulses; /* Keep track of attenuation */
UINT8 m_ch2_update; /* Pulse shape */
UINT8 m_st_update;
-
+
void oki_process(int channel, int command);
void generate_adpcm(struct ADPCMVoice *voice, INT16 *buffer, int samples,int channel);
void postload();