summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound/flt_rc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/sound/flt_rc.h')
-rw-r--r--src/emu/sound/flt_rc.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/emu/sound/flt_rc.h b/src/emu/sound/flt_rc.h
index 8bfdecec973..aed08d8c0fe 100644
--- a/src/emu/sound/flt_rc.h
+++ b/src/emu/sound/flt_rc.h
@@ -73,7 +73,7 @@ public:
// static configuration
static void static_set_rc(device_t &device, int type, double R1, double R2, double R3, double C);
-
+
void filter_rc_set_RC(int type, double R1, double R2, double R3, double C);
protected:
@@ -91,10 +91,10 @@ private:
int m_k;
int m_memory;
int m_type;
- double m_R1;
- double m_R2;
- double m_R3;
- double m_C;
+ double m_R1;
+ double m_R2;
+ double m_R3;
+ double m_C;
};
extern const device_type FILTER_RC;