]> Shamusworld >> Repos - apple2/blobdiff - src/ay8910.h
Changes to sound system relating to the new threaded CPU core. It works,
[apple2] / src / ay8910.h
index f9910ef33466cdd940176f78572528057f0eaef2..449e8c3166d62d4038b0e56f59cc0a7d7a5ee728 100755 (executable)
@@ -1,16 +1,16 @@
-#ifndef AY8910_H\r
-#define AY8910_H\r
-\r
-#include "types.h"\r
-\r
-#define MAX_8910 4\r
-\r
-void _AYWriteReg(int n, int r, int v);\r
-void AY8910_reset(int chip);\r
-void AY8910Update(int chip, int16 ** buffer, int length);\r
-\r
-void AY8910_InitAll(int nClock, int nSampleRate);\r
-void AY8910_InitClock(int nClock);\r
-uint8 * AY8910_GetRegsPtr(uint16 nAyNum);\r
-\r
-#endif\r
+#ifndef AY8910_H
+#define AY8910_H
+
+#include "types.h"
+
+#define MAX_8910 4
+
+void _AYWriteReg(int n, int r, int v);
+void AY8910_reset(int chip);
+void AY8910Update(int chip, int16 ** buffer, int length);
+
+void AY8910_InitAll(int clock, int sampleRate);
+void AY8910_InitClock(int clock);
+uint8 * AY8910_GetRegsPtr(uint16 chipNum);
+
+#endif