Update README.md

This commit is contained in:
Jean-MarcHarvengt 2020-10-18 17:35:49 +02:00 committed by GitHub
parent 1b3abc7101
commit e6cc54e90a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,7 +8,8 @@ Mid October 2020: Most emulators are now supporing VGA with sound on the Teensy4
Experimental I2S sound driver has been added to the VGA_t4 library.<br><br>
If you are experimenting issues (e.g. image flashing out, crash after few minutes):
- try compiling for smallest code iso faster
- activate/Deactivate USE_VIDEO_PLL option in vga_t4.cpp <br>
- activate/Deactivate USE_VIDEO_PLL option in vga_t4.cpp
<br><br>
e.g. <br>
- 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)