From 189a6f8e1ab5536945c0069ad4c0f70d555a7559 Mon Sep 17 00:00:00 2001 From: Electric Keet Date: Tue, 11 Jul 2023 17:27:05 -0700 Subject: [PATCH] Losing the thousands separators. --- doc/7-systems/amiga.md | 2 +- src/engine/sysDef.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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<