Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-gnome
Path: blob/main/emulators/hugo/files/patch-sound.c
16151 views
1
--- sound.c.orig 2004-05-26 20:54:16 UTC
2
+++ sound.c
3
@@ -50,7 +50,7 @@ UInt32 CycleNew;
4
// indicates the last time music has been "released"
5
6
/* TODO */
7
-int BaseClock=7170000;
8
+extern int BaseClock; // use value set in pce.c
9
// int BaseClock = 8992000;
10
// the freq of the internal PC Engine CPU
11
// the sound use a kind of "relative" frequency
12
13