diff options
Diffstat (limited to 'emulators/frodo/files/patch-SID.cpp')
-rw-r--r-- | emulators/frodo/files/patch-SID.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/emulators/frodo/files/patch-SID.cpp b/emulators/frodo/files/patch-SID.cpp index 1b340e4795d7..02858fe6ba03 100644 --- a/emulators/frodo/files/patch-SID.cpp +++ b/emulators/frodo/files/patch-SID.cpp @@ -1,6 +1,6 @@ ---- SID.cpp.orig 2002-01-02 21:18:59.000000000 +0000 -+++ SID.cpp 2004-11-27 15:51:44.000000000 +0000 -@@ -428,7 +428,7 @@ +--- SID.cpp.orig 2002-01-02 21:18:59 UTC ++++ SID.cpp +@@ -428,7 +428,7 @@ private: int play_buf; // Number of buffer currently playing #endif @@ -9,7 +9,7 @@ int devfd, sndbufsize, buffer_rate; int16 *sound_buffer; #endif -@@ -1351,7 +1351,7 @@ +@@ -1351,7 +1351,7 @@ void DigitalRenderer::calc_buffer(int16 #elif defined(AMIGA) #include "SID_Amiga.i" |