Skip to content

Commit 41b2306

Browse files
committed
2.5.11dev
1 parent c3aee0a commit 41b2306

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

61 files changed

+858
-471
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ libfs-capsimage.dylib
3939
*.sav
4040
*.sdf
4141
*.log
42+
*.trs
4243
/obj
4344
/.obj
4445
/out
@@ -101,6 +102,7 @@ core
101102
/configure
102103
/configure.scan
103104
/install-sh
105+
/test-driver
104106
/missing
105107
/stamp-h1
106108
/compile

ChangeLog

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
Version 2.5.11dev:
2+
3+
* Big-endian support for loading of fs-uae.dat.
4+
* Remove message "no configuration file loaded".
5+
* Re-enable DMS support (missing for a couple of versions).
6+
* Can configure with --disable-cpuboard --disable-ppc.
7+
* Configure script checks if -fno-strict-overflow is recognized.
8+
19
Version 2.5.10dev:
210

311
* Updated emulation core from WinUAE 2900b10.

0 commit comments

Comments
 (0)