mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-16 01:35:07 +00:00
Amiga: tune it a bit
This commit is contained in:
parent
da7893f015
commit
c64c1c1c2d
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
#include "../engine.h"
|
#include "../engine.h"
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
|
|
||||||
#define FREQ_BASE 6848.0f
|
#define FREQ_BASE 6843.0f
|
||||||
#define AMIGA_DIVIDER 8
|
#define AMIGA_DIVIDER 8
|
||||||
|
|
||||||
void DivPlatformAmiga::acquire(short* bufL, short* bufR, size_t start, size_t len) {
|
void DivPlatformAmiga::acquire(short* bufL, short* bufR, size_t start, size_t len) {
|
||||||
|
|
Loading…
Reference in a new issue