Skip to content

Commit 59f0f90

Browse files
committed
Update CHANGELOG
1 parent 75afab5 commit 59f0f90

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# Retro-Go 1.26.1 (2021-07-31)
2+
- Launcher: Fixed subdirectory display (again)
3+
4+
15
# Retro-Go 1.26 (2021-07-29)
26
- GBC: Experimental BIOS support (put your files in /bios/gb_bios.bin /bios/gbc_bios.bin)
37
- NES: Added Mesen roms database to patch wrong headers
@@ -8,6 +12,7 @@
812
- Launcher: Recently played list
913
- Dev: Now able to build on esp-idf 4.1 and 4.2
1014

15+
1116
# Retro-Go 1.25.3 (2021-05-30)
1217
This is a bug fix release that fixes the following issues:
1318
- Occasional crash when saving a game
@@ -16,7 +21,6 @@ This is a bug fix release that fixes the following issues:
1621
- Games in subfolders now shown in the launcher (still no sub navigation but everything will be listed at least)
1722

1823

19-
2024
# Retro-Go 1.25.1 (2021-04-28)
2125
- Fixed: dialog multiline text mangling one character
2226
- Fixed: font selection not wrapping around correctly

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,13 @@ On real hardware, Game Boy games save their state to a battery-backed SRAM chip
9393
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".
9494

9595

96+
# BIOS
97+
Some emulators support loading a BIOS. The files should be placed as follows:
98+
- GB: /bios/gb_bios.bin
99+
- GBC: /bios/gbc_bios.bin
100+
- FDS: /bios/fds_bios.bin
101+
102+
96103
# Known issues
97104
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.
98105

@@ -105,8 +112,6 @@ An up to date list of incompatible/broken games can be found on the [ODROID-GO f
105112
- Multiple save states
106113
- Atari 2600 or 5200 or 7800
107114
- Neo Geo Pocket Color
108-
- Folders support
109-
- Game Boy BIOS
110115
- Chip sound player
111116
- Sleep mode
112117
- Arduboy compatibility?

0 commit comments

Comments
 (0)