|
7 | 7 |
|
8 | 8 | [See setup section in in Pico-infoNesPlus readme how to install and wire up](https://github.com/fhoedemakers/pico-infonesPlus#pico-setup) |
9 | 9 |
|
10 | | -# v0.23 Release Notes |
11 | | - |
12 | | -- Implemented savestates [#140](https://github.com/fhoedemakers/pico-infonesPlus/issues/140) |
13 | | - - Up to 5 manual save state slots per game, accessible via the in-game menu (SELECT + START). |
14 | | - - In-game quick savestate Save/Restore via (START + DOWN) and (START + UP). |
15 | | - - Auto Save can be enabled per game, which allows to save the current state when exiting to the menu. When the game is launched, player can choose to restore that state. |
16 | | - |
17 | | - When loading a state, the game mostly resumes paused. Press START to continue playing. |
18 | | - |
19 | | -- Added support for [Murmulator M1 and M2 boards](https://murmulator.ru). [@javavi](https://github.com/javavi) [#150](https://github.com/fhoedemakers/pico-infonesPlus/issues/150) |
20 | | - - M1: RP2040/RP2350 **Note**: Untested |
21 | | - - M2: RP2350 only **Note**: Untested |
22 | | -- **Fruit Jam only**: Add volume controls to settings menu. Can also be changed in-game via (START + LEFT/RIGHT). Note that too high volume levels may cause distortion. (Ext speaker, advised 16 db max, internal advised 18 dB max). Latest metadata package includes a sample.wav file to test the volume level. |
23 | | -- Updated SMSPlusMetaData.zip: Added **sample.wav**. This sample will be played when using the Fruit Jam volume control in the settings menu. Note when **/soundrecorder.wav** is found, this file will be played in stead. |
24 | | -- **RP2350 only**: Updated the menu to also list .wav audio files. |
25 | | -- **RP2350 Only**: Added basic wav audio playback from within the menu. Press BUTTON2 or START to play the wav file. Tested with https://lonepeakmusic.itch.io/retro-midi-music-pack-1 The wav file must have the following specs: |
26 | | - - 16/24 bit PCM wav files only. (24 bit files are downsampled to 16 bit) |
27 | | - - 2ch stereo only. |
28 | | - - Sample rate supported: 44100. |
29 | | -- **RP2350 with PSRAM only**: Record about 30 seconds of audio by pressing START to pause the game and then START + BUTTON1. Audio is recorded to **/soundrecorder.wav** on the SD-card. |
| 10 | +# v0.24 Release Notes |
30 | 11 |
|
31 | 12 | ## Fixes |
32 | 13 |
|
33 | | -- Fruit Jam audio fixes. |
34 | | -- Settings changed by in-game button combos are saved when exiting to menu. |
35 | | -- DVI audio volume was somewhat too low, fixed. [#146](https://github.com/fhoedemakers/pico-infonesPlus/issues/146) |
36 | | -- Workaround for memory issues on RP2040 boards: When exiting from a game, the board will be rebooted to free up memory. |
| 14 | +- Emulator buffers are now allocated dynmically. |
| 15 | +- Pimoroni Pico DV Demo base: Settings are accessible from within the menu again. |
| 16 | +- ENding a game will now go back to the menu instead of rebooting the board. |
37 | 17 |
|
38 | 18 | # previous changes |
39 | 19 |
|
|
0 commit comments