Skip to content

Commit

Permalink
Merge pull request #758 from Daft-Freak/patch-5
Browse files Browse the repository at this point in the history
Misc pico docs fixes
  • Loading branch information
Gadgetoid authored Mar 10, 2022
2 parents 130f4ee + 345db82 commit 8a4f36a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/pico.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ The number 1 reason is portability! 32blit SDK will build for:
* Windows
* macOS
* Linux
* Emscripten (Web assembly)
* Emscripten (WebAssembly)
* PicoSystem
* 32blit

Expand Down Expand Up @@ -200,10 +200,10 @@ The RP2040/Pico port supports PicoSystem and VGA board. Below is a table showing
|------------|------------------------------|-----------------------------|-----------
| PICO_BOARD | N/A | pimoroni_picosystem | vgaboard
| CPU | 480MHz | 250MHz † | 250MHz †
| RAM | 611K § | 151K to 207K (lores only ¶) | ~207K
| RAM | 583K § | 151K to 207K (lores only ¶) | ~189K
| FPU | Yes | No | No
| Buttons | 6 + reset | 4 + power | HID Gamepad
| Joystick | Yes | No | No
| Buttons | 6 + reset | 4 + power | HID Gamepad (WIP)
| Joystick | Yes | No | HID Gamepad (WIP)
| Tilt | Yes | No | No
| Sound | 8CH mini speaker | 1CH piezo booper ‡ | 8CH 3.5mm jack (i2s DAC)
| Storage | 32MB XiP QSPI + 128K Flash | 12MB XiP QSPI | 1.5MB XiP QSPI
Expand All @@ -215,5 +215,5 @@ The RP2040/Pico port supports PicoSystem and VGA board. Below is a table showing

* † - technically 2 cores overclocked from 133MHz to 250MHz but the 32Blit SDK uses only one
* ‡ - makes a best-effort attempt to play any `SQUARE` waveforms (single-channel)
* § - 362K main RAM, 64K D3 RAM, 127K DTCMRAM, 58K ITCMRAM
* § - 362K main RAM, 64K D3 RAM, 127K DTCMRAM, 30K ITCMRAM
* ¶ - setting `ALLOW_HIRES=0` allocates a doubled buffered 120x120 16bit framebuffer (56.25k) and disables the hires screen mode.

0 comments on commit 8a4f36a

Please sign in to comment.