You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Updated to version 5.6.2 and enabled for Pi5.
Changes in 5.6.2 (complete changelog at https://github.com/BlitterStudio/amiberry/releases/tag/v5.6.2):
Added:
* improved help text in DiskSwapper panel
* don't disable CD drive if no image path is specified
* if start_minimized is specified, do not show a window on startup
* hide the Linux hidden directories from dialogs
* added VSync option
* added missing help text in GUI->Priority
Fixed:
* fixed crash if Restart was pressed
* fixed crash on startup on x86_64 platform
* DiskSwapper slots should be 10
* Virtual Keyboard options were not saved correctly
* fixed several memory leaks from the GUI
Platforms:
* added Raspberry Pi5
* added RISC-V 64bit (no JIT)
Copy file name to clipboardExpand all lines: scriptmodules/emulators/amiberry.sh
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -13,9 +13,9 @@ rp_module_id="amiberry"
13
13
rp_module_desc="Amiga emulator with JIT support (forked from uae4arm)"
14
14
rp_module_help="ROM Extension: .adf .chd .ipf .lha .zip\n\nCopy your Amiga games to $romdir/amiga\n\nCopy the required BIOS files\nkick13.rom\nkick20.rom\nkick31.rom\nto $biosdir/amiga"
0 commit comments