From 087b052b6d96207172617868e2436cea0eff0aef Mon Sep 17 00:00:00 2001 From: Jean-MarcHarvengt <39926416+Jean-MarcHarvengt@users.noreply.github.com> Date: Sun, 18 Oct 2020 17:37:58 +0200 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3b7921e..c6c1629 100644 --- a/README.md +++ b/README.md @@ -11,9 +11,9 @@ If you are experimenting issues (e.g. image flashing out, crash after few minute - activate/Deactivate USE_VIDEO_PLL option in vga_t4.cpp
e.g.:
- - ST emu: compile for "smallest code" and USE_VIDEO_PLL - - Amiga emu: compile for "smallest code" and don't use USE_VIDEO_PLL (to avoid video artefact, sound distorsion still has to be fixed) - - Doom: compile for "faster" and USE_VIDEO_PLL +- ST emu: compile for "smallest code" and USE_VIDEO_PLL +- Amiga emu: compile for "smallest code" and don't use USE_VIDEO_PLL (to avoid video artefact, sound distorsion still has to be fixed) +- Doom: compile for "faster" and USE_VIDEO_PLL Atari ST emu has now better sound support!