Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
ducalex committed Jul 31, 2021
1 parent 75afab5 commit 59f0f90
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand All @@ -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?
Expand Down

0 comments on commit 59f0f90

Please sign in to comment.