diff --git a/doc/7-systems/amiga.md b/doc/7-systems/amiga.md index c27ac40c4..ee197a90a 100644 --- a/doc/7-systems/amiga.md +++ b/doc/7-systems/amiga.md @@ -18,6 +18,6 @@ imported MOD files use this chip, and will set A-4 tuning to 436. # info -- the maximum rate for sample playback is technically 31,469Hz but anything higher than 28,867Hz will sound glitchy on hardware. +- the maximum rate for sample playback is technically 31469Hz but anything higher than 28867Hz will sound glitchy on hardware. - sample lengths and loop will be set to an even number. - samples can't be longer than 131070. \ No newline at end of file diff --git a/src/engine/sysDef.cpp b/src/engine/sysDef.cpp index 6e3c82e12..a758bea8e 100644 --- a/src/engine/sysDef.cpp +++ b/src/engine/sysDef.cpp @@ -798,7 +798,7 @@ void DivEngine::registerSystems() { sysDefs[DIV_SYSTEM_AMIGA]=new DivSysDef( "Amiga", NULL, 0x81, 0, 4, false, true, 0, false, 1U<