Removed (pretty inconsistently used) tab chars from source code base.
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
/*****************************************************************************/
|
||||
/* */
|
||||
/* _sid.h */
|
||||
/* _sid.h */
|
||||
/* */
|
||||
/* Internal include file, do not use directly */
|
||||
/* Internal include file, do not use directly */
|
||||
/* */
|
||||
/* */
|
||||
/* */
|
||||
@@ -40,23 +40,23 @@
|
||||
|
||||
/* Define a structure with the sid register offsets */
|
||||
struct __sid_voice {
|
||||
unsigned freq; /* Frequency */
|
||||
unsigned pw; /* Pulse width */
|
||||
unsigned char ctrl; /* Control register */
|
||||
unsigned char ad; /* Attack/decay */
|
||||
unsigned char sr; /* Sustain/release */
|
||||
unsigned freq; /* Frequency */
|
||||
unsigned pw; /* Pulse width */
|
||||
unsigned char ctrl; /* Control register */
|
||||
unsigned char ad; /* Attack/decay */
|
||||
unsigned char sr; /* Sustain/release */
|
||||
};
|
||||
struct __sid {
|
||||
struct __sid_voice v1; /* Voice 1 */
|
||||
struct __sid_voice v2; /* Voice 2 */
|
||||
struct __sid_voice v3; /* Voice 3 */
|
||||
unsigned flt_freq; /* Filter frequency */
|
||||
unsigned char flt_ctrl; /* Filter control register */
|
||||
unsigned char amp; /* Amplitude */
|
||||
unsigned char ad1; /* A/D converter 1 */
|
||||
unsigned char ad2; /* A/D converter 2 */
|
||||
unsigned char noise; /* Noise generator */
|
||||
unsigned char read3; /* Value of voice 3 */
|
||||
struct __sid_voice v1; /* Voice 1 */
|
||||
struct __sid_voice v2; /* Voice 2 */
|
||||
struct __sid_voice v3; /* Voice 3 */
|
||||
unsigned flt_freq; /* Filter frequency */
|
||||
unsigned char flt_ctrl; /* Filter control register */
|
||||
unsigned char amp; /* Amplitude */
|
||||
unsigned char ad1; /* A/D converter 1 */
|
||||
unsigned char ad2; /* A/D converter 2 */
|
||||
unsigned char noise; /* Noise generator */
|
||||
unsigned char read3; /* Value of voice 3 */
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user