File tree Expand file tree Collapse file tree 2 files changed +30
-1
lines changed Expand file tree Collapse file tree 2 files changed +30
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ## Version 0.5
4
+ This version is not compatible with save states of older versions.
5
+
6
+ ### New/Improved Features
7
+ * Updated save state format, should now be much more future compatible
8
+ * Save state compatibility between 32 and 64 bit versions of SameBoy
9
+ * Cocoa version is now using OpenGL 3
10
+ * HQ2x filter added (Cocoa only)
11
+ * A new, redesigned OmniScale filter; old filter is renamed to OmniScale Legacy (Cocoa only)
12
+ * Cocoa port now "remembers" the last window size
13
+ * Added boolean operators to the debugger
14
+ * Added conditional breakpoints
15
+
16
+ ### Accuracy Improvements/Fixes
17
+ * Better emulation of certain behaviors of the SCX register
18
+ * Fixed emulation of the STOP instruction
19
+ * Minor fix to the accuracy of the JOYPAD register
20
+ * Minor improvements to HDMA accuracy
21
+
22
+
23
+ ### Bug Fixes
24
+ * Improved concurrency in the Cocoa port
25
+ * Fixed a bug where an emulator window in the Cocoa port will freeze until resized
26
+ * Fixed incorrect disassembler outputs
27
+ * Fixed a potential crash when deleting a breakpoint
28
+
29
+ ### Misc Internal Changes
30
+ * Large code refactoring, getting ready to stabilize API
31
+
3
32
## Version 0.4
4
33
This version is not compatible with save states of older versions.
5
34
Original file line number Diff line number Diff line change 4
4
default : sdl
5
5
endif
6
6
7
- VERSION := 0.4
7
+ VERSION := 0.5
8
8
9
9
BIN := build/bin
10
10
OBJ := build/obj
You can’t perform that action at this time.
0 commit comments