From 59f0f90181ed90eaca4c52816e8ac30e81bb0a9e Mon Sep 17 00:00:00 2001 From: Alex Duchesne Date: Sat, 31 Jul 2021 13:23:58 -0400 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 6 +++++- README.md | 9 +++++++-- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f86d891af..4abbd450d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# Retro-Go 1.26.1 (2021-07-31) +- Launcher: Fixed subdirectory display (again) + + # Retro-Go 1.26 (2021-07-29) - GBC: Experimental BIOS support (put your files in /bios/gb_bios.bin /bios/gbc_bios.bin) - NES: Added Mesen roms database to patch wrong headers @@ -8,6 +12,7 @@ - Launcher: Recently played list - Dev: Now able to build on esp-idf 4.1 and 4.2 + # Retro-Go 1.25.3 (2021-05-30) This is a bug fix release that fixes the following issues: - Occasional crash when saving a game @@ -16,7 +21,6 @@ This is a bug fix release that fixes the following issues: - Games in subfolders now shown in the launcher (still no sub navigation but everything will be listed at least) - # Retro-Go 1.25.1 (2021-04-28) - Fixed: dialog multiline text mangling one character - Fixed: font selection not wrapping around correctly diff --git a/README.md b/README.md index b3de04e45..bff2c9b91 100644 --- a/README.md +++ b/README.md @@ -93,6 +93,13 @@ On real hardware, Game Boy games save their state to a battery-backed SRAM chip To recap: If you set a reasonable save delay (10-30s) and you briefly open the menu before powering down, and don't use save states, you will have close to the "real hardware experience". +# BIOS +Some emulators support loading a BIOS. The files should be placed as follows: +- GB: /bios/gb_bios.bin +- GBC: /bios/gbc_bios.bin +- FDS: /bios/fds_bios.bin + + # Known issues An up to date list of incompatible/broken games can be found on the [ODROID-GO forum](https://forum.odroid.com/viewtopic.php?f=159&t=37599). This is also the place to submit bug reports and feature requests. @@ -105,8 +112,6 @@ An up to date list of incompatible/broken games can be found on the [ODROID-GO f - Multiple save states - Atari 2600 or 5200 or 7800 - Neo Geo Pocket Color -- Folders support -- Game Boy BIOS - Chip sound player - Sleep mode - Arduboy compatibility?