Update README.md
This commit is contained in:
parent
42df13721c
commit
1b3abc7101
1 changed files with 4 additions and 4 deletions
|
|
@ -5,14 +5,14 @@
|
||||||
|
|
||||||
# News
|
# News
|
||||||
Mid October 2020: Most emulators are now supporing VGA with sound on the Teensy4.1<br>
|
Mid October 2020: Most emulators are now supporing VGA with sound on the Teensy4.1<br>
|
||||||
Experimental I2S sound driver has been added to the VGA_t4 library.<br>
|
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):
|
If you are experimenting issues (e.g. image flashing out, crash after few minutes):
|
||||||
- try compiling for smallest code iso faster
|
- 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>
|
||||||
e.g. <br>
|
e.g. <br>
|
||||||
- ST emu: compile for "smallest code" 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)
|
- 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
|
- Doom: compile for "faster" and USE_VIDEO_PLL
|
||||||
|
|
||||||
Atari ST emu has now better sound support!<br>
|
Atari ST emu has now better sound support!<br>
|
||||||
<br>
|
<br>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue