diff options
author | 2016-06-05 23:27:46 +1000 | |
---|---|---|
committer | 2016-06-05 23:27:46 +1000 | |
commit | bb10b1beb04eb86373839689fa9e3250e6536eca (patch) | |
tree | 719d3523e1352bafdcf28c299e2c0436d0dec6d9 /src/lib/formats/sorc_cas.cpp | |
parent | 3671c971fdff3fc83d8ba9476848d2aee29533b6 (diff) |
sorcerer: calculate baud rates based on actual dividers on pcb. Fixed a bug with quickload.
Diffstat (limited to 'src/lib/formats/sorc_cas.cpp')
-rw-r--r-- | src/lib/formats/sorc_cas.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/formats/sorc_cas.cpp b/src/lib/formats/sorc_cas.cpp index a900f77d5e5..2c714135a12 100644 --- a/src/lib/formats/sorc_cas.cpp +++ b/src/lib/formats/sorc_cas.cpp @@ -32,7 +32,7 @@ header and leader bytes. #define WAVEENTRY_LOW -32768 #define WAVEENTRY_HIGH 32767 -#define SORCERER_WAV_FREQUENCY 4800 +#define SORCERER_WAV_FREQUENCY 4788 // image size static int sorcerer_image_size; |