Skip to content

Commit cc9af4a

Browse files
committed
Updated change log and incremented version to 0.5
1 parent 19aea40 commit cc9af4a

File tree

2 files changed

+30
-1
lines changed

2 files changed

+30
-1
lines changed

CHANGES.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,34 @@
11
# Change Log
22

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+
332
## Version 0.4
433
This version is not compatible with save states of older versions.
534

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ else
44
default: sdl
55
endif
66

7-
VERSION := 0.4
7+
VERSION := 0.5
88

99
BIN := build/bin
1010
OBJ := build/obj

0 commit comments

Comments
 (0)