From e6d24bb03ed9cd5de0461b0d68caf4ce8f0713e8 Mon Sep 17 00:00:00 2001 From: Jean-MarcHarvengt <39926416+Jean-MarcHarvengt@users.noreply.github.com> Date: Sat, 1 May 2021 21:26:57 +0200 Subject: [PATCH] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 9320c7e..e5f71af 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,13 @@

# News +May 2021: few improvements for raspberry pi PICO
+- VGA driver stripped down for 8bits RRRGGGBB (red lines bug fixed)... +- Improved PWM audio... +- Add sound to C64 emulator but still running far too slow +- Add SID player application add (picosnd) +
+ April 2021: Add initial support for raspberry PICO
- adapted pico scanline library for VGA 8 bits mode (RRRGGGBB), sorry adapted code is embedded... - SD support from https://github.com/carlk3/no-OS-FatFS-SD-SPI-RPi-Pico (fixed IRQ to 1)