summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound/ymf271.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/sound/ymf271.h')
-rw-r--r--src/emu/sound/ymf271.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/emu/sound/ymf271.h b/src/emu/sound/ymf271.h
index e118d571015..1408716f4b2 100644
--- a/src/emu/sound/ymf271.h
+++ b/src/emu/sound/ymf271.h
@@ -112,12 +112,12 @@ private:
void ymf271_write_pcm(UINT8 address, UINT8 data);
void ymf271_write_timer(UINT8 address, UINT8 data);
UINT8 ymf271_read_memory(UINT32 offset);
-
+
inline int get_keyscaled_rate(int rate, int keycode, int keyscale);
inline int get_internal_keycode(int block, int fns);
inline int get_external_keycode(int block, int fns);
inline bool check_envelope_end(YMF271Slot *slot);
-
+
// lookup tables
INT16 *m_lut_waves[8];
double *m_lut_plfo[4][8];
@@ -128,11 +128,11 @@ private:
int m_lut_attenuation[16];
int m_lut_total_level[128];
int m_lut_env_volume[256];
-
+
// internal state
YMF271Slot m_slots[48];
YMF271Group m_groups[12];
-
+
UINT8 m_regs_main[0x10];
UINT32 m_timerA;