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
This should fix the regression from 5.6.2+ on DispmanX platforms.
Changelog (https://github.com/BlitterStudio/amiberry/releases/tag/v5.6.4):
Fixes:
* Fixed problems writing parition tables to HDFs after latest updates
* Fixed crash in Add Harddrive dialog
* Quickstart did not select correct ROM for A4000T
* The default.uae could not be deleted
* GUI would not use default screenmode
* DMX targets would crash when opening the GUI
* CD images were not activated on Reset, only on Restart
* A3000 emulation didn't work
* Keyboard reset would not restore keys
New/Improved:
* increase size of text field in Create Hardfile dialog
* Use CD Image name as a fallback for screenshot filename, if no floppy was found
* Accept archive formats as disk images also (e.g. .zip, .lha, .7z)
Copy file name to clipboardExpand all lines: scriptmodules/emulators/amiberry.sh
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ 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