e7626535a8Initial Windows support
Lior Halphon
2016-08-20 17:51:17 +0300
0734e990b3Memory viewer now has a Goto command, different memory space modes, and allows viewing/editing specific banks
Lior Halphon
2016-08-19 14:54:54 +0300
f9236d12bfImprovements to the help command and general debugger usability.
Lior Halphon
2016-08-13 22:52:41 +0300
e79ddee705Basic memory hex viewer/editor, using a (heavily stripped down) HexFiend framework
Lior Halphon
2016-08-12 22:49:17 +0300
806d0775a4Added backtrace command to debugger
Lior Halphon
2016-08-09 22:48:53 +0300
a5670b6643Fixed boot ROM trimming
Lior Halphon
2016-08-07 00:39:32 +0300
109af49933Updated DMG boot ROM to finish with the same register values as the original boot ROM
Lior Halphon
2016-08-06 19:03:59 +0300
bebb5c7a41Correctly emulating the unused OAM memory in DMG mode
Lior Halphon
2016-08-06 18:58:44 +0300
cc8664b0a8Correctly emulating a disconnected serial cable
Lior Halphon
2016-08-06 18:57:33 +0300
5816b6a688Updated change log and incremented version to 0.6
Lior Halphon
2016-08-06 16:55:01 +0300
e95d2c4abeFixed DI instruction on CGB
Lior Halphon
2016-08-06 17:16:16 +0300
68740c70e4Stripping executables on release to reduce file size
Lior Halphon
2016-08-06 16:19:04 +0300
722550c5bcEnabled link time optimization when building in release, improving speed by about 6%
Lior Halphon
2016-08-06 16:18:23 +0300
553f700b79Fixed needless deep generation, which caused errors when compiling the Cocoa GUI when SDL is not installed
Lior Halphon
2016-08-06 15:57:32 +0300
d03a1fbd16Fixed TMA writing while reloading.
Lior Halphon
2016-08-06 14:36:33 +0300
8153b765a2General cleanup. Minor fixes to LCD Controller accuracy.
Lior Halphon
2016-06-12 19:39:05 +0300
d7d8da3fa9More accurate emulation of the SCX register
Lior Halphon
2016-06-11 17:58:00 +0300
b7e999b242Modified saved data to be more future-compatible.
Lior Halphon
2016-06-11 14:52:09 +0300
36d46567baUpdated change log and incremented version to 0.4
Lior Halphon
2016-06-10 18:07:39 +0300
6c7dd761e2Fixed a crash related to adding and deleting breakpoints
Lior Halphon
2016-06-10 18:03:12 +0300
ee7e58e44bFixed a bug introduced by the last STAT fix. This restores GBVideoPlayer support.
Lior Halphon
2016-06-10 17:29:49 +0300
759b497c07Fixed bug introduced by the stereo support
Lior Halphon
2016-06-10 16:38:20 +0300
aca5873de2More accurate STAT interrupt. This fixes Altered Space and partially fixes Pinball Deluxe. It breaks GBVideoPlayer, however.
Lior Halphon
2016-06-10 16:31:57 +0300
3e1863ec51Battery save support in the SDL version
Lior Halphon
2016-06-10 15:48:40 +0300
c27ee9d879Fixed a bug in the Cocoa port that made SameBoy ignore some input keys when the keyboard layout is set to a non-Latin/ASCII keyboard. This was solved by forcing an ASCII layout.
Lior Halphon
2016-06-09 00:37:00 +0300
94ea44da0cIntroducing the OmniScale (beta) algorithm to SameBoy
Lior Halphon
2016-06-09 00:06:55 +0300
da65b4e90dAudio support for the SDL port
Lior Halphon
2016-05-23 22:22:09 +0300
8d59bfcbddFilter support for Cocoa port + 7 basic filters
Lior Halphon
2016-04-28 23:07:05 +0300
dde983db8fUpdated change log and incremented version to 0.3
Lior Halphon
2016-04-16 15:21:22 +0300
79e4c22c6bFixed string in MBC command
Lior Halphon
2016-04-16 15:18:40 +0300
0fa2d6ea2fPrevent creating .sav files for ROMs claiming they have a battery but have no cartridge RAM or RTC
Lior Halphon
2016-04-16 14:09:56 +0300
7dc575d01eFixed a bug where audio channel 3 was playing silently instead of being muted.
Lior Halphon
2016-04-16 14:08:30 +0300
ddc9605271Load DMG's tilemap for specific games in the CGB boot (Fixes X's title screen and an unknown game with title checksum $43)
Lior Halphon
2016-04-16 01:14:30 +0300
d63a801821Fixed a mistake that made the CGB boot ROM not initialize the wave pattern. Closes#2.
Lior Halphon
2016-04-15 22:09:06 +0300
b8bc84db4eCorrected read of HDMA5, fixing A Bug's Life
Lior Halphon
2016-04-15 01:26:48 +0300
4a05c4243dCorrected description for the breakpoint command
Lior Halphon
2016-04-13 22:48:07 +0300
2a5375a0c8Configurable keys for the Cocoa port
Lior Halphon
2016-04-13 22:43:16 +0300
8dd1b3c854Added (experimental) stack-leak and stack-overflow detection command to the debugger.
Lior Halphon
2016-04-10 23:22:54 +0300